Tutorials: Installation Instructions for Linux
From CloakCoin Wiki
Instalation of the Linux Edition
Instalation of the Linux QT GUI edition
- If you have installed a previous version, please stop the running wallet.
- Backup your wallet.dat
- Remove the old installation
- Open a terminal as user
cd
mv .CloakCoin .CloakCoin_backup
- Unzip the download.
- Open a terminal with root rights
cd /opt
mkdir -vp cloakcoin/2.0.2.1_defender
cd !$
mv /path/to/unzipped/cloakcoin* .
chmod +x cloakcoin*
ln -s /opt/cloakcoin/2.0.2.1_defender/cloakcoin-qt /usr/local/bin/cloakcoin
- On some debian/ubuntu distributions you need to installing missing libs as with root privileges:
apt-get update
apt-get install libcurl3 libcurl3-gnutls
- run cloakcoin with your user account
- Follow the instructions from the installer.
- Say yes to the 'auto blockchain downloader' this will be the faster way!
- Let your wallet find other nodes and sync the blockchain
Instalation of the Linux Daemon edition
- Create config directory in your Home folder
mkdir /home/USERNAME/.CloakCoin
- Switch to the directory and download newest Blockchain for faster sync
cd /home/USERNAME/.CloakCoin
wget https://backend.cloakcoin.com/wallet/v2/cloak_ldb.zip
unzip cloak_ldb.zip
- Create .CloakCoin.conf file with rpcusername and password
nano /home/USERNAME/.CloakCoin/CloakCoin.conf
rpcusername=YOURRPCUSERNAME
rpcpassword=YOURRANDOMRPCPASSWORD
- Save this file and exit
- Create a folder for your CloakCoin Daemon and download this new Wallet
mkdir /home/USERNAME/cloakcoin
cd /home/USERNAME/cloakcoin
wget https://www.cloakcoin.com/en/downloader.html?file=files/downloads/wallet/2.0.2.1/cloakCoin_qt-
daemon_linux_x64_v2.0.2.1.defender.zip
unzip cloakCoin_qt-daemon_linux_x64_v2.0.2.1.defender.zip
rm -r cloakCoin_qt-daemon_linux_x64_v2.0.2.1.defender.zip
- Start Daemon