Skip to content

v3.3.0

Compare
Choose a tag to compare
@BLOCXTECH BLOCXTECH released this 04 Apr 10:37
· 8 commits to main since this release

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.dat file if it contains a balance.

  • Rename the database folder from .blocx to .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.dat file to the new .blocx directory.

  • Set your previous blocx.conf file in the .blocx folder 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):