wkta / ReadableCryptoMiner

crypto miner written in pure python, for learning purpose, can mine Monero XMR
Other
21 stars 11 forks source link

Which cryptonight variant? #1

Closed Cryptonizor closed 5 years ago

Cryptonizor commented 6 years ago

Can you confirm which cryptonight variant this script works with? Has it been updated for the upgrade Monero did to Cryptonight V8 on October 18th?

Awesome project! Been looking for something like this in pure python!

wkta commented 5 years ago

it has been tested and works properly with "Cryptonight V7" (April 2018 hard fork). "Cryptonight V8" and the more recent "CryptoNightR" (March 2019 hard fork) aren't supported ATM I'll create a new issue for that