PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

Given block height does not match current blockchain height #60

Closed viktorsaienko closed 5 years ago

viktorsaienko commented 5 years ago

I've got that error from a few servers after upgrading to 1.7.6 version. I hadn't got that error with previous scavenger versions. Last value: message: {"result":"Given block height does not match current blockchain height","requestProcessingTime":0}

JohnnyFFM commented 5 years ago

Hi, this error is nothing to worry about and yes, there should be more of these since 1.7.x. Basically there is a delay between block discovery in the wallet and block propagation to scavenger. You can reduce this delay by lowering the "get_mining_info_interval" parameter in config.yaml. default is 3000, but 1000 should help avoiding some of these error messages. The chance of seeing this error message is also linked to scantime (the longer your scantime the more likely you'll see this message) and to dual-chain-mining.

viktorsaienko commented 5 years ago

Hi. Thanks! I will try to change it.