Updating Wallets - TeamLoonie/Loonie-coin GitHub Wiki
Occasionally on the LNI coin network, it is necessary to update the clients (wallets) - as the code progresses there are general updates, but occasionally it is mandatory.
With the release of version 1.0.0 of the client, daemon versions on the network need updating*
Follow the steps as below to update your version:
Backup the wallet.dat file / private keys (recommended)
End the current Loonie daemon process ./Loonie-cli stop
Remove old LNI directory rm -rf Loonie
Clone Loonie repo: git clone https://github.com/TeamLoonie/Loonie-coin
Enter the Loonie directory cd Loonie
Enter the following to begin the compilation process
./autogen.sh
./configure
make
Once compilation is complete enter the src directory to access waggerd
cd src
Start the Loonie daemon ./Loonied
If you are running the desktop client, just update from https://github.com/TeamLoonie/Loonie-coin/releases