Constant Not Synced #3180
Replies: 25 comments 17 replies
-
Have you tried adding a port forwarding in your router on port 8444 to your PC? Or maybe add a different introducer: Introducer
Nodes
|
Beta Was this translation helpful? Give feedback.
-
Yeah i did |
Beta Was this translation helpful? Give feedback.
-
is the height in the Wallets tab as high as the peak height in the Full Node tab? If it does, here ends my wisdom, sorry |
Beta Was this translation helpful? Give feedback.
-
Ok my experience is that node.chia.net is super flaky. Sometimes i can connect to it forcefully, sometimes it just rolls and nothing happens. I think the issue is central, do not think it is a client issue. |
Beta Was this translation helpful? Give feedback.
-
Can we prioritize this issue ? |
Beta Was this translation helpful? Give feedback.
-
i cant even ping node-eu.chia.net |
Beta Was this translation helpful? Give feedback.
-
(venv) m@m-Super-Server:~/chia-plotting-scripts$ telnet node.chia.net 8444 (venv) m@m-Super-Server:~/chia-plotting-scripts$ telnet node-apne.chia.net 8444 (venv) m@m-Super-Server:~/chia-plotting-scripts$ telnet node-or.chia.net 8444 (venv) m@m-Super-Server:~/chia-plotting-scripts$ telnet node-eu.chia.net 8444 |
Beta Was this translation helpful? Give feedback.
-
None of them works currently and the Farming status also changed to : Not synced or not connected to peers |
Beta Was this translation helpful? Give feedback.
-
thx, guess we just have to wait.... |
Beta Was this translation helpful? Give feedback.
-
Has been down for 2 hours now... :( |
Beta Was this translation helpful? Give feedback.
-
I have this same problem. It shows me as connected, but my status is Not Synced. HELP! |
Beta Was this translation helpful? Give feedback.
-
Seeing same thing here. All non-port mapped nodes fall out of sync regardless of the introducer. Also, Seems the P2P part of the Chia network is fundamentally not functioning consistently. |
Beta Was this translation helpful? Give feedback.
-
Still down? |
Beta Was this translation helpful? Give feedback.
-
Using chiadb.net:8444 solved it for me, however the root cause is still unknown as node.chia.net:8444 worked fine for 2 weeks. |
Beta Was this translation helpful? Give feedback.
-
Looking deeper into the issue, I think something with UPnP went fishy. I will play around with the UPnP settings in my router and in the chia node to see if that is the culprit. |
Beta Was this translation helpful? Give feedback.
-
Finaly got sync in progress!! Thx a lot mate, ur my savior =) |
Beta Was this translation helpful? Give feedback.
-
I have a similar problem. After I installed Chia 10 days ago things worked without any special router setup. But since 24 hours it is not syning or farming anymore. I tried everything in my shitty router to open the ports. It is a TP Link Archer C7. The closest I could find there was a port trigger option where tried to open the port. It does not seem to work. I also tried to manually add nodes and introducers in the GUI. After a few circles the window just disappeared and nothing happened. And on the 2 try on manually adding an introducer the window just hung itself and kept circling. After clicked the "restart" option the whole GUI is hung circling now. The Chia GUI is so full of bugs like I have never seen before. Unfortunately I am not an IT or Network specialist. So can't say I grasp on how to use CLI properly. I am really at the end of my wits. Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
-
well....its Not Synced again...and chiadb.net not work anymore |
Beta Was this translation helpful? Give feedback.
-
I think the issue is with UPnP, do you have UPnP enabled on your router ? If yes i would suggest try to disable it and also run: chia configure —upnp false and restart the node. |
Beta Was this translation helpful? Give feedback.
-
If you disable UPnP port forwarding needs to be setup properly. |
Beta Was this translation helpful? Give feedback.
-
Can u help about chia configure —upnp false ? When i first run Chia, there was no Upnp, port 8444 was closed, but it works just fine Today i was able to connect to chiadb.net in like 5-6 attempts How can u farm with this bugged coin if it keeps disconnecting with no reason... |
Beta Was this translation helpful? Give feedback.
-
On the subject of port 8444, which is the old plug and play, is no one worried about simply opening the router to their network and having issues with well known threats to UPnP? I've talked to people who simply enable 8444 on their home routers to enable their miners to run. However, my understanding is that opens an attack vector to IoT devices in one's home network. Is it possible to change the port to something less well known? |
Beta Was this translation helpful? Give feedback.
-
Dave,
Thank you for your thoughtful response. I understand now.
Regards,
Kirk
…Sent from my iPhone
On May 9, 2021, at 08:01, Dave Johnson ***@***.***> wrote:
Yes, it's a sophomoric implementation. Ironically all the best Bittorrent clients learned decades ago that hard-coding the incoming port to 6881 was a recipe for disaster in the face of NAT, and hence they all independently came up with auto baton-passing drop-box style methods for communicating auto-changing incoming ports on a per-instance basis and moved on... and today Bittorrent works great. Does the fact that Chia has the exact same hard-coded incoming port number requirement as the original Bittorrent protocol mean that Bram has not learned anything about modern networking in the last 25 years ? 😢
You can assign a different hard-coded incoming port in the client, yet the protocol still assumes the default 8444 port by default, making all non-8444 clients treated as second-class citizens on the Chianet, requiring explicit initiator-only communication methods, which leaves those users reliant on the introducers. As we've seen, this is a critical weak link. Auto-changing and auto-assigned incoming ports needed to be the expected default for the entire network. Not only to prevent every NATed network with more than a single Chia client from clobbering each other, but the hardcoded port requirement leaves the Chia network 100% vulnerable to the simplest port blocking technique for squelching Chianet traffic. As a network engineer, it's disheartening to see this limitation in a "band new crypto for the future" 🤕
I suspect they felt treating all connections as initiator-setup would add a level of inefficiency to it, but that is the price one has to pay for resiliency. The overloaded introducers the last week+ has shown the fragility of of not doing so. My hope is they do a hail-mary regroup/redesign at the same time they release the pooling plots changes else I worry about the future of Chianet. All any country or ISP has to do is add the simplest port-blocking to 8444 and the entire network stops dead in it's tracks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
This is still an issue. I have a harvester connected to a full node. 8444 is open for syncing and 8447 is open for harvester. Harvester connects fine. Chia full node will go from synced to not synced. I added some connections, pinged them on port 8444 and they are reachable. This is a huge problem. I know a ton about computers and am having trouble. I feel for the 'average' farmer. Syncing has been fine until transactions started. I've stopped INFO logging as well to reduce the through put. Nothing helps, this is hugely random and very annoying. |
Beta Was this translation helpful? Give feedback.
-
Hey, did someone figured it out how to maintain stable connection? I have port 8444 open I manage to keep the node synced for 3-4 days and now again not synced I tried with node.chia.net:8444 and had a stable sync for 3-4 days again but now same story. What can I do to keep my sync active all the time... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since today its always Not Synced, and there is no connection to Full Node peer
I can manualy add connection, its go OK for about hour or so, and then again Not Synced, and connection just gone from the list
Windows 10, time sync - OK
Beta Was this translation helpful? Give feedback.
All reactions