v3.3.0
Mandatory Update:
We are pleased to announce the release of BLOCX v3.3.0
It is highly recommended that all users update their wallets to this latest version as soon as possible.
Key Point updated in this release include:
- Add Lite Node MN Update Functionality
For Updating daemon to v3.3.0 (If current version is older than v3.2.0):
-
Stop the existing daemon using the command:
./blocx-cli stop -
Delete the following files:
rm -rf blocxd blocx-cli blocx-tx -
Before proceeding, ensure to back up your
wallet.datfile if it contains a balance. -
Rename the database folder from
.blocxto.blocx-DB-3.x.x:mv .blocx .blocx-DB-3.x.x -
Download the new daemon: wget https://github.com/BLOCXTECH/BLOCX/releases/download/v3.3.0/BLOCX-3.3.0-Ubuntu-daemon.tar.gz
-
Extract the new daemon:
tar -xzvf BLOCX-3.3.0-Ubuntu-daemon.tar.gz -
Create a new directory named
.blocx:mkdir .blocx -
Go to new directory:
cd .blocx -
Download the bootstrap file for syncing: wget https://github.com/BLOCXTECH/BLOCX/releases/download/v3.3.0/bootstrap.zip
-
Unzip the downloaded bootstrap file:
unzip bootstrap.zip -
If you have a balance in your previous version daemon, move your main
wallet.datfile to the new.blocxdirectory. -
Set your previous
blocx.conffile in the.blocxfolder and add the following line to it:fallbackfee=0.00001 -
Start the daemon using this command:
./blocxd --daemon -
Verify that your main balance is correctly reflected.
For Updating daemon to v3.3.0 (If current version is v3.2.0):
-
Stop the existing daemon using the command:
./blocx-cli stop -
Delete the following files:
rm -rf blocxd blocx-cli blocx-tx -
Download the new daemon: wget https://github.com/BLOCXTECH/BLOCX/releases/download/v3.3.0/BLOCX-3.3.0-Ubuntu-daemon.tar.gz
-
Extract the new daemon:
tar -xzvf BLOCX-3.3.0-Ubuntu-daemon.tar.gz -
If the
fallbackfee=0.00001line is not already added in yourblocx.conffile please add it. -
Start the daemon using this command:
./blocxd --daemon