Difference between revisions of "Install the Cloakcoin Client"

From CloakCoin Wiki
Jump to: navigation, search
Line 21: Line 21:
 
#Remove the old installation
 
#Remove the old installation
 
#Open a terminal as user
 
#Open a terminal as user
#Type:
+
::<code>cd</code>
<code>cd<br />
+
::<code>mv .CloakCoin .CloakCoin_backup</code>
mv .CloakCoin .CloakCoin_backup</code>
+
#Unzip the download.
 +
#Open a terminal with root rights
 +
::<code>cd /opt</code>
 +
::<code>mkdir -vp cloakcoin/2.0.2.1_defender</code>
 +
::<code>cd !$</code>
 +
::<code>mv /path/to/unzipped/cloakcoin* .</code>
 +
::<code>chmod +x cloakcoin*</code>
 +
::<code>ln -s /opt/cloakcoin/2.0.2.1_defender/cloakcoin-qt /usr/local/bin/cloakcoin</code>
 +
#On some debian/ubuntu distributions you need to installing missing libs as with root privileges:
 +
::<code>apt-get update</code>
 +
::<code>apt-get install libcurl3 libcurl3-gnutls</code>
 +
 
 
== Instalation of the Mac iOS Edition == <!--T:3-->
 
== Instalation of the Mac iOS Edition == <!--T:3-->
  
 
</translate>
 
</translate>

Revision as of 00:51, 23 August 2017

Other languages:
English • ‎Tiếng Việt • ‎Türkçe • ‎español • ‎português • ‎中文(中国大陆)‎

Instalation of the Windows Edition

  1. If you are going to install the Cloakcoin wallet for the first time jump to point 6.
  2. If you have installed a previous version, please stop the running wallet.
  3. Backup your wallet.dat
  4. If your previous version is CloakCoin 1.x, please make a deinstallation!!!
  5. If your previous version is CloakCoin 2.x, you can make an update and dont need to make a deinstallation.
  6. Donwload the latest client from cloakcoin.com
  7. Unzip the download.
  8. Now start the downloaded exe file and run it as an administrator.
  9. Follow the instructions from the installer.
  10. Say yes to the 'auto blockchain downloader' this will be the fastest way!
  11. Start your new Cloakcoin 2.0 wallet and let it find other nodes and sync the blockchain

Instalation of the Linux Edition

  1. If you have installed a previous version, please stop the running wallet.
  2. Backup your wallet.dat
  3. Remove the old installation
  4. Open a terminal as user
cd
mv .CloakCoin .CloakCoin_backup
  1. Unzip the download.
  2. 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
  1. On some debian/ubuntu distributions you need to installing missing libs as with root privileges:
apt-get update
apt-get install libcurl3 libcurl3-gnutls

Instalation of the Mac iOS Edition