You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When synced, close and restart using the following flags: --maxpeers 0 --ethstats "identity:code@wss://server.ethstats.io" console
(maxpeers 0 disables network connection with other peers.)
do miner.start(1)
Expected behavior
Extremely fast block generation pushed to ethstats.io.
Describe the bug
Modified geth clients with different consensus.go can connect to ethstats, causing strange data on ethstats.io.
To Reproduce
Changes from the original geth: blockDifficulty = 0, remove block time protection.
--maxpeers 0 --ethstats "identity:code@wss://server.ethstats.io" console
(
maxpeers 0
disables network connection with other peers.)miner.start(1)
Expected behavior
Extremely fast block generation pushed to ethstats.io.
Environment:
Forked geth (https://gitee.com/incrediblez7/go-ethereum)
Possible solution
Disallow all dirty geth clients.
The text was updated successfully, but these errors were encountered: