Hi all,
The NavPi with cli wallet is still working without any problems.
Now there is an update 4.6.0.
So here a short update how to install this new version.
My installation path = /home/pi/NAV/
So there is a folder named navcoin-4.5.2 with all the files.
I just downloaded the new version like this:
cd /home/pi/NAV
wget https://github.com/navcoin/navcoin-core/releases/download/4.6.0/navcoin-4.6.0-arm-linux-gnueabihf.tar.gz
Extract the files:
tar xvf navcoin-4.6.0-arm-linux-gnueabihf.tar.gz
Stop the navcoind:
cd /home/pi/NAV/navcoin-4.5.2/
./navcoin-cli -datadir=/home/pi/.navcoin4 stop
Start the new version:
cd /home/pi/NAV/navcoin-4.6.0/bin/
./navcoind &
Check the progress:
cd /home/pi/NAV/navcoin-4.6.0/bin/
./navcoin-cli getinfo
My Pi needed some time to be up again. So the best thing is to do this in the evening and let it run a night.
The next day you can check the wallet with the getinfo command.
When its up don't forget to start staking!:
cd /home/pi/NAV/navcoin-4.6.0/bin/
./navcoin-cli walletpassphrase "youre wallet password" 99999999 true
Easy as that! It is just a few commands and you are up to go. The NavPi is running great now without the NavPi original image.
Congratulations @cryptoraspberry! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit