-
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] Chia Harvester stopped sending Partials to pool #18804
Comments
Hey @chankitsing , that other commenter provided a spam link. Do not proceed with any troubleshooting via the link and information they provided. All support provided by a CNI team member will occur here in Github or on our official discord server: https://discord.gg/chia I have relayed this ticket and its content to our engineering team for their insights but at first glance:
What script are you using to start chia and restart the harvester?? (the issues with sending partials could be that the harvester is not properly connecting to the chia services when restarted, providing the script you are using can help identify if that is the cause) |
Hey @chankitsing , followup question: are you intending to run a timelord? (it is not needed for standard farming) |
I block the Spam, @BrandtH22 @BrandtH22 , this issue is not because the harvester restarting and not connecting to services. It happened when farming with chia gui window os. After several hours while the chia gui still running, but harvester stop sending partial to the pool. To fix it, need to restart the chia gui to make chia gui start farming again. To trouble shooting, this is the script I use when I started the chia services via cli and from shell scripts I run the script below. =========== Script that I am using============= while ($true) { If ($Timelord -eq 0) Write-Host ('Hours to restart Timelord', $Timelord); while ($duration -gt 0){
} ======================== A little note to dev, I have been using chia gui (window) for farming, this issue has been bothering me quite some times. By restarting the harvester, the issue remain, harvester will stop sending partial to the pool after some times. But if you restart time lord it seem it's buy more time for the harvester before it's stop sending partial to the pool. If I can remember correctly, this issue happened since 2.1.x(fingers cross) I have been trying every version release since then. Even a fresh install window server os. It's didn't stop the issues Perhaps next I would just start chia farmers without timelord instead of running a full nodes |
Hey @chankitsing , what cli command are you running to start the chia services?? The above is only showing the restart script. I am thinking there are a few things occurring:
|
Hi @BrandtH22 I am using this command to start the chia services via CLI (current running enviroment) ================================================================================= To verify the running process ==========================Script==================================================== Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
================================================================================== |
hi @BrandtH22 My time (6th Nov 2024 10:19AM)(GMT+8)
|
@BrandtH22, there are problems after the changes above, the new config file does not contain the information for my pool, causing my Chia are not sending partial to the pool from 10:19AM to 11:17AM. i found out this when i started the chia GUI. |
Hey @chankitsing , we are seeing a couple issues:
|
Hi @BrandtH22 On it, Completed 1 and 2. 11:20AM - log_level debug Chia service running at the moment Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
|
What happened?
I am running
OS Name Microsoft Windows Server 2022 Standard
Processor Intel(R) Xeon(R) CPU E5-2695 v2 @ 2.40GHz, 2401 Mhz, 12 Core(s), 24 Logical Processor(s)
Total Physical Memory 448 GB
Installed Physical Memory (RAM) 448 GB
I encounter my harvester periodically stop sending partial to pool (please refer to the attachment as screenshot: harvester hang)harvester hang This screenshot may not reflect to the actual time and Date but the screenshot show how this happened.
each time it stopped sending partial i have to restart the Chia UI to make it work again. thus i closely monitor the harvester, by turning on the log to "INFO" and run the Chia using CLI from window powershell.
i amend a scripts that restarting the harvester every hours but it does not stopped the harvester stopped sending partial to the pool after certain amount of time.
thus, i dive further using the log file i found the chia timelord keep repetitive processing "Warning" alomst every second
WARNING Will not infuse XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX because its reward chain challenge is not in the chain (repeat multiple time with different address)
(please refer to the attachment, from the attachment, the harvester stopped sending partial to pool at 15:52, i restarted the harvester on 16:38, i restarted the chia time lord using CLI at 16:53:17)
Google Drive : https://drive.google.com/file/d/1v20QkhlkyutXTwIyRq7ZtxAnDM_S8djR/view?usp=sharing
slowly the time lord repetitively processing WARNING Will not infuse XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX because its reward chain challenge is not in the chain
by increamentally,
Perhaps this is sometime the dev team need to look into, this issue have been exists for many months, only recent i have time to dive in.
Version
2.4.4
What platform are you using?
Windows
What ui mode are you using?
GUI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: