Abelian Node Database
Description of Abelian Node Database
Abelian node database includes three types: Normal Node, SemiFull Node, and Full Node. For related parameters and configuration methods, please refer to the Abelian Node User Guide Document.
Abelian Normal Node
Default Data Directory Location
(Mainnet)
- In Abelian Desktop Wallet (Legacy) version 4.1.1, the Abec mainnet defaults to using Normal Node. Solo mining users are recommended to run the
normalnodetype of Abelian Normal Node, with the default data directory location as follows:
%USERPROFILE%\AppData\Roaming\Abelian Wallet\Abec\mainnet~/Library/Application Support/Abelian Wallet/Abec/mainnet~/.config/Abelian Wallet/Abec/mainnetNote
Starting from version 4.2.0 of the Abelian Desktop Wallet (Legacy), the Abec synchronization of mainnet data is no longer used, and this data package does not need to be downloaded.
Data Package Download Link
Download link: Mega
File name: mainnet.zip
File size: 166.47 GB
Block height: 463308
Upload date: December 29, 2025
Extracting the Data Package
Desktop Wallet for Windows
- Close and exit the Desktop Wallet Legacy 4.1.1 for Windows.
- Use extraction software to open the mainnet.zip file and extract the mainnet directory to the Default Location.
- Restart the Desktop Wallet and click sync (sync Mainnet), Start synchronization and ensure it reaches 100% (latest block height).
Desktop Wallet for macOS
- Close and exit the Desktop Wallet Legacy 4.1.1 for macOS.
- Double-click the mainnet.zip file to automatically extract it.
- Move the extracted mainnet directory to the Default Location.
- Restart the Desktop Wallet and click sync (sync Mainnet), Start synchronization and ensure it reaches 100% (latest block height).
Desktop Wallet for Linux
- Close and exit the Desktop Wallet Legacy 4.1.1 for Linux.
- Double-click the mainnet.zip file to automatically extract it.
- Move the extracted mainnet directory to the Default Location.
- Restart the Desktop Wallet and click sync (sync Mainnet), Start synchronization and ensure it reaches 100% (latest block height).
Abelian SemiFull Node
Default Data Directory Location
Abelian developers with sufficient disk space are advised to download the Abelian SemiFull Node (semifullnode) data package for either the mainnet or testnet, with the default data directory location as follows:
(Mainnet)
%USERPROFILE%\AppData\Local\Abec\mainnet~/Library/Application Support/Abec/mainnet~/.abec/mainnet(Testnet)
%USERPROFILE%\AppData\Local\Abec\testnet~/Library/Application Support/Abec/testnet~/.abec/testnetData Package Download Links
(Mainnet)
Download link: Mega
File name: mainnet.zip
File size: 320.86 GB
Block height: 461203
Upload date: December 25, 2025
(Testnet)
Download link: Mega
File name: testnet.zip
File size: 99.04 GB
Block height: 422604
Upload date: April 8, 2025
Extracting the Data Package
Windows
- Stop the node process
start_abec.bat. - Extract the downloaded mainnet.zip or testnet.zip to the Default Location.
- Execute
start_abec.bat.
macOS
- Stop the node process
start_abec.sh. - Double-click the downloaded mainnet.zip or testnet.zip to extract it.
- Move the extracted mainnet or testnet directory to the Default Location.
- Execute
start_abec.sh.
Linux
- Stop the node process
abecorabectl. - Execute the extraction command for the downloaded mainnet.zip or testnet.zip:
# For Ubuntu or Debian, install the unzip package
$ apt install unzip
# Extract the mainnet zip file
$ unzip mainnet.zip
# Or extract the testnet zip file
$ unzip testnet.zip- Move the extracted mainnet or testnet directory to the Default Location:
# Move the mainnet data directory to ~/.abec/data/:
$ mv -f mainnet ~/.abec/data/
# Or move the testnet data directory to ~/.abec/data/:
$ mv -f testnet ~/.abec/data/- Restart the Abelian Node.
Precautions
NOTE
Please note the date of data update; updated compressed packages cannot be mixed with old ones!