/darkcoin_hash

Primary LanguageCMIT LicenseMIT

darkcoin_hash (python) v1.3

Python module for Darkcoin's X11 hashing.

Install

Python 2.7 is required as well as a gcc.

$ sudo python2 setup.py install

Or use pip:

$ pip install darkcoin_hash

pypi.python.org/pypi/darkcoin_hash

Test

After installation, test hash.

$ python2 test.py

Credits