Install the Cloakcoin Client

From CloakCoin Wiki
Revision as of 01:05, 23 August 2017 by Exslave (talk | contribs)
Jump to: navigation, search
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
  5. cd
    mv .CloakCoin .CloakCoin_backup
  6. Unzip the download.
  7. Open a terminal with root rights
  8. 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
  9. On some debian/ubuntu distributions you need to installing missing libs as with root privileges:
  10. apt-get update
    apt-get install libcurl3 libcurl3-gnutls
  11. run cloakcoin with your user account
  12. Follow the instructions from the installer.
  13. Say yes to the 'auto blockchain downloader' this will be the faster way!
  14. Let your wallet find other nodes and sync the blockchain
  15. Instalation of the Mac iOS Edition

    Instalation of the Raspeberry Pi Edition