Storage and Encryption
Storage
CoinLiquidator uses Docker volumes to store your data locally on your computer. This approach offers several benefits:
- Data persists between container updates
- Easy backup management
- Survives container restarts
- Keeps settings after updates
tip
Think of Docker volumes as a dedicated storage space that stays intact even when you update or restart CoinLiquidator.
How It Works
- During the installation process of CoinLiquidator you are expected to setup a Docker volume
- This volume stores your:
- Wallet data
- Bot data
- During updates:
Old Container → Update → New Container
↓ ↓
Shared Volume → Preserved Data
Encryption
Even though CoinLiquidator runs locally, we take extra steps to protect your sensitive data:
- Private keys are encrypted before storage
- Uses industry-standard encryption
- Requires your encryption passphrase to decrypt
- Additional layer of security beyond local storage
Security Note
Your private key is never stored in plain text, even though it's on your local machine.
How Encryption Works
- You provide an encryption passphrase during setup
- Sensitive data (like private keys) is encrypted before storage
- Data is only decrypted when needed
warning
Keep your encryption passphrase safe! Without it, you won't be able to access your encrypted data after a container restart.
Best Practices
-
Storage:
- Regular backups recommended
- Don't modify volume contents manually
-
Encryption:
- Use a strong encryption passphrase
- Store passphrase securely
- Don't reuse passphrases from other services
Related Topics
Need more help? Contact our support team at support@senter.be