Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1000 Bytes

README.md

File metadata and controls

52 lines (29 loc) · 1000 Bytes

quark_hash (v1.2)

Python module for PIVX quark hashing.

Install

Python 2.7 is required as well as gcc.

$ python setup.py install

Python 3 is also supported.

$ python3 setup.py install

Install (via pip)

PyPI package is available via pip or pip2.

$ sudo pip2 install pivx_quark_hash

Python 3 is also supported.

$ sudo pip3 install pivx_quark_hash

Test

After installation, test hash.

$ python test.py

or:

$ python3 test.py

Credits