status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
527 stars 229 forks source link

Block batch signature verification failed at private chain #6608

Open artjoma opened 5 hours ago

artjoma commented 5 hours ago

I have eth private chain. Prysm beacon, Prysm validator, Geth as execution. I try attach Nimbus as beacon node to Prysm beacon.

$NIMBUS_DATA_FOLDER/nimbus_beacon_node \
  --data-dir=$BEACON_DATA_FOLDER \
  --tcp-port=9001 \
  --udp-port=9002 \
  --rest \
  --rest-port=5052 \
  --metrics \
  --network="/home/test/pos-nimbus/metadata" \
  --no-el \
  --direct-peer="/ip4/0.0.0.0/tcp/13000/p2p/16Uiu2HAmAzzvkR83gmynCqTEEsrd8TrkwV4qtw15vXLEj56zRbHj"

Err msg:

NTC 2024-10-08 00:02:59.035+03:00 Received invalid sequence of blocks        topics="syncman" request=0:32@29 peer=16U*6zRbHj direction=forward blocks_count=30 blocks_map=x..xxxxxxxxxxxxxxxxxxxxxxxxxxxxx sync_ident=main
INF 2024-10-08 00:02:59.237+03:00 Block batch signature verification failed  topics="gossip_blocks" signature=993163b1 blockRoot=9744901e blck="(slot: 3, proposer_index: 124, parent_root: \"7c9e48f6\", state_root: \"7ef28035\", eth1data: (deposit_root: 35be322d094f9d154a8aba4733b8497f180353bd7ae7b0a15f90b586b549f28b, deposit_count: 0, block_hash: f05d0d22948601ffb89504049696ca7fa854b9adf64e4360dda0087b90316db6), graffiti: \"\", proposer_slashings_len: 0, attester_slashings_len: 0, attestations_len: 0, deposits_len: 0, voluntary_exits_len: 0, sync_committee_participants: 0, block_number: 1, block_hash: \"0xc2b7e03454d100152e40133b3d4a85a0da5b8c5ea3fc141eacc4723c5cdcd9ae\", parent_hash: \"0x3cb2de32b3372a8d251fd23d972cfb0124b7d72d7466a315c63959463eedbdf2\", fee_recipient: \"0x123463a4b065722e99115d6c222f267d9cabb524\", bls_to_execution_changes_len: 0, blob_kzg_commitments_len: 0)"
NTC 2024-10-08 00:02:59.237+03:00 Received invalid sequence of blocks        topics="syncman" request=0:32@30 peer=16U*6zRbHj direction=forward blocks_count=30 blocks_map=x..xxxxxxxxxxxxxxxxxxxxxxxxxxxxx sync_ident=main
WRN 2024-10-08 00:02:59.293+03:00 Peer count low, no new peers discovered    topics="networking" discovered_nodes=0 new_peers=@[] current_peers=0 wanted_peers=160
INF 2024-10-08 00:03:03.835+03:00 Slot end                                   topics="beacnde" slot=251 nextActionWait=n/a nextAttestationSlot=-1 nextProposalSlot=-1 syncCommitteeDuties=none head=7c9e48f6:0

genesis.ssz and config.yaml as same for Prysm and Nimbus.

tersec commented 2 hours ago

Can you provide further details of these genesis.ssz and config.yaml?