1

I am looking for something like this:

https://cryptonote.org/cns/cns008.txt

It's got a detailed, written explanation and not just code. I am trying to make a miner for learning purposes so I guess code answers like ports or different language implementations are useful too.

Thanks

jtgrassie
  • 19,601
  • 4
  • 17
  • 54
John
  • 43
  • 3

1 Answers1

2

Not that I'm aware of. The changes are quite minimal and are found in the file slow-hash.c. The changes introduced are in the macros VARIANT1_1 and VARIANT1_2, so if you search the linked file, you can see what they are doing and where.

There's some more information in this somewhat related question's answer too.

jtgrassie
  • 19,601
  • 4
  • 17
  • 54