gilnobrega / farmr

A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
GNU General Public License v3.0
250 stars 44 forks source link

Can't monitor only forks without XCH #161

Open MartijnGevaert opened 2 years ago

MartijnGevaert commented 2 years ago

I only have forks running, but I am unable to start up farmr without running a chia node as well. Removing the xch.json file in the .farmr/blockchain folder doesn't work either. Whenever I run the farmr command a new xch.json is created.

Is this a bug or expected behavior? Is it possible to disable xch?

gilnobrega commented 2 years ago

Try deleting /etc/farmr/blockchain/xch.json as well

MartijnGevaert commented 2 years ago

That did it, thanks.

gilnobrega commented 2 years ago

Reopening this as other people may be experiencing the same issue and it needs fixing

unevilpretendr commented 2 years ago

I can confirm this bug. I first tried to rename the xch.json to xch.json.tempate as I used to do, but the xch.json file was recreated when I started farmr. I fixed it by doing rm -/.farmr/blockchain/xch.* Two comments/thoughts:

Thanks.