1
My question is about the hashrate obtained with same hardware (non-ASIC) on many algorithms.
For example, I've read that Scrypt-N is about half the hashrate of Scrypt. Is that true for all hardwares? Do we have the same kind of relations between hashrates on other algorithms (something like on SHA256 my hasrate would be 10x my ethash hashrate)
Thank you for your answers
Not that hash rate and comparing hash rates between algorithms doesn't actually mean anything. It doesn't relate to security for example. If anything having the simplest possible hashing algorithm (simple widely known open source design for ASICs, no patents) is a plus for decentralization and therefore security. That might partly overlap with higher hashrates, but it's not the higher hashrates that make the higher security. – Jannes – 2016-06-09T11:08:27.390
Also remember that many newer hash algorithms, such as Scrypt, include parameters that vary the amount of memory used and the length of time to calculate a single hash. That means that even the same algorithm running on the same hardware will take different lengths of time depending on the parameters used. So Scrypt-N might have half the hashrate of Scrypt, or it might have double. It all depends on the parameters used. – Jestin – 2016-06-09T13:41:59.400