Skip to content

Instantly share code, notes, and snippets.

@non-fungible-nelson
non-fungible-nelson / gist:7c66ff150de74021f0b7adcd5f9c4bc8
Created November 1, 2022 03:39
Log Dump - Besu invalid block / worldstate root mismatch
2022-10-31 23:35:46.470-04:00 | nioEventLoopGroup-3-8 | DEBUG | AbstractGetHeadersFromPeerTask | Received 9 of 9 headers requested from peer PeerId 0x085322a1969f690f7210b717ec400996f89f9241e3c6bc500c74e63a4c031db324e2d1197c8f0fbeb983e4af6648b7408eb74a9c829cb7fdbd43783eeed9f134, reputation PeerReputation 103, validated? true, disconnected? false, client: Geth/v1.9.9-stable-01744997/linux-amd64/go1.13.4, connection 1091046598, enode enode://085322a1969f690f7210b717ec400996f89f9241e3c6bc500c74e63a4c031db324e2d1197c8f0fbeb983e4af6648b7408eb74a9c829cb7fdbd43783eeed9f134@85.214.215.5:30303
2022-10-31 23:35:46.471-04:00 | EthScheduler-Workers-0 | DEBUG | DownloadHeaderSequenceTask | Finished downloading headers from 2924447 to 2924645.
2022-10-31 23:35:46.486-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractGetHeadersFromPeerTask | Received 9 of 9 headers requested from peer PeerId 0x19d3655aba7ef72065412365d95a66a10fcf0518f21594d0746b0177467c4d650b726a3e9612792e6dcb9716814498dc6826e3b47ab6e6270d85113d4bc7d6a1, repu
@non-fungible-nelson
non-fungible-nelson / config-teku-goerli.yaml
Last active October 4, 2022 18:28
Goerli Config for Teku
log-destination: "console"
# Checkpoint sync using initial states! https://twitter.com/ajsutton/status/1552075430328680449
initial-state: "https://goerli.checkpoint-sync.ethpandaops.io/eth/v2/debug/beacon/states/finalized"
# For Goerli, use "prater" - this will depend on the network you are using
network: "goerli"
# Make sure these match the configs for Besu!
ee-endpoint: "http://localhost:8551"
# This must be generated yourself and not shared!
@non-fungible-nelson
non-fungible-nelson / config-besu-goerli.toml
Last active October 3, 2022 19:22
Goerli Config for Besu
# data
logging="INFO"
data-path="/Your/Path"
# See the Besu docs for more info on this token
engine-jwt-secret="/your/secret/path/ee-jwt-secret.hex"
# engine API port - MUST MATCH WITH YOUR CONSENSUS LAYER
engine-rpc-port=8551
network="goerli"