ecoinpool icon indicating copy to clipboard operation
ecoinpool copied to clipboard

Please, make it compatible with bitcoin v0.7

Open rafaeldotjs opened this issue 12 years ago • 1 comments

bitcoin v0.7 doesn't work with getmemorypool anymore, and getblocknumber was replaced with getblockcount

rafaeldotjs avatar Oct 05 '12 05:10 rafaeldotjs

I realize this is stale but I figured I might take a stab at submitting a pull request next week when I have time. Specifically what needs to be done here is:

  • [ ] Replace getblocknumber with getblockcount
  • [ ] Replace getmemorypool with getblocktemplate, submitblock, getrawmempool.

Source: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

mbbx6spp avatar Jul 27 '13 04:07 mbbx6spp