Skip to content

v3.1.2-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@BLOCXTECH BLOCXTECH released this 24 Feb 12:04

Guide for Updating Your MN Hot Node Daemon to v3.1.2-beta.1

  1. Stop Blocx Node: First, stop the Blocx node on your Hot Node VPS by executing the following command: ./blocx-cli stop

  2. Wait for Shutdown: Allow some time for the Blocx node to stop completely. You can verify this by checking that it has stopped 100%.

  3. 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

  4. Delete Existing Daemon: Once the download is complete, remove the existing daemon using the following command: sudo rm -rf blocxd blocx-cli blocx-tx

  5. Extract Beta Version Daemon: tar -xzvf BLOCX-Ubuntu-Daemon-v3.1.2-Beta.1.tar.gz

  6. Start Beta Version Daemon: Start the beta version daemon by executing the following command: ./blocxd

  7. Check Daemon Block Count: After some time, verify the daemon's block count by running: ./blocx-cli getblockcount