Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 394 Bytes

blakepow.rst

File metadata and controls

8 lines (7 loc) · 394 Bytes

BlakePoW

BlakePoW follows the Proof-of-Work model of Bitcoin, where a hash is calculated by adding the nonce and the block hash. It is then checked whether this added value is less than or equal to the target value over and over again. If you want an algorithm not bound to forms of processing power, please use Cuckoo.