Skip to content

v3.2.0

Compare
Choose a tag to compare
@BLOCXTECH BLOCXTECH released this 30 Mar 06:27
· 9 commits to main since this release

We are pleased to announce the release of BLOCX v3.2.0.

It is highly recommended that all users update their wallets to this latest version for an improved experience and enhanced security.

Key Points updated in this release include:

  • Governance proposals can now be viewed in the GUI Governance tab.
  • Implementation of compressed headers for optimized data handling.
  • Addition of Psbt using RPC functionality for enhanced transaction processing.
  • Reduction of memory usage through the "evo" database for improved performance.
  • Addressed changes related to misbehaving peers for a more stable network.
  • Resolved masternode issues for smoother operation.
  • Improved Ban Score Logic to bolster security measures.
  • Introduction of several new RPC commands to provide additional functionality.
  • Optimization of fast syncing capability when starting a fresh node for quicker setup.

Here is the step-by-step guide for setting up BLOCX v3.2.0 Daemon in your VPS:

  • 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.2.0/BLOCX-3.2.0-Ubuntu-daemon.tar.gz

  • Extract the new daemon: tar -xzvf BLOCX-3.2.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.2.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.