silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

[BUG]Not Synced Status #163

Closed bralaiva1337 closed 2 years ago

bralaiva1337 commented 2 years ago

Hello everybody,

After update silicoin-network to SIT 1.1.3(Venus) image I got not synced status. I was farming SIT already from huge release and everything was fine until I download last package. When I check log I always see error code: WARNING querying DNS introducer failed: The DNS operation timed out after 31.621434926986694 seconds Where I can find information which ports Silicon Network using for ? Have this issue already a couple days. Exploring a lot in Internet and didn't find nothing about it. Others forks and chia farming well. Maybe someone have same issue. Really needs help.

PrEzi3 commented 2 years ago

if you go into config.yaml you will see that the port changed to 22222. Here are a few peers to help you sync. 120.232.166.194:22222 14.37.53.32:22222 188.108.17.127:22222 188.134.88.248:22222 95.22.80.176:22222

bralaiva1337 commented 2 years ago

Hey there!

I look up my config and find other ports on it nothing about 22222, trying also all this peers. didn't work out :( Still confuse what's happen. Thank you for your help!

PrEzi3 commented 2 years ago

If you don't see the port 22222 in the config.yaml then it seems you have not followed the upgrade process properly earlier. It clearly stated : "please delete ~/.sit before you install this new version."

bralaiva1337 commented 2 years ago

If you don't see the port 22222 in the config.yaml then it seems you have not followed the upgrade process properly earlier. It clearly stated : "please delete ~/.sit before you install this new version."

Seems like everything starts work, thanks you a lot!