Open wangchun opened 10 years ago
Thanks! Is it the same implementation as in Bitcoin?
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.
If I understand https://github.com/namecoin/namecoin/issues/198 correctly then this is still not resolved? Looks good to me.
-blocknotify is currently missing in namecoin