Skip to content

Binding for Vcash Proof-of-Work hashing (Whirlpoolx & Blake256 8rounds)

License

Notifications You must be signed in to change notification settings

openvcash/python-vcash_hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcash_hash (v1.7)

Python module for Vcash's Proof-of-Work hashing (Whirlpoolx & Blake256 8rounds).

Install from pip

Python2 is required as well as gcc:

$ sudo pip install vcash_hash

Python3 is required as well as gcc:

$ sudo pip3 install vcash_hash

Install from git

Python2 is required as well as gcc:

$ git clone https://github.com/xCoreDev/python-vcash_hash.git
$ cd python-vcash_hash/
$ sudo python setup.py install

Python3 is required as well as gcc:

$ git clone https://github.com/xCoreDev/python-vcash_hash.git
$ cd python-vcash_hash/
$ sudo python3 setup.py install

Test

After installation, test hash:

$ python test.py

or: $ python3 test.py

Credits

About

Binding for Vcash Proof-of-Work hashing (Whirlpoolx & Blake256 8rounds)

Resources

License

Stars

Watchers

Forks

Packages

No packages published