Abelian Node FAQ
Abelian Node (Abec) Related Issues
What types of Abelian Node (Abec)?
Abelian Node (Abec) have the following 3 types:
- Abelian Full Node: Stores and verifies all blockchain data since the genesis block, requiring the most storage space.
- Abelian SemiFull Node: Optimized storage structure, retains complete data after the most recent checkpoint, with high verification capability.
- Abelian Standard Node: Further reduces storage space, only stores complete data from retention blocks, suitable for resource-limited environments.
For more information, please refer to: Abelian Node User Guide Document
How to move the Standard Node data of desktop wallet (Legacy) to another location?
To change the folder, you can try this method (Windows only)
- Close desktop wallet
- System Properties ->Advanced ->Environment Variables ->New User/System Environment Variables Variable name: ABELWALLET_HOME Variable value: (Select a folder path)
- Move the following files from C:\Users\[username]\AppData\Roaming\Abelian Wallet path to a new path, including Abec, Abewallet, anscache.json, config.json, state.json
- Restart the system
The error log is: "Database corruption detected"
ABEC: Version 0.12.6
ABEC: Loading block database from '/root/.abec/data/mainnet/blocks_ffldb'
ABDB: ***Database corruption detected***: metadata claims file 37, offset 176759509, but witness data is at file 0, offset 0
ABEC: metadata claims file 37, offset 176759509, but witness data is at file 0, offset 0
ABEC: Shutdown completeThis is mainnet database corruption. You need to delete the "/[user_home_dir]/.abec/data/mainnet/blocks_ffldb" folder, and then resync again.
Please view this page and follow the steps to download the latest Abelian Normal Node and SemiFull Node mainnet data, then resync again.
What are the hardware requirements for running a Normal Node (Abec)?
Abelian Normal Node (Abec) has currently released versions for almost all commonly used hardware platforms, with minimal hardware requirements. However, there are minimum requirements for the speed of synchronizing and reading mainnet data as well as storage space size. The storage space should be no less than 180GB, and it is recommended to use a 240GB solid-state drive.