Would it be possible to have an ARM hashing based Cryptocurrency?

1

This was something that popped into my mind while I was thinking about CPU Only Alt-coins. Would it be possible to have an ARM-based coin? That is, a coin that could only be mined on ARM devices (iPhone, Android device, etc. )?

Primordial

Posted 2014-02-23T01:38:36.683

Reputation: 65

Answers

3

You just need to find a hashing algorithm which is more cost efficient on an ARM CPU, I found this answer to a similar question which should point you in the right direction :) https://security.stackexchange.com/questions/29941/how-does-processor-architecture-affect-password-hashing-speed

Mark

Posted 2014-02-23T01:38:36.683

Reputation: 1 647

4

You can pick a proof-of-work function that runs more efficiently on ARM architecture but you can't define something that's ARM-only. The same function can always be ported to run on Intel CPU or even MIPS.

uminatsu

Posted 2014-02-23T01:38:36.683

Reputation: 1 061