Abelian Mainnet Database
Mainnet Data Directory Default Path
txt
%USERPROFILE%\AppData\Roaming\Abelian Wallet\Abec\mainnet
txt
~/Library/Application Support/Abelian Wallet/Abec/mainnet
txt
~/.abec/data/mainnet
Mainnet Data Download Links (Height: 327801)
Files list:(A total of 14 zip archives)
mainnet.zip.001
mainnet.zip.002
mainnet.zip.003
......
mainnet.zip.012
Extract Mainnet Data zip files
Desktop Wallet for Windows
- Close and exit Windows Desktop Wallet Client;
- Place the downloaded 12 files in the same directory;
- Use 7zip software to open the
mainnet.zip.001 file
, Extract the mainnet directory and overwrite it to the default path; - Restart Windows Desktop Wallet Client,Click "sync Mainnet".
Desktop Wallet for macOS
- Close and exit the macOS desktop wallet;
- Place the 12 downloaded files in the same directory and perform the extraction:
# Install 7zip using brew on macOS
$ brew install p7zip
# Extract the files
$ 7z x mainnet.zip.001
- Move the extracted "mainnet" directory and overwrite it to the default location:
mv -f mainnet ~/Library/Application\ Support/Abelian\ Wallet/Abec/
- Restart the macOS desktop wallet and click on "Sync Mainnet".
Full Node for Linux
- Stop full node process
abec
orabectl
- Place the downloaded 12 files in the same directory, and execute the extract command:
# Taking Ubuntu or Debian as examples, to install 7zip
$ apt install p7zip-full
# Extract the compressed package
$ 7z x mainnet.zip.001
- Move the mainnet directory and overwrite it to the default path:
mv -f mainnet ~/.abec/data/
- restart full node.
Precautions
NOTE
Please note the date of data update; updated compressed packages cannot be mixed with old ones!