v3.1.2-beta.1
Pre-releaseGuide for Updating Your MN Hot Node Daemon to v3.1.2-beta.1
-
Stop Blocx Node: First, stop the Blocx node on your Hot Node VPS by executing the following command:
./blocx-cli stop
-
Wait for Shutdown: Allow some time for the Blocx node to stop completely. You can verify this by checking that it has stopped
100%
. -
Download Beta Version Daemon:
wget https://github.com/BLOCXTECH/BLOCX/releases/download/v3.1.2-beta.1/BLOCX-Ubuntu-Daemon-v3.1.2-Beta.1.tar.gz
-
Delete Existing Daemon: Once the download is complete, remove the existing daemon using the following command:
sudo rm -rf blocxd blocx-cli blocx-tx
-
Extract Beta Version Daemon:
tar -xzvf BLOCX-Ubuntu-Daemon-v3.1.2-Beta.1.tar.gz
-
Start Beta Version Daemon: Start the beta version daemon by executing the following command:
./blocxd
-
Check Daemon Block Count: After some time, verify the daemon's block count by running:
./blocx-cli getblockcount