Difference between revisions of "Install the Cloakcoin Client/vi"

From CloakCoin Wiki
Jump to: navigation, search
(Created page with "Luôn nhớ "Mã hóa ví bạn bằng Keyphrase mật khẩu!" + backup wallet.dat của bạn trên USB hoặc ổ cứng di động....")
(Created page with "Cài đặt Phiên bản Linux Daemon GUI")
Line 41: Line 41:
 
</ol>
 
</ol>
  
==Installation of the Linux Daemon Edition==  
+
==Cài đặt Phiên bản Linux Daemon GUI==  
 
<ol>
 
<ol>
 
<li>Create config directory in your Home folder</li>
 
<li>Create config directory in your Home folder</li>

Revision as of 03:06, 1 December 2018

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

Hướng dẫn này bao gồm cài đặt CloakCoin trên tất cả các nền tảng khác nhau.


Cài đặt phiên bản Windows

  1. Nếu bạn cài đặt ví Cloakcoin lần đầu tiên, hãy chuyển tới điểm 6.
  2. Nếu bạn đã cài đặt phiên bản trước, vui lòng ngừng chạy ví.
  3. Backup wallet.dat của bạn
  4. Nếu phiên bản trước của bạn là CloakCoin 1.x, vui lòng gỡ cài đặt!!!
  5. Nếu phiên bản trước của bạn là CloakCoin 2.x, bạn có thể cập nhật mà không cần phải gỡ cài đặt.
  6. Tải xuống Client mới nhất từ ​​GitHub
  7. Giải nén file tải xuống.
  8. Bây giờ bắt đầu file cloakcoin-rEvolution-2.2.2.0 đã tải xuống và chạy nó với tư cách quản trị viên.
  9. Làm theo hướng dẫn từ trình cài đặt.
  10. Khi cài đặt lần đầu tiên, bạn sẽ được nhắc "Không tìm thấy Blockchain"
  11. Nhấn "ok" để tải xuống file Blockchain đã được bootstrap, điều này sẽ làm tăng đáng kể sự đồng bộ hóa của ví.
  12. Khởi động ví Cloakcoin 2.2.2.0 mới của bạn và để nó tìm các node khác và đồng bộ hóa blockchain.
  13. Luôn nhớ " Mã hóa ví của bạn thông qua mật khẩu Keyphrase! + backup wallet.dat của bạn trên một USB hoặc ổ cứng di động. Chỉ để đảm bảo an toàn!

Cài đặt Phiên bản Linux Precompiled

Cài đặt Phiên bản Linux QT GUI

  1. Nếu bạn đã cài đặt phiên bản trước, vui lòng backup wallet.dat của bạn
  2. Sau đó mở terminal và tạo backup folder .CloakCoin của bạn:
  3. mv .CloakCoin .CloakCoin_backup
  4. Xóa cài đặt cũ (hãy chắc chăn bạn đã backup file wallet.dat của bạn trước khi xóa bất kỳ file nào!)
  5. rm -R .CloakCoin
  6. Cài đặt phiên bản mới
  7. Trên một số distribution debian/ubuntu, bạn có thể cần phải cài đặt lib bị thiếu, nếu đó là trường hợp với quyền root:
  8. apt-get update
    apt-get install libcurl3 libcurl3-gnutls
  9. Tải CloakCoin client mới nhất từ: Github
  10. Giải nén file cloakcoin-linux_x64-rEvolution-2.2.2.0.zip
  11. Chạy cloakcoin-qt bằng tài khoản người dùng của bạn.
  12. Theo hướng dẫn từ trình cài đặt.
  13. Khi xuất hiện "Không tìm thấy file Blockchain" nhấn "OK" để tải file Blockchain, đây là cách nhanh nhất!
  14. Để ví của bạn tìm các node khác và đồng bộ hóa với blockchain
  15. Luôn nhớ "Mã hóa ví bạn bằng Keyphrase mật khẩu!" + backup wallet.dat của bạn trên USB hoặc ổ cứng di động. Chỉ để đảm bảo an toàn!

