1

What is the best Python library for hashing Cryptonight hashes and building mining software?

cialu
  • 1,661
  • 13
  • 44
Crypthusiast
  • 169
  • 2
  • 8

1 Answers1

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