Sync issues with changing external IP from ISP + workaround solution #5469
Replies: 7 comments
-
"+" |
Beta Was this translation helpful? Give feedback.
-
"+" |
Beta Was this translation helpful? Give feedback.
-
I would strongly recommend using powershell as well for plotting ! If you do, you have no issues restarting the GUI. On the downside you don't get fancy progress bars ;-) Commandline I use in Powershell below.
You can add as many parallel plotters as your SSD / CPU / RAM can take ;-) It is important to have some time in between, else all plots will write to slow SATA HDD at once. |
Beta Was this translation helpful? Give feedback.
-
Thank You so much. i Have only two question. |
Beta Was this translation helpful? Give feedback.
-
same here in the CLI. "-t" is the first temp directory "-2" is the second temporary location (like in the GUI) and "-d" defines final directory. You can leave out "-2" location if do not have separate "slow" SSD's. Check https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference for all CLI options. |
Beta Was this translation helpful? Give feedback.
-
The plotting not lost after restarting using your script? |
Beta Was this translation helpful? Give feedback.
-
Add your comment to my request to just decouple plotting from the rest so we can restart Chia GUI anytime without losing plotting in progress. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
In germany we get disconnected with our IPv4 addresses every 24h. After disconnect and reconnect we do get a new external IP. As soon as this happens at a certain time in the night, sync of chia full client gets lost.
To Reproduce
Expected behavior
Chia client should be able to reconnect by itself after external IP change
Screenshots
n/a
Desktop (please complete the following information):
Additional context
Possible workaround below for FritzBox users developed. Windows Powershell-Script checks for external IP-change on FritzBox router via UPNP / SOAP request and will initiate a restart via "./chia.exe start farmer -r". Tested on FritzBox 7530, maybe this helps somebody until final fix.
Beta Was this translation helpful? Give feedback.
All reactions