Qwinn1 / forktools

Several command line tools to greatly simplify CLI maintenance of one or many forks of Chia crypto coins
GNU General Public License v3.0
39 stars 8 forks source link

forkmon shows "never" for last block. #16

Closed ariegrossman closed 3 years ago

ariegrossman commented 3 years ago

I'm farming flora to a cold wallet. forkmon shows never for FLORA last block, even though my cold wallet shows new coins in the last 24h. What method is used to determine this entry? It seems to be correct for other forks that farm to a cold wallet.

Qwinn1 commented 3 years ago

Have you rerun install script recently? Flora had some recent changes that could confuse it but latest versions (both main and testing) should deal with that now.

Also, try forkexplore flora and see what you get from that. forkmon hides errors but forkexplore will show any that might come up. If any do show up, please post them here.

ariegrossman commented 3 years ago

Updated flora code. Now working. Thanks!

Qwinn1 commented 3 years ago

Make sure you rerun forktools install script too (bash installft.sh). The newest version of forktools SHOULD have been able to handle both the older and newer flora versions.

Qwinn1 commented 3 years ago

I've taken even further steps to make sure forktools works on both older and newer versions of a fork that changes things like the way flora did a few weeks ago. There's no hard coding by fork at all left in forktools aside from the symlink creation in the install script. So anyone reading this, if you encounter a similar issue after version 4.0, please open a new issue.