请将PAI币完整节点更新到v2.0.2最新版本

paicoind v2.0.2的必需更新

对于运行PAI币完整节点的所有参与者,请立即更新至v2.0.2。这是必需的更新。此补丁包括以下更改:

● 确保将属于该节点钱包的质押凭证设置为在选定时自动投票,并在错过投票时自动撤销;

● 解决一个导致在构造区块时有时会错误地排序事务的问题;

● 解决了”遇到第一个使用非白名单币库地址挖掘的区块时,会导致某些重新索引操作错误地失败”的问题

如果您不进行此更新,则可能不会获得应得的已购买质押凭证奖励。

Github版本网址:

https://github.com/projectpai/paicoin/releases/tag/2.0.2

在paicoin目录中执行以下命令以更新节点(首先,通过执行paicoin-cli stop停止节点运行):

git fetch –tags

git checkout 2.0.2

make clean

make

make install

然后,您可以通过运行paicoind重新启动节点。

通过运行paicoin-cli version来验证您已更新到最新版本,该版本应显示:

{

“versionstring”: “v2.0.2.0-7e47aa7e6”,

“major”: 2,

“minor”: 0,

“patch”: 2,

“prerelease”: “”,

“buildmetadata”: “v2.0.2.0-7e47aa7e6”

}

我们再次感谢您的支持!

REQUIRED UPDATE to paicoind v2.0.2

For all network participants running a PAI Coin Full Node, please immediately update to v2.0.2. THIS IS A REQUIRED UPDATE. This patch includes the following changes:

● Ensure that stake vouchers belonging to the node’s wallet are set to automatically vote when chosen and automatically be revoked if their vote is missed;

● Resolve an issue that caused transactions to sometimes be ordered incorrectly when constructing a block;

● Resolve an issue causing certain reindex operations to incorrectly fail when encountering the first block mined with a non-whitelist coinbase address specified

If you don’t do this update, you may not be receiving the rewards you deserve for stake vouchers you’ve purchased.

Execute these commands in your paicoin directory to update your node (first, stop the node from running by executing paicoin-cli stop):

git fetch –tags

git checkout 2.0.2

make clean

make

make install

You can then restart the node by running paicoind.

Verify that you have updated to the latest version by running paicoin-cli version, which should output:

{

“versionstring”: “v2.0.2.0-7e47aa7e6”,

“major”: 2,

“minor”: 0,

“patch”: 2,

“prerelease”: “”,

“buildmetadata”: “v2.0.2.0-7e47aa7e6”

}

We thank you again for your support!

来源:PAI

本文由用户:跳舞精灵 发布,不代表网站的立场,转转请注明出处:http://www.maiyaotop.com/block/pai/87775.html

发表评论

登录后才能评论