Difference between revisions of "Blockchain Downloader"

From CloakCoin Wiki
Jump to: navigation, search
(Prepared the page for translation)
(Marked this version for translation)
Line 1: Line 1:
 
<languages/>
 
<languages/>
 
<translate>
 
<translate>
 +
<!--T:2-->
 
The CloakCoin Core client features a blockchain file auto downloader on the first setup to increase synchronization speed.
 
The CloakCoin Core client features a blockchain file auto downloader on the first setup to increase synchronization speed.
  
 +
<!--T:1-->
 
If you need to reinstall an updated blockchain file you can find it in: [https://backend.cloakcoin.com/wallet/v2/cloak_ldb.zip https://backend.cloakcoin.com]
 
If you need to reinstall an updated blockchain file you can find it in: [https://backend.cloakcoin.com/wallet/v2/cloak_ldb.zip https://backend.cloakcoin.com]
<!--T:1-->
 
 
{| style="color: white; text-align: center; font-size:100%; width: 100%; background:#E73D0D;"
 
{| style="color: white; text-align: center; font-size:100%; width: 100%; background:#E73D0D;"
 
| colspan="2" |  
 
| colspan="2" |  
Line 12: Line 13:
  
  
== How to manually install the blockchain file ==
+
== How to manually install the blockchain file == <!--T:3-->
  
  
=== Windows ===
+
=== Windows === <!--T:4-->
  
 +
<!--T:5-->
 
<ol>
 
<ol>
 
<li>Press on your keyboard 'win'+'r'</li>
 
<li>Press on your keyboard 'win'+'r'</li>
Line 26: Line 28:
  
  
=== Linux ===
+
=== Linux === <!--T:6-->
  
 +
<!--T:7-->
 
The wallet creates a folder in the home directory of the user that is running the wallet.
 
The wallet creates a folder in the home directory of the user that is running the wallet.
  
 +
<!--T:8-->
 
<ol>
 
<ol>
 
<li>Open a terminal</li>
 
<li>Open a terminal</li>
Line 38: Line 42:
  
  
=== MAC ===
+
=== MAC === <!--T:9-->
  
 +
<!--T:10-->
 
<ol>
 
<ol>
 
<li>Open Finder.</li>
 
<li>Open Finder.</li>
Line 49: Line 54:
  
  
 +
<!--T:11-->
 
Page under construction!
 
Page under construction!
 
</translate>
 
</translate>

Revision as of 01:44, 18 October 2018

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

The CloakCoin Core client features a blockchain file auto downloader on the first setup to increase synchronization speed.

If you need to reinstall an updated blockchain file you can find it in: https://backend.cloakcoin.com

If you have a running wallet remember to backup your wallet.dat file before manually update the blockchain


How to manually install the blockchain file

Windows

  1. Press on your keyboard 'win'+'r'
  2. Now enter %appdata%
  3. Windows Explorer has opened, click into the 'CloakCoin' folder
  4. Paste the previously downloaded blockchain file
  5. Unzip Blockchain file.


Linux

The wallet creates a folder in the home directory of the user that is running the wallet.

  1. Open a terminal
  2. Go to the home directory of the user who is running the wallet. If this is you, enter 'cd' and press enter on your keyboard.
  3. Now type 'cd .CloakCoin' and press enter.
  4. Unzip Blockchain file.


MAC

  1. Open Finder.
  2. Select 'Go' / 'Go To Folder' from the finder menu.
  3. Enter '~/Library/Application Support/CloakCoin/'
  4. Click the 'Go' button.
  5. Unzip Blockchain file.


Page under construction!