-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chopstick fail to connect to Electrs when faucet is enabled #176
Comments
Interesting! let me try to replicate: Are you on Mac (Intel or Apple chip?) or Linux? |
I'm on arch linux |
It seems bitcoin core has trouble syncing: can you try |
Ok I did restart nigiri as you suggested, at the very beginning of chopsticks logs I get: So, first it gets: chopsticks | time="2023-02-10T15:11:38Z" level=warning msg="Faucet not funded, check the error" error="Timeout reading data from server" status=500 and then start the loops |
Does just waiting ie. 5 seconds help? I can't replicate the issue on Mac Apple chip |
I'm trying to manually stop and only start the chopsticks container with: cd ~/.nigiri && docker-compose run chopsticks and I still get the same: but if I remove the so the issue arise when the faucet is enabled. |
oh thank you so much for the debug! Will dive into it over next days |
Can you try this latest release and see if it fixes on your side? https://github.com/vulpemventures/nigiri/releases/tag/v0.4.14 |
Thank you! I tried but I get the same error on esplora UI and workaround to make chopstick work by commenting out:
|
Hi,
I'm trying to run nigiri and I managed to get all the containers running.
curl http://localhost:30000/blocks/tip/height
I get 101.chopsticks | time="2023-02-10T14:44:23Z" level=info msg="Starting server with configuration:" chain=bitcoin electrs_url="http://electrs:30000" faucet_enabled=true listen_url="0.0.0.0:3000" logger_enabled=true mining_enabled=true rpc_server_url="http://admin1:123@bitcoin:18443" tls_enabled=false
chopsticks | time="2023-02-10T14:44:23Z" level=fatal msg="rescan blockchain" error="could not rescan: Method rescanblockchain failed with error: Wallet is currently rescanning. Abort existing rescan or wait."
chopsticks | time="2023-02-10T14:44:29Z" level=info msg="Starting server with configuration:" chain=bitcoin electrs_url="http://electrs:30000" faucet_enabled=true listen_url="0.0.0.0:3000" logger_enabled=true mining_enabled=true rpc_server_url="http://admin1:123@bitcoin:18443" tls_enabled=false
Then, of course also esplora is not working
Instead all the liquid containers run correctly.
The text was updated successfully, but these errors were encountered: