Hey team, can you please provide the exact command lines for update the VPS, step by step? I'm asking because most of us are not experts with vps/linux, so it would be really helpful to know what we should exactly do if this update is mandatory. Thanks, waiting for instructions!
command to update the wallet to version 4.3 on the VPS.
Copy all together and press Enter:
killall dixicoind; sleep 2; cd .. && cd .. && rm -rf dixicoin/dixi-4.2.0-aarch64-linux-gnu && wget https://github.com/Dixicoin-DXC/Dixicoin/releases/download/untagged-9b6fe8bd210320b07944/dixi-4.3.0-aarch64-linux-gnu.zip && mkdir dixicoin && unzip dixi-4.3.0-aarch64-linux-gnu.zip -d dixicoin/dixi-4.3.0-aarch64-linux-gnu; sleep 2;cd dixicoin/dixi-4.3.0-aarch64-linux-gnu;chmod +x dixicoind;chmod +x dixicoin-cli;./dixicoind -daemon----------------------------------------------------------------------------------
important
if after start-alias MN on the server there is no activation, stop the client and run it. MN should be activated by itself:
./dixicoin-cli stop; sleep 4; ./dixicoind -daemon----------------------------------------------------------------------------------
if you have any problems with running MN on your local wallet, run the command in the console:
masternode start-many---------------------------------------------------------------------------------