DeepOnion Linux Installation
Below you will find instructions for fast syncing of the DeepOnion blockchain for Linux systems. Before starting please make sure your DeepOnion wallet daemon is stopped.
Step 1: Browse to the folder with the DeepOnion data files by running the following command.
cd ~/.DeepOnion
Step 2: Download the latest blockchain (.tar.gz) files. Contains: blocks and chainstate.
wget https://deeponion.org/blockchain -O chain.tar.gz
Step 3: Extract the .tar.gz contents into your local DeepOnion folder and overwrite if asked.
tar -xvf chain.tar.gz
Step 4: Delete the downloaded (.tar.gz) file by running this command.
rm -f chain.tar.gz
Step 5: Start the wallet and it will be in sync with the network after a short time.