Skip to content

Abelian Mainnet Database

Mainnet Data Directory Default Path

txt
C:\Users\<USER_NAME>\AppData\Roaming\Abelian Wallet\Abec\mainnet
txt
~/Library/Application Support/Abelian Wallet/Abec/mainnet
txt
~/.abec/data/mainnet

Files list:(A total of 14 zip archives)

mainnet.zip.001

mainnet.zip.002

mainnet.zip.003

......

mainnet.zip.014

Extract Mainnet Data zip files

Desktop Wallet for Windows

  1. Close and exit Windows Desktop Wallet Client;
  2. Place the downloaded 14 files in the same directory;
  3. Use 7zip software to open the mainnet.zip.001 file, Extract the mainnet directory and overwrite it to the default path;
  4. Restart Windows Desktop Wallet Client,Click "sync Mainnet".

Desktop Wallet for macOS

  1. Close and exit the macOS desktop wallet;
  2. Place the 14 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
  1. Move the extracted "mainnet" directory and overwrite it to the default location:
mv -f mainnet ~/Library/Application\ Support/Abelian\ Wallet/Abec/
  1. Restart the macOS desktop wallet and click on "Sync Mainnet".

Full Node for Linux

  1. Stop full node process abec or abectl
  2. Place the downloaded 14 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
  1. Move the mainnet directory and overwrite it to the default path:
mv -f mainnet ~/.abec/data/
  1. restart full node.

Precautions

NOTE

Please note the date of data update; updated compressed packages cannot be mixed with old ones!