Data Directory
All data relating to a specific Parallax client instance gets written inside a data directory. The default data directory locations are platform specific:- Mac: ~/Library/Parallax
- Linux: ~/.parallax
- Windows: %LOCALAPPDATA%\Parallax
--datadir
parameter can be specified. See CLI Options for more details. There may exist multiple data directories for multiple networks (e.g. a separate directory for Parallax Mainnet and testnet). Each would have subdirectories for their blockchain data and keystore.
It is important to backup the files in the keystore securely. These files are encrypted using an account password. This needs to be securely backed up too. There is no way to decrypt the keys without the password!
Cleanup
The Parallax’s blockchain and state databases can be removed with:removedb
command with no arguments removes the full node state database, ancient database and light node database.