erigon icon indicating copy to clipboard operation
erigon copied to clipboard

Bor sync halts - stuck at newBlock66: block has invalid transaction hash

Open 86b opened this issue 2 years ago • 0 comments

System information

Erigon version: ./erigon --version v2.52.5

OS & Version: Windows/Linux/OSX Linux Docker

Erigon Command (with flags/config):

      - --log.console.verbosity=dbug
      - --chain=bor-mainnet
      - --datadir=/home/erigon/.bor
      - --bor.heimdall=http://heimdall:1317
      - --snapshots=true
      - --maxpeers=300
      - --http.addr=0.0.0.0
      - --http.port=8545
      - --ws
      - --trace.maxtraces=2000
      - --trace.compat
      - --metrics
      - --metrics.addr=0.0.0.0
      - --metrics.port=6060
      - --http.vhosts=*
      - --http.corsdomain=*
      - --rpc.batch.concurrency=32
      - --db.read.concurrency=512
      - --rpc.returndata.limit=5000000
      - --rpc.batch.limit=1000
      - --rpc.gascap=300000000
      - --downloader.disable.ipv6
      - --batchSize=16384M
      - --etl.bufferSize=32768MB
      - --db.size.limit=16TB

Chain/Network:

Bor Mainnet

Expected behaviour

Syncs normally

Actual behaviour

Syncs for about a day or 2 then halts

Logs

bor  | [DBUG] [10-19|02:07:21.415] Handling incoming message                stream=RecvMessage err="newBlock66: block has invalid transaction hash: have 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421, exp: 836e5cdd047c2d3b2d79a5799768ab4149baedf8156942976a99caa17c39d7e3"
bor  | [DBUG] [10-19|02:07:21.467] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 38 transactions"
bor  | [DBUG] [10-19|02:07:21.714] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 147 transactions"
bor  | [DBUG] [10-19|02:07:21.950] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 31 transactions"
bor  | [DBUG] [10-19|02:07:22.190] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 42 transactions"
bor  | [DBUG] [10-19|02:07:22.295] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 21 transactions"
bor  | [DBUG] [10-19|02:07:22.429] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 35 transactions"
bor  | [DBUG] [10-19|02:07:22.448] Handling incoming message                stream=RecvMessage err="newBlock66: block has invalid transaction hash: have 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421, exp: bcb5b35542b53768f993a0bb3d92674b5f01168c1caee9d05c6c2d6c5944715e"
bor  | [DBUG] [10-19|02:07:22.489] Handling incoming message                stream=RecvMessage err="newBlock66: block has invalid transaction hash: have 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421, exp: 836e5cdd047c2d3b2d79a5799768ab4149baedf8156942976a99caa17c39d7e3"
bor  | [DBUG] [10-19|02:07:22.618] Handling incoming message                stream=RecvMessage err="newBlock66: block has invalid transaction hash: have 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421, exp: bcb5b35542b53768f993a0bb3d92674b5f01168c1caee9d05c6c2d6c5944715e"
bor  | [DBUG] [10-19|02:07:22.668] Handling incoming message                stream=RecvMessage err="newBlock66: block has empty receipt hash: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 but it includes 3b transactions"

86b avatar Oct 19 '23 02:10 86b