What is the best Python library for hashing Cryptonight hashes and building mining software?
Asked
Active
Viewed 372 times
1 Answers
2
At this time, the best Python library for hashing CryptoNight is still the py-cryptonight, a Python CryptoNight implementation. This library has the crypto stuff in C/C++ (lifted straight from the Monero code base) and compiled into the Python library.
cialu
- 1,661
- 13
- 44