BSV节点升级后,打开钱包错误!We do not appear to fully agree with our peers

BSV节点升级到v1.0.1版本后,getwalletinfo 命令执行失败:

Safe mode: Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.

解决方法:

./bitcoind --daemon -upgradewallet

升级钱包格式

后续我发现,运行一段时间后总会这样。所以上面的方法并不能解决这个问题。

其实是区块已经被破坏了,接受了太多非法区块导致节点自动进入安全模式。

我的做法是:重新跑区块,把所有文件都删了,只留wallet.dat 和 bitcoin.conf 就可以。完全重新同步节点,现在不会出现这个问题了。

 

你可能感兴趣的:(区块链技术,区块链节点搭建,BSV,WALLET,upgrade)