Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Geth clients cause problems on ethstats.io #25

Open
Incrediblez7 opened this issue Aug 18, 2020 · 0 comments
Open

Modified Geth clients cause problems on ethstats.io #25

Incrediblez7 opened this issue Aug 18, 2020 · 0 comments

Comments

@Incrediblez7
Copy link

Incrediblez7 commented Aug 18, 2020

Describe the bug

Modified geth clients with different consensus.go can connect to ethstats, causing strange data on ethstats.io.

To Reproduce

  1. Clone + Compile: https://gitee.com/incrediblez7/go-ethereum
    Changes from the original geth: blockDifficulty = 0, remove block time protection.
  2. Sync like normal geth
  3. 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.)
  4. do 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant