Issues in getting started with eclair-cli #2699
Replies: 3 comments 5 replies
-
In your Also, you've configured |
Beta Was this translation helpful? Give feedback.
-
Why do you use bitcoind 25.0? Our
This is perfectly normal, your node is running and does not print logs to the console. But if you look for the
As sstone explained, you're running on regtest, which is your own local test network, so you shouldn't try to connect to any node outside of your machine, that doesn't make sense. You should follow the instructions in https://github.com/t-bast/lightning-cfg/ to run multiple nodes on your local machine and connect them together. |
Beta Was this translation helpful? Give feedback.
-
Does rbfopen work in regtest mode? claddy@claddy:~$ eclair-cli -a localhost:9000 -p password rbfopen --channelId=b91b499c7274a91b8fe698ac57df59513c89ace694e2fa7e3661641caeeca070 --targetFeerateSatByte=50000
cannot execute command=rbf in state=WAIT_FOR_FUNDING_CONFIRMED After I mined blocks using claddy@claddy:~$ eclair-cli -a localhost:9000 -p password rbfopen --channelId=b91b499c7274a91b8fe698ac57df59513c89ace694e2fa7e3661641caeeca070 --targetFeerateSatByte=50000
cannot execute command=rbf in state=NORMAL |
Beta Was this translation helpful? Give feedback.
-
I have bitcoin-25.0 installed with the following bitcoin.conf:
Then I installed eclair node from releases
My eclair.conf file is:
When I start the eclair node, I'm not getting any response:
In a new terminal, when i try to connect to an endurance node as stated in the Usage.md
I' getting the following error:
claddy@claddy:~$ eclair-cli connect --uri=03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134@endurance.acinq.co:9735 Enter host password for user 'eclair-cli': curl: (7) Failed to connect to localhost port 8080 after 0 ms: Connection refused
I'm entering the password as
password
, as entered in the eclair.conf file.How, do I proceed forward?
Beta Was this translation helpful? Give feedback.
All reactions