Cài đặt Phiên bản Linux Daemon GUI

  1. Create config directory in your Home folder
  2. mkdir /home/USERNAME/.CloakCoin
  3. Switch to the directory and download newest Blockchain for faster sync
  4. cd /home/USERNAME/.CloakCoin
    wget https://backend.cloakcoin.com/wallet/v2/cloak_ldb.zip
    unzip cloak_ldb.zip
  5. Create .CloakCoin.conf file with rpcusername and password
  6. nano /home/USERNAME/.CloakCoin/CloakCoin.conf
    rpcusername=YOURRPCUSERNAME
    rpcpassword=YOURRANDOMRPCPASSWORD
  7. Save this file and exit
  8. Create a folder for your CloakCoin Daemon:
  9. mkdir /home/USERNAME/cloakcoin
    cd /home/USERNAME/cloakcoin
  10. Download the latest Cloakcoin release:
  11. wget https://github.com/CloakProject/2.2.2.0-wallets/blob/master/cloakcoin-linux_x64-rEvolution-2.2.2.0.zip
    unzip cloakcoin-linux_x64-rEvolution-2.2.2.0.zip
    rm -r cloakcoin-linux_x64-rEvolution-2.2.2.0.zip
  12. Start Daemon:
  13. /home/USERNAME/cloakcoin/cloakcoind

Installation of the Mac OS Edition

  1. Donwload the latest Mac client from GitHub
  2. Extract zip file and start cloakCoin-qt.xxxx.dmg
  3. Drag & Drop the cloakCoin-qt App in the Application Folder
  4. Start cloakCoin-qt App in Application Folder -> you will get a warning that the app is from a unidentified developer
  5. Choose Apple menu > System Preferences, then click Security & Privacy. Read more.
  6. You need to unblock the app by clicking the 'Open Anyway' in Security & Privacy
  7. The cloakCoin-qt app will continue with the installation.
  8. You will get a warning: 'Cant find local blockchain…..Would you like to auto-download it?'
  9. Click 'Yes'
  10. when the blockchain finnishes downloading cloakCoin-qt app will be running and in full sync!
  11. Always remember -> to Encrypt your wallet via password Keyphrase! + backup your wallet.dat on a USB Stick or External Harddrive. Just to be sure!

If you need to reinstall the blockchain file with the auto-downloader:

  1. Close the running wallet.
  2. Go to ~/Library/Application Support/CloakCoin/ and delete folder txleveldb.
  3. Restart and it will ask you to download again.

Installation of the Raspberry headless (CLI) precompiled Edition

We choose Raspbian. So download the last version, burn the image, put the SD Card into Raspberry Pi and turn it ON !

  1. Update the system :
sudo apt update && sudo apt dist-upgrade
  1. Reboot after update and don't forget to change the pi password for security reasons
  2. Install The last version :
wget https://github.com/CloakProject/2.2.2.0-wallets/raw/master/cloakcoin-RPi_armv7-rEvolution-2.2.2.0.zip
  1. Unzip it :
unzip cloakcoin-RPi_armv7-rEvolution-2.2.2.0.zip
  1. Make it executable :
chmod +x cloakcoind
  1. open the CloakCoin.conf file :
nano ~/.CloakCoin/CloakCoin.conf
  1. Add rpcuser and rpcpassword :
rpcusername=YOURRPCUSERNAME
rpcpassword=YOURRANDOMRPCPASSWORD
  1. Start The daemon :
./cloakcoind --daemon -upnp

Installation of the Android Edition

  1. From your mobile device install the latest Android wallet from Google Play

CloakCoin FAQ and troubleshoot

You can find help and info on the CloakCoin general FAQ and troubelshoot page.

Support is also available on CloakCoin Rocketchat channel platform.


C0.png
Free of Copyright Restrictions.