xaya / electrum-chi

Xaya port of Electrum client.
https://xaya.io
MIT License
5 stars 4 forks source link

Proper neoscrypt hashing in Python #1

Closed domob1812 closed 5 years ago

domob1812 commented 5 years ago

Currently, the code to compute Neoscrypt PoW hashes is based on the xaya-hash binary (as we do it in Xaya Core regtests). This works for early tests, but is both not very portable nor efficient. Thus, we should replace it by a proper Neoscrypt module in Python.

There seems to be a module available (https://github.com/ahmedbodi/neoscrypt_python), but that is very outdated. And even when adapted to Python3, it still didn't work for me so far.

domob1812 commented 5 years ago

This has been resolved with https://github.com/xaya/neoscrypt_python.