WARNING Will not infuse 13xxx because its reward chain challenge is not in the chain

WARNING Will not infuse 13394c63be3e9662b2e3931776de3f2d959018fd226652afb1cfa098b9c0ef33 because its reward chain challenge is not in the chain

That appears several time a minute in the log, each with the same ID. What’s the problem and how to get rid of it?
I don’t think it’s a big problem but quite annoying since I do tail -f debug.log| grep -P ‘proof|WARNING|ERROR’

2 Likes

same here, there is an open issue on github

1 Like

Yeah it’s really annoying but can handle it. But does it cause any issue with farming? I have a similar setup as one of the posts on github and running 1.1.5.

This warning message is appearing because you’re running the timelord process.

Nobody needs to run a timelord so when you start your farmer you should run chia start farmer instead of chia start all. You can stop all existing processes (including the timelord process) with chia stop all.