-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
docker-electrumx immediately drops incoming RPC connections from Electrum #50
Comments
To exclude any SSL-related problem, I configured a (non-SSL) TCP connection between ElectrumX and Electrum – the problem persists. To exclude any limiting issues, I tried adding
but the problem persists. |
Can you get a response from ElectrumX over Once you get a connection try pasting:
And see if you get a response. e.g:
|
I have what appears to be the same symptoms. for me, this began happening after I switched my image from v1.12 to v1.15 Both Electrum V3.3.8 & 4.0.2 Tested. Here is what I get spammed in my ElectrumX console:
|
I connected over telnet to TCP, and do get a response, but it complains about formatting:
And just hitting enter returns: |
Any updates on this issue? |
@mariobyn I tried many things, and had no success. What did bring success was blowing away all data relating to the image, and having it re-process the entire blockchain. |
@1n5aN1aC i tried your thing and it still didn't work after a while it started again, I looked on the RPC client with more verbose logs and it seems it was an issue on my part due to resources so I set and it worked... |
I had this happen again, and the only solution I could find was to blow away all my electrum data and have it rebuild it all from scratch again. Very strange. |
I just had this issue again. This time, I tried what @mariobyn suggested, and at least in my case, that did not resolve the problem. Once again, I deleted everything in Electrum server data directory, restarted the container, waited ~24hours for it to regenerate, and now everything works again..... |
I'm running Electrum 3.2.4 (also tried 3.3.8) on a fully up to date Ubuntu 18.04 using this command:
I'm getting this output in the console, the connection is immediately dropped and my wallets are not updated:
In electrumx-docker, I only see
sometimes (but not always) followed by
I can
or
and is stays connected for a while.
Both bitcoind and electrumx are fully synched, earlier in the log I see
My host is a fully up to date Ubuntu Server 18.04. This is my docker-electrumx config:
I tried the same with testnet; same results.
(
<myip>
,<myhost>
,<mypassword>
,<mybitcoinddata>
and<myelectrumxdata>
obviously have real values in the real config)The text was updated successfully, but these errors were encountered: