namecoin-legacy icon indicating copy to clipboard operation
namecoin-legacy copied to clipboard

expand tab indent and typo fixes and add blocknotify command

Open wangchun opened this issue 10 years ago • 3 comments

-blocknotify is currently missing in namecoin

wangchun avatar Oct 08 '14 22:10 wangchun

Thanks! Is it the same implementation as in Bitcoin?

phelixbtc avatar Oct 12 '14 19:10 phelixbtc

Not the same. This patch comes with two additional parameters height and bits of the next block, which are key for mining the next block, in additional to blockhash. But it is compatible with bitcoin's implementation. If you do not like the additional parameters, simply remove main.cpp lines from 1526 to 1534.

wangchun avatar Oct 12 '14 21:10 wangchun

If I understand https://github.com/namecoin/namecoin/issues/198 correctly then this is still not resolved? Looks good to me.

phelixbtc avatar Dec 01 '14 17:12 phelixbtc