can somebody shed some light? I am getting on the server console output "error":"Your peer is blacklisted"} while I upgraded to 2.4.0 (yesterday so I was running the old client for a while.
But on
https://heatbrowser.com/report.html I am not blacklisted and on
https://heatwallet.com/nodes.cgi I am also not blacklisted is false.
how is this possible
If nodes.cgi shows your not blacklisted, most likely you are not. In the log you regularly see messages of other nodes being blacklisted, including a reason. If you are running the latest server and are blacklisted, this should be over in a relative short time period (not sure anymore, 1 hour or something like that?).
Most important if you are running a node and are forging, is that you see messages like:
2018-01-14 20:53:36 [pool-1-thread-307] INFO c.heatledger.BlockchainProcessorImpl - Pushed block 9739185680517697974 at height 1008334 received 2018-01-14 20:53:36 from scwpg3.pause.games [0 383052733559588 37181536085 13465210166757078183]This means that your node is pushing blocks. Check for the ID (in the above example this one starts with 973...) and the height (in the above 1008334) and compare these stats with the explorer on heatwallet.com. If the same, that means that your node is in sync with heatwallet.
If you are forging, you sometimes see messages like this:
2018-01-14 20:55:36 [pool-4-thread-2] DEBUG com.heatledger.Generator - Forger 7210663383474895503 deadline 45 hit 130668983
This means that you are correctly forging, and depending on your stake should hit a block soon. If deadline and hit both show zero, that means that you either have 0 stake (know that balance will need to mature for 1440 blocks to become effective) or something else might be wrong.
And the best possible matches are these:
2018-01-14 20:54:13 [pool-4-thread-4] INFO c.heatledger.BlockchainProcessorImpl - Account 7210663383474895503 generated block 12864891993691556285 at height 1008335 timestamp 130668855 fee 0.0 block time 38 secondsAs mentioned, this one means that you actually forged a block
Hope this helps, good luck!