[WARN] [07-08|03:55:34.463] [4/6 Execution] rw exit err="invalid block, block=25393069, invalid block, gas used by execution: 20137672, in header: 20304193, headerNum=25393069, 71e6f9d172b3435ae1b350ad7ad632dfd909c64b27ab7086bc80558ae51573c1" stack="[exec3_parallel.go:306 exec3_parallel.go:668 exec3_parallel.go:668 exec3_parallel.go:174 runtime.go:51 exec3_parallel.go:173 exec3.go:254 stage_execute.go:387 default_stages.go:219 sync.go:502 sync.go:432 executor.go:149 forkchoice.go:520 forkchoice.go:126]"
[INFO] [07-08|03:55:34.468] [4/6 Execution] parallel executed blk=25393069 blks=3 blk/s=10 txs=1.68k tx/s=5.93k gas/s=344.05M exec=1.91k repeat%=11.85 abort=59 invalid=172 tgas/s=0 tcpus=0.0 tdur=0s exec=0s(0.00%) read="0s(0.00%),a=0s,s=0s,c=0s" rd="37.97k,a=0,s=0,c=0" wrt=11.60k rd/s=133.55k wrt/s=40.79k buf=1.5MB/512.0MB bdur=39ms ucgas=97.83M alloc=14.1GB sys=19.8GB isForkValidation=false isApplyingBlocks=true
[WARN] [07-08|03:55:34.468] [4/6 Execution] Execution failed err="invalid block, block=25393069, invalid block, gas used by execution: 20137672, in header: 20304193, headerNum=25393069, 71e6f9d172b3435ae1b350ad7ad632dfd909c64b27ab7086bc80558ae51573c1" block=25393069 hash=0x71e6f9d172b3435ae1b350ad7ad632dfd909c64b27ab7086bc80558ae51573c1
[INFO] [07-08|03:55:34.468] [4/6 Execution] parallel done in=285.172374ms buf=782.0KB/512.0MB blk=25393066 blks=0 blk/s=0 txs=0 tx/s=0 gas/s=343.06M stepsInDB=1.75 step=9235.7 alloc=14.1GB sys=19.8GB isForkValidation=false isApplyingBlocks=true
[WARN] [07-08|03:55:34.468] Cannot update chain head hash=0xb8ec3730378d4410b3a221631e0ae851b0c327c6eca3ef26d0a313a2d43afb55 err="updateForkChoice: [4/6 Execution] invalid block, block=25393069, invalid block, gas used by execution: 20137672, in header: 20304193, headerNum=25393069, 71e6f9d172b3435ae1b350ad7ad632dfd909c64b27ab7086bc80558ae51573c1"
[INFO] [07-08|03:55:43.475] [sync] limited big jump from=25393067 to=25485294 amount=5000 padding=2
[INFO] [07-08|03:55:43.832] [4/6 Execution] Unwind Execution from=25393067 to=25393066
services:
erigon:
image: erigontech/erigon:v3.5.0
container_name: erigon-node
restart: always
command:
# --- Basic Configuration ---
- --chain=mainnet
- --datadir=/var/lib/erigon
- --http
- --http.addr=0.0.0.0
- --http.api=eth,web3,net,debug,trace,txpool
- --http.corsdomain=*
- --ws
- --persist.receipts
# --- Performance Tweaks ---
- --torrent.download.rate=512mb
# --- Sync Mode (Optional) ---
# To change Sync Mode, uncomment the line below:
- --prune.mode=blocks
# or
# - --prune.mode=minimal
ports:
- "8547:8545" # Exposes the RPC port (needed for wallets/dApps)
- "8546:8546" # Exposes the WS port (needed for wallets/dApps)
volumes:
# *** IMPORTANT: CHANGE THIS PATH! ***
# Replace the path below with an actual directory on your machine
# where you want the blockchain data stored (e.g., /mnt/ssd/erigon-data)
- /media/erigon/data:/var/lib/erigon
from: https://discord.com/channels/687972960811745322/738982866670714901/1524811986292969522
4mins worth of logs:
message.txt
start cmd: