LNP-BP / nodes

Complete LNP/BP protocol daemons suite
MIT License
18 stars 9 forks source link

Error: FundingWallet(Electrum("Connection refused (os error 111)")) #19

Open Goosie opened 1 year ago

Goosie commented 1 year ago

After I run the command: lnpd -vvv --network testnet init, while I have gave the two testnet addresses some coins, I get the error:

Funding wallet 'funding.wallet' ... found [2022-11-28T15:00:11Z INFO lnp_node::lnpd::funding] Opening funding wallet at '/home/rgbalice/.lnp_node/testnet/funding.wallet' [2022-11-28T15:00:11Z INFO lnp_node::lnpd::funding] Connecting Electrum server at pandora.network:60001 Error: FundingWallet(Electrum("Connection refused (os error 111)"))

crisdut commented 1 year ago

Hi @Goosie,

If you have access to a bitcoin node in testnet mode, you could up a electrs server. Unfortunately, it looks like the electrum server is having an issue.