Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LDOGE]LiteDoge | Community coin | No Premine | Very fast | NEW WALLET OUT!
by
4dtwo
on 17/06/2016, 00:36:12 UTC
Thanks devs! I put together a howto guide on upgrading the linux wallet to 3.4.0.0 for anyone who needs a refresher.

ssh to your litedoge wallet - linux pc / vps

apt-get update
apt-get upgrade


Stop existing wallet.

$litedoged stop

Download source and install

git clone https://bitbucket.org/ctgiant/litedoge.git
cd litedoge/src
make -f makefile.unix


archive old version (optional)

mv /bin/litedoged /root/litedoged_archive330

Copy compiled binary, 3.4.0.0 LDOGE to /bin

cp litedoged /bin

Start Wallet

litedoged

Check version is up-to-date
litedoged getinfo
root@vps:~# litedoged getinfo
{
"version" : "v3.4.0.0",

Unlock wallet for much staking
litedoged walletpassphrase your_password 99999999 true

Verify staking =true
litedoged getstakinginfo

root@vps:~# litedoged getstakinginfo
{
"enabled" : true,
"staking" : true,



Such Security, Clear bash shell history
cat /dev/null > ~/.bash_history && history -c && exit

Also posted on the litedoge subreddit - https://www.reddit.com/r/litedoge/comments/4oglms/howto_upgrade_ldoge_linuxvps_wallet_to_3400_hard/