-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug] Wallet connections - List of connections is empty #18726
Comments
Hey @Bu111ka , as a heads up we can generally provide more timely and thorough support in our discord server (https://discord.gg/chia). As for the issue, it looks like you are failing to connect to the dns introducers and get peers from them. One cause of this can be the system time being incorrect, can you verify that your devices time is correct using this site? https://time.is/ If the system time is correct we will want to see if this is generally an error when contacting the dns introducers or specific to the chia client, to do so can you open powershell and run the following command then provide us the output? The command should return a list of IP addresses, if it does not can you run the below command?
This is almost the exact same command but instead of using your DNS server it uses googles (the 8.8.8.8 part of the command). If the first nslookup does not return a list of IPs but the second one does then we will want to update your DNS server to use googles (this is a network adapter setting in your devices settings). If both are returning lists of IPs and the time was correct then we need to further troubleshoot the chia client. If neither return a list of IP addresses then we would need to further troubleshoot your network and its connection to the WAN. |
Thank you for your prompt response BrandtH22. I did what you said to check! PS C:\Users\Nice100> nslookup dns-introducer.chia.net
Сервер: UnKnown PS C:\Users\Nice100> nslookup dns-introducer.chia.net 8.8.8.8
Сервер: dns.google Имя: dns-introducer.chia.net |
I set my network settings using DNS 8.8.8.8, but unfortunately there is no connection to the wallet ( PS C:\Users\Nice100> nslookup dns-introducer.chia.net
Сервер: dns.google Имя: dns-introducer.chia.net |
Hey @Bu111ka , did you restart chia after making the network setting changes to use google dns? If not, can you restart chia and give it a few minutes to see if it connects to peers? If so, can you provide your debug log? |
Hello BrandtH22! Yes, I rebooted the router, the Chia wallet application and made a new attempt, now I’ll upload the logs. PS C:\Users\Nice100> nslookup dns-introducer.chia.net
Сервер: dns.google Имя: dns-introducer.chia.net
|
Good afternoon ! the issue has been resolved, today we started seeing peers and the wallet was connected, thanks for the help! |
chia team Lets check to see if their have been changes to dnspython regardless. thanks for the update tho glad things are working for you. |
What happened?
I installed the chia wallet for the first time in wallet mode. There is no connection to the wallet server. what could be the problem? Operating system window 10 pro version 22H2, build 19045.5011
Version
2.4.4
What platform are you using?
Windows
What ui mode are you using?
GUI
Relevant log output
The text was updated successfully, but these errors were encountered: