Python module for ZeroOne's Neoscrypt hashing.
Python 2.7+ or 3.5+ is required as well as a gcc.
$ sudo python setup.py install
$ sudo apt-get install python-dev # for python2.x installs
$ sudo apt-get install python3-dev # for python3.x installs
See [1].
After installation, test hash.
$ python test.py
- Module written by @chaeplin https://github.com/chaeplin/xcoin-hash
- Module maintained by @eduffield https://github.com/darkcoinproject/xcoin-hash
- Module maintained by @flare https://github.com/nightlydarkcoin/xcoin-hash
- Module maintained by @vertoe https://github.com/vertoe/darkcoin_hash
- Module maintained by @UdjinM6 https://github.com/dashpay/dash_hash
[1][https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory]