1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 22:25:26 +01:00

Document onchain wallet backup. (#2143)

Eclair does not include an onchain wallet and instead uses the wallet of the bitcoin node it is connected to.
Users must also backup this wallet.
This commit is contained in:
Fabrice Drouin 2022-01-24 16:32:13 +01:00 committed by GitHub
parent d59d4343c8
commit f3604cffaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,14 @@ eclair-node-<version>-<commit_id>/bin/eclair-node.sh -Dlogback.configurationFile
### Backup
The files that you need to backup are located in your data directory. You must backup:
You need to backup:
- your bitcoin core wallet
- your eclair channels
For bitcoin core, you need to backup the wallet file for the wallet that eclair is using. You only need to this once, when the wallet is
created (see https://github.com/bitcoin/bitcoin/blob/master/doc/managing-wallets.md for more information).
For eclair, the files that you need to backup are located in your data directory. You must backup:
* your seeds (`node_seed.dat` and `channel_seed.dat`)
* your channel database (`eclair.sqlite.bak` under directory `mainnet`, `testnet` or `regtest` depending on which chain you're running on)