Difference between revisions of "Speeding up sync for your DigiByte Core Wallet"

From DigiByte Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
1) If you are installing the DGB core wallet for the first time, download it for your operating system; [https://github.com/digibyte-core/digibyte/releases/download/v7.17.2/digibyte-7.17.2-win64-setup.exe Windows], [https://github.com/digibyte-core/digibyte/releases/download/v7.17.2/digibyte-7.17.2-osx.dmg macOS], [https://github.com/digibyte-core/digibyte/releases/download/v7.17.2/digibyte-7.17.2-x86_64-linux-gnu.tar.gz Linux].Install it as usual but <u>'''do not run it at this phase'''</u>.If you already have a core wallet and trying to clean install or upgrade, <u>'''backup your wallet.dat file'''</u> (File > Backup Wallet) and shut down your core wallet.
 
1) If you are installing the DGB core wallet for the first time, download it for your operating system; [https://github.com/digibyte-core/digibyte/releases/download/v7.17.2/digibyte-7.17.2-win64-setup.exe Windows], [https://github.com/digibyte-core/digibyte/releases/download/v7.17.2/digibyte-7.17.2-osx.dmg macOS], [https://github.com/digibyte-core/digibyte/releases/download/v7.17.2/digibyte-7.17.2-x86_64-linux-gnu.tar.gz Linux].Install it as usual but <u>'''do not run it at this phase'''</u>.If you already have a core wallet and trying to clean install or upgrade, <u>'''backup your wallet.dat file'''</u> (File > Backup Wallet) and shut down your core wallet.
  
2) Download the [https://drive.google.com/file/d/1sUlmZwEFamqcHNqZTHtFjrXqhN-wRCJc/view?usp=sharing .zip] file. (If you see "Daily quota exceeded error" you can bypass it by following instructions in [https://www.youtube.com/watch?v=R5q3XpdWfaQ this video].) It's about 15.6GB compressed as of February 7th, 2021 and updated about once every month. The best thing about this file is that it is hosted on Google servers ensuring that you can reach your maximum download speed wherever you are in the world. That means you can download it in 20 minutes if you have 100Mbps or higher download speed.
+
2) Download the [https://drive.google.com/file/d/1b8Yb7vPNtFHSqAFzZ3Ek1Ct7WeVb1bip/view?usp=sharing .zip] file. (If you see "Daily quota exceeded error" you can bypass it by following instructions in [https://www.youtube.com/watch?v=R5q3XpdWfaQ this video].) It's about 15.9GB compressed as of March 4th, 2021 and updated about once every month. The best thing about this file is that it is hosted on Google servers ensuring that you can reach your maximum download speed wherever you are in the world. That means you can download it in 20 minutes if you have 100Mbps or higher download speed.
  
 
3) After the download is complete, go to folder below according to your OS. (You may need to set hidden files as visible, then create DigiByte folder at this phase.)<br  />  Windows: Users\Username\Appdata\Roaming\DigiByte\ (Or run%AppData%\DigiByte)<br  />  macOS: ~/Library/Application Support/DigiByte/<br  />  Linux: ~/.digibyte/
 
3) After the download is complete, go to folder below according to your OS. (You may need to set hidden files as visible, then create DigiByte folder at this phase.)<br  />  Windows: Users\Username\Appdata\Roaming\DigiByte\ (Or run%AppData%\DigiByte)<br  />  macOS: ~/Library/Application Support/DigiByte/<br  />  Linux: ~/.digibyte/

Revision as of 22:27, 4 March 2021

Here’s a quick guide how to speed up the sync period of the DigiByte core wallet.

DigiByte is the longest UTXO blockchain in existence which has over 12.387.000 blocks, the size of the these blocks is around 24GB as of February 2021.

It is not too much compared to Bitcoin’s chain size which is over 327GB. Sync process of the DigiByte core wallet usually takes 4 to 8 hours according to your bandwidth and hardware specifications. This period can be significantly shortened when you use an SSD storage. After all it is still pretty acceptable time period for setting up a full node but if you have a low bandwidth and weak hardware or if you are in hurry then you may need a faster way.

Downloading a copy of the blockchain is the most known way to speed core wallet sync up. In fact, it’s not a good way to keep decentralization at a high level but if you really need it, there is nothing wrong with using it.

If you are ready, let’s take the necessary steps together:

1) If you are installing the DGB core wallet for the first time, download it for your operating system; Windows, macOS, Linux.Install it as usual but do not run it at this phase.If you already have a core wallet and trying to clean install or upgrade, backup your wallet.dat file (File > Backup Wallet) and shut down your core wallet.

2) Download the .zip file. (If you see "Daily quota exceeded error" you can bypass it by following instructions in this video.) It's about 15.9GB compressed as of March 4th, 2021 and updated about once every month. The best thing about this file is that it is hosted on Google servers ensuring that you can reach your maximum download speed wherever you are in the world. That means you can download it in 20 minutes if you have 100Mbps or higher download speed.

3) After the download is complete, go to folder below according to your OS. (You may need to set hidden files as visible, then create DigiByte folder at this phase.)
Windows: Users\Username\Appdata\Roaming\DigiByte\ (Or run%AppData%\DigiByte)
macOS: ~/Library/Application Support/DigiByte/
Linux: ~/.digibyte/

4) Delete all files EXCEPT wallet.dat file (or 'wallets' folder, if it exists) from your DigiByte folder.

5) Copy the .zip file you downloaded into the DigiByte folder and unzip it directly into that folder. Do not create a new folder while unzipping it, blocks folder and wallet.dat file must be in the same folder.

6) You can delete .zip file after unzipping it, or keep it for future use. It also includes an optimized digibyte.conf file that allows you to connect to more nodes faster. If you want to use your own digibyte.conf file you can also delete it.

7) Now you are ready to run your core wallet. At first start, it will ask you the default chain folder which points the folder you prepared. Do not change it unless you prepared a folder in a different location. Your core wallet will be ready to use in a few minutes and start contributing to the DigiByte blockchain.

You can also open the port 12024 on your router and forward it to a fixed local ip address of the your computer. For port forwarding instructions please click here.