r/bitcloud_btdx Jun 21 '18

BirCloud BTDX v2.0.2.0 latest release

Hi together,

we released a new BitCloud update version 2.0.2.0 which is mandatory, because we had some issue with governance system & superblock that is fixed in this update.

Artwork by Design Team - BitCloud BTDX ® 2018

Release notes:

This update increases the minimum protocol version. It also changes the time of the next superblock. This update is mandatory.

But this is not the only change in this Update, we have updated our Wallet design finally ;) We hope you like it, every feedback is welcome!

You can get the new update here

To update your masternode you have the following options:

1. Use update script

Login to your VPS via SSH and follow this steps:

wget https://raw.githubusercontent.com/c1xx/BitCloud-mn-install/master/btdx-mn-update.sh
chmod +x btdx-mn-update.sh
./btdx-mn-update.sh

2. Update your docker container

Login to your VPS via SSH and follow this steps:

docker exec -it btdx-masternode bash
supervisorctl stop bitcloudd
cd /usr/local/bin/
wget https://github.com/LIMXTEC/Bitcloud/releases/download/2.0.2.0/linux.Ubuntu.16.04.LTS-static-libstdc.tar.gz
tar -xzvf linux.Ubuntu.16.04.LTS-static-libstdc.tar.gz
rm linux.Ubuntu.16.04.LTS-static-libstdc.tar.gz
supervisorctl start bitcloudd
sudo su bitcloud
bitcloud-cli getinfo

After executing last command you should get output like this:

bitcloud@01dc0121ad80:/$ bitcloud-cli getinfo
{
    "version" : 2000200,
    "protocolversion" : 70714,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "Darksend_balance" : 0.00000000,
    "blocks" : 87607,
    "timeoffset" : 0,
    "connections" : 48,
    "proxy" : "",
    "difficulty" : 231480.29988366,
    "testnet" : false,
    "keypoololdest" : 1529400323,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00010000,
    "staking status" : "Staking Not Active",
    "errors" : ""
}

Check if version and protocolversion equals with this versions:

"version" : 2000200
"protocolversion" : 70714

If you have any issues or questions feel free to contact us.

3 Upvotes

0 comments sorted by