Client Wallet Upgrade v2.3.4.1 ⭐

Client Wallet Upgrade from v2.2.6 to v2.3.4.1 on Linux

You can follow the instructions as explained below:

Step 1 : Stop the Current node client (version 2.2.6):

cd ~/<2.2.6directory>
./stop.sh

Step 2 : Create a new directory for installation of new version and download the latest client (version 2.3.4.1) click here or :

cd~

wget https://www.coalculus.com/coalculus-client-2.3.4.1.zip

wget https://www.coalculus.com/coalculus-client-2.3.4.1.zip.asc

and verify that the signature is correct : gpg --with fingerprint coalculus-client-2.3.4.1.zip.asc

Step 3 :Unzip it in the directory :

unzip coalculus-client-2.3.4.1.zip

cd coalculus

Step 4 : You can speed-up the blockchain download by moving the nxt_db folder from Coalculus version 2.2.6 to the installation directory of version 2.3.4.1 :

Here is the nxt_db folder path :

From Version 2.2.6From Version 2.3.4.1

/<2.2.6directory>/nxt_db/

/<2.3.4.1directory>/nxt_db/

Step 5 : Also Don’t forget to move nxt.properties file and

any other changes you’ve made to version 2.2.6 to the new installation directory of version 2.3.4.1

Here is the nxt.properties file path :

From Version 2.2.6To Version 2.3.4.1

/<2.2.6directory>/conf/nxt.properties

/<2.3.4.1directory>/conf/nxt.properties

Any other changes you’ve made

Do the same changes you’ve done for 2.2.6

Start the Coalculus client

Step 1 : Now it's time to start the node.

You may start it by executing ./run.sh or ./run.sh --daemon for running the Coalculus node in the background, which you will find in the new coalculus directory.

The server will be active as soon as you see in the window a text similar to this: Coalculus server 2.3.4.1 started successfully. This shell window will be running the Coalculus server and print all the Coalculus log messages, so it needs to stay running!

Step 2 : Open http://localhost:27876/ from a web browser to access the Coalculus Client.

Step 3 : Forge

NOTE: If you've installed the client on a dedicated server or VPS, you should change "localhost" to your Server/VPS IP.

Last updated