ethereumjs / ethereumjs-lib

[DEPRECATED] A JavaScript library of core Ethereum functions
442 stars 102 forks source link

ethHash integration #95

Closed wanderer closed 9 years ago

wanderer commented 9 years ago

We need to do the following (1) Something to compute the seedHash, check the header that it is right (2) Something that does “quick verification” to prevent spam, using the mixDigest (3) Something that does verification, possibly generating the cache on the fly from the seedHash (4) Something that mines, using the cache rather than the full dataset.

Code for ethHash What needs tobe replaced https://github.com/ethereum/ethereumjs-lib/blob/develop/lib/blockHeader.js#L73-L78