XSN Mandatory Wallet Update — June 2019

Kuosumi
Stakenet
Published in
3 min readJun 20, 2019

--

We recently released our latest core wallet version 1.0.20 on 9 June 2019 which is a mandatory wallet update and updates our Proof of Stake (PoS) consensus by adding key stability improvements. This update is mandatory for everyone who has an XSN wallet — Stakers, Masternode Owners, TPoS Merchants, and hodlers.

We ask that everyone updates their wallet to the latest version before 24 June 2019 as the network will no longer accept actions from previous wallet versions after this date. You will not lose access to your funds if you do not update however; if you run a older wallet version then you will not be able to perform any actions such as staking or sending/receiving until you update to the latest version.

If you host your Masternode on the Stakenet cloud, https://cloud.stakenet.io/login through MNaaS then we have already updated all Masternode servers and ask you to update your local wallet (the wallet that holds your Masternode collateral).

If you stake your coins through a TPoS then please ensure you have updated your local wallet and your TPoS server to the latest version. If you use a TPoS Merchant then please ask your merchant to confirm that they have updated your TPoS VPS to the latest wallet version.

How to update your Linux Wallet (SSH)

In order to update your Linux Wallet please copy and paste each line individually.

~/.xsncore/xsn-cli stopwget https://github.com/X9Developers/XSN/releases/download/v1.0.20/xsn-1.0.20-x86_64-linux-gnu.tar.gztar xfvz xsn-1.0.20-x86_64-linux-gnu.tar.gzcp xsn-1.0.20/bin/xsnd ~/.xsncore/cp xsn-1.0.20/bin/xsn-cli ~/.xsncore/~/.xsncore/xsnd

How to update your Windows Wallet

In order to update your Windows wallet, please go to https://github.com/X9Developers/XSN/releases/tag/v1.0.20 and download the lastest Windows version. It is generally recommended to have a recent backup version of your wallet.dat before updating your wallet as good practice.

Once the download has been completed, please ensure your wallet is closed and then run the executable file to install the new wallet and update your existing wallet.

If you changed the data directory for your wallet when you originally installed it then please make sure that you re-confirm this folder and proceed with the install.

How to update your Mac Wallet

In order to update your Mac wallet, please go to https://github.com/X9Developers/XSN/releases/tag/v1.0.20 and download the latest Mac version. It is generally recommended to have a recent backup version of your wallet.dat before updating your wallet as good practice.

Please make sure your wallet is closed before proceeding and once done, extract the file and then run the xsn-qt in the bin folder.

Alternatively, you can use the below instructions to update your Mac wallet using the Terminal.

How to update your Mac Wallet using the Terminal

In order to update your Mac wallet, please go to https://github.com/X9Developers/XSN/releases/tag/v1.0.20 and download the latest Mac version. It is generally recommended to have a recent backup version of your wallet.dat before updating your wallet as good practice.

Once the download has been completed, please ensure your wallet is closed and then please open your Mac Terminal and input the following commands:

tar xfvz xsn-1.0.20-osx64.tar.gzcp xsn-1.0.20-osx64.tar.gz/bin/xsnd ~/.xsncore/cp xsn-1.0.20-osx64.tar.gz/bin/xsn-cli ~/.xsncore/chmod 777 ~/.xsncore/xsn*

The above assumes you are using ~/.xsncore/ as the wallet directory, if this is not your chosen directory then you can edit the following commands:

tar xfvz ${COMPRESSED_NAME} cp ${UNCOMPRESSED_NAME}/bin/xsnd ${XSNCORE_PATH} cp ${UNCOMPRESSED_NAME}/bin/xsn-cli ${XSNCORE_PATH} chmod 777 ${XSNCORE_PATH}/xsn*

Everything in ${} is replaceable with file name and users preferred location

If you have any questions or issues, please join us in the Stakenet Discord — https://discord.gg/MJc2x6f and we will be happy to help.

--

--