Linux / Cloud VPS - DNET command line upgrade guide from: v1.0.1.0 to: v1.0.2.0Stop the Dnet daemon:
cd Darknet
cd src
./darknet-cli stop
cd
Remove the 'old' Dnet folder and daemon etc:
rm -rv Darknet
Download Dnet v1.0.2.0 :
EDIT (new download link):
wget https://github.com/Darknet-Crypto/Darknet/releases/download/v1.0.2.0/Darknet-Qt-Linux-Wallet-v1.0.2.0.zip
Re-make the Dnet directory:
mkdir Darknet
cd Darknet
mkdir src
cd
Unzip the download :
EDIT:
unzip Darknet-Qt-Linux-Wallet-v1.0.2.0.zip -d Darknet/src
Move the unzipped files to the 'default' directory :
mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknetd Darknet/src/
mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknet-cli Darknet/src/
mv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0/darknet-tx Darknet/src/
Tidy up:
rm -rv Darknet/src/Darknet-Qt-Linux-Wallet-v1.0.2.0
rm -rv Darknet/src/__MACOSX
rm -R Darknet-Qt-Linux-Wallet-v1.0.2.0.zip
Restart the Dnet daemon:
cd Darknet
cd src
./darknetd
./darknet-cli getinfo
./darknet-cli masternode start
Guide at:
http://xeronet.c0m.li/dnet-crypto.php - to be updated.
EDIT: Go here:
https://github.com/Darknet-Crypto/Darknet - If you prefer to build from source.