ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

mining #1

Open wanderer opened 9 years ago

wanderer commented 9 years ago

Should implement mining

wanderer commented 9 years ago

we can now mine. Need to clean up though

wanderer commented 9 years ago

need to add bloom and recieptTrie

wanderer commented 9 years ago

miming is probably broken in node-ethereum at mining.js and in ethereumjs-lib at runblock.js due to the fact that block format added blooms and recieptTie.

kumavis commented 9 years ago

mine.js is using an outdated signature for vm.runBlock