bonesoul / CoiniumServ

Next-gen crypto currency mining pool software
Other
793 stars 494 forks source link

implement per algorithm data tests (scrypt,sha256) #263

Open bonesoul opened 10 years ago

bonesoul commented 10 years ago

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3199893-implement-per-algorithm-data-tests-scrypt-sha256?utm_campaign=plugin&utm_content=tracker%2F401667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F401667&utm_medium=issues&utm_source=github).
ahmedbodi commented 10 years ago

This should be simple enough. Can just use the python lib to hash out some strings then do some comparison's for the test

bonesoul commented 10 years ago

yep