Python module for PIVX quark hashing.
Python 2.7 is required as well as gcc.
$ python setup.py install
Python 3 is also supported.
$ python3 setup.py install
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
After installation, test hash.
$ python test.py
or:
$ python3 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 @jakehaas https://github.com/jakehaas/x11_hash
- Module maintained by @gpdionisio https://github.com/gpdionisio/pivx_quark_hash
- Module updated for Windows by @ymgve https://github.com/ymgve/pivx_quark_hash