1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00

Clarify that Eclair uses Bitcoin Core as bitcoin wallet. (#395)

This commit is contained in:
Dimitris Tsapakidis 2018-01-29 19:40:24 +02:00 committed by Pierre-Marie Padiou
parent 56ef710f06
commit d5b0afb9e0

View File

@ -44,6 +44,8 @@ zmqpubrawblock=tcp://127.0.0.1:29000
zmqpubrawtx=tcp://127.0.0.1:29000 zmqpubrawtx=tcp://127.0.0.1:29000
``` ```
Eclair will use any BTC it finds in the Bitcoin Core wallet to fund any channels you choose to open. Eclair will return BTC from closed channels to this wallet.
On **__testnet__**, you also need to make sure that all your UTXOs are `p2sh-of-p2wpkh`. On **__testnet__**, you also need to make sure that all your UTXOs are `p2sh-of-p2wpkh`.
To do this, use the debug console, create a new address with `getnewaddress`, import it as a witness address with `addwitnessaddress`, and To do this, use the debug console, create a new address with `getnewaddress`, import it as a witness address with `addwitnessaddress`, and
send all your balance to this witness address. send all your balance to this witness address.