Open HuntingBTC opened 5 years ago
Please enable debug logs and upload them here.
I have done everything, but I have no idea where I can find /logs folder inside the :ref:`datadir
In Electrum, go to the Console
tab (View
>Show Console
), and then run this:
(it tries do DNS resolution for google.com)
import dns; print([str(answer) for answer in dns.resolver.query("google.com", dns.rdatatype.A)])
What output do you get?
import dns; print([str(answer) for answer in dns.resolver.query("google.com", dns.rdatatype.A)]) Traceback (most recent call last): ^ SyntaxError: invalid syntax
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "electrum\gui\qt\console.py", line 262, in runCommand
File "
Try with a Tor proxy:
Open the Tor Browser in the background, and in Electrum in the network settings (orb in bottom right), Proxy
> Use Tor proxy at port ...
Independently of the Tor proxy suggestion; could you also try to run the following in the console:
import socket; print(socket._getaddrinfo("google.com", 443))
Thanks. I selected use Tor browser and now I can see the balance, but the light at the bottom on the right site is blue. What does this mean?
Should I still try your last suggestion?
blue just means you are using a proxy. it's to reassure you of that fact.
Should I still try your last suggestion?
yes, please still try running socket._getaddrinfo
You are connected to an ElectrumX 1.10.0 server. import socket; print(socket._getaddrinfo("google.com", 443)) [(<AddressFamily.AF_INET: 2>, 0, 0, '', ('216.58.201.174', 443))]
My Electrum wallet does not connect to server. I asked another person to download Electrum wallet 3.8.8 and give me the name of the server his wallet successfully connects. The name of the server is electrum.hodlister.co but my wallet also does not connect using this server.
What to do?