Aareon / ChickenTicket

Pure Python implementation of a cryptocurrency blockchain
MIT License
15 stars 2 forks source link

Mining algorithm #9

Closed Aareon closed 6 years ago

Aareon commented 6 years ago

We're shooting for the Allium algorithm, which I believe @AnonymousDapper has made some progress on.

Extensive testing will be needed to verify that the algorithm is being used properly. The genesis.py transaction hash will also have to be changed from SHA256 to Allium

AnonymousDapper commented 6 years ago

This should be complete with #11

Aareon commented 6 years ago

Will definitely need some tests. Eventually we'll get around to adding those.

Aareon commented 6 years ago

Opted out of in favor of Chicken (src/crypto/chicken.py)