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:
parent
d59d4343c8
commit
f3604cffaf
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue