namecoin / namecoin-legacy

Legacy client. New version here: https://github.com/namecoin/namecoin-core Note the release branch! - Official website:
https://namecoin.org
MIT License
448 stars 177 forks source link

expand tab indent and typo fixes and add blocknotify command #187

Open wangchun opened 10 years ago

wangchun commented 10 years ago

-blocknotify is currently missing in namecoin

phelixbtc commented 10 years ago

Thanks! Is it the same implementation as in Bitcoin?

wangchun commented 10 years ago

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.

phelixbtc commented 9 years ago

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