Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 707 Bytes

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