-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Geth archive node stuck at bad block 34173433 #3434
Description
System information
Geth version: v1.6.1-beta
OS & Version: Linux
Arguments:
ExecStart=/usr/local/bin/geth
--datadir=/data/geth/
--http
--http.port=8545
--http.addr=0.0.0.0
--http.api=eth,txpool,net,web3,debug
--http.vhosts=""
--http.corsdomain=""
--ws
--ws.port=8546
--ws.addr=0.0.0.0
--ws.origins="*"
--ws.api=eth,txpool,net,web3,debug
--networkid=56
--verbosity=3
--syncmode=full
--state.scheme=path
--gcmode=archive
--history.transactions=0
--history.logs=0
--history.state=0
--maxpeers=250
--metrics
--metrics.addr=0.0.0.0
--metrics.port=6060
--cache=40000
--cache.database=60
--cache.trie=30
--cache.snapshot=8
--cache.gc=2
--cache.blocklogs=1024
--triesInMemory=512
--rpc.allow-unprotected-txs=true
--rpc.gascap=0
--miner.gasprice=50000000
--txpool.pricelimit=50000000
--rpc.batch-response-max-size=250000000
Deployed an archive node and let it sync from genesis until this error occured.
Restarting, deleting peers or nodekey did not help.
Upgraded to v1.6.2 but the same error occurs.
The node will be stuck in a loop of :
Synchronisation failed, retrying
Backtrace
geth[862179]: INFO [11-04|13:49:47.814] Importing heavy sidechain segment blocks=929 start=34,173,433 end=34,174,361
geth[862179]: ERROR[11-04|13:49:48.089] blacklisted address found address=0x489A8756C18C0b8B24EC2a2b9FF3D4d447F79BEc
geth[862179]: INFO [11-04|13:49:48.090] Skip duplicated bad block number=34,173,433 hash=dd8525..2f30e6
geth[862179]: ERROR[11-04|13:49:48.091]
geth[862179]: ########## BAD BLOCK #########
geth[862179]: Block: 34173433 (0xdd852575a120b5b89d7196180b34957c35aa45cfde85a1f0780ef701a32f30e6)
geth[862179]: Miner: 0x2465176C461AfB316ebc773C61fAEe85A6515DAA
geth[862179]: Error: block contains blacklisted address: 0x489A8756C18C0b8B24EC2a2b9FF3D4d447F79BEc
geth[862179]: Platform: geth v1.6.2+dirty go1.24.7 amd64 linux
geth[862179]: VCS: d7e572d4-20251031 (dirty)
geth[862179]: Chain config: ¶ms.ChainConfig{ChainID:56, HomesteadBlock:0, DAOForkBlock:<nil>, DAOForkSupport:false, EIP150Block:0, EIP155Block:0, EIP158Block:0, ByzantiumBlock:0, ConstantinopleBlock:0, PetersburgBlock:0, IstanbulBlock:0, MuirGlacierBlock:0, BerlinBlock:31302048, YoloV3Block:<nil>, CatalystBlock:<nil>, LondonBlock:31302048, ArrowGlacierBlock:<nil>, GrayGlacierBlock:<nil>, MergeNetsplitBlock:<nil>, ShanghaiTime:(*uint64)(0xc0006d6d38), KeplerTime:(*uint64)(0xc0006d6d40), FeynmanTime:(*uint64)(0xc0006d6d48), FeynmanFixTime:(*uint64)(0xc0006d6d50), CancunTime:(*uint64)(0xc0006d6d58), HaberTime:(*uint64)(0xc0006d6d60), HaberFixTime:(*uint64)(0xc0006d6d68), BohrTime:(*uint64)(0xc0006d6d70), PascalTime:(*uint64)(0xc0006d6d78), PragueTime:(*uint64)(0xc0006d6d80), OsakaTime:(*uint64)(nil), LorentzTime:(*uint64)(0xc0006d6d88), MaxwellTime:(*uint64)(0xc0006d6d90), FermiTime:(*uint64)(nil), VerkleTime:(*uint64)(nil), TerminalTotalDifficulty:<nil>, TerminalTotalDifficultyPassed:false, DepositContractAddress:0x0000000000000000000000000000000000000000, EnableVerkleAtGenesis:false, RamanujanBlock:0, NielsBlock:0, MirrorSyncBlock:5184000, BrunoBlock:13082000, EulerBlock:18907621, GibbsBlock:23846001, NanoBlock:21962149, MoranBlock:22107423, PlanckBlock:27281024, LubanBlock:29020050, PlatoBlock:30720096, HertzBlock:31302048, HertzfixBlock:34140700, Ethash:(*params.EthashConfig)(nil), Clique:(*params.CliqueConfig)(nil), Parlia:(*params.ParliaConfig)(0x584ffc0), BlobScheduleConfig:(*params.BlobScheduleConfig)(0x5818340)}
geth[862179]: Receipts:
geth[862179]: ##############################
geth[862179]: WARN [11-04|13:49:48.092] Synchronisation failed, dropping peer peer=5b0805b5a444cff6276db097fc239e4143cf14f7655ab186383098808d76e7e1 name=Geth/v1.6.1-91e0d265... td=133,452,563 err="retrieved hash chain is invalid: block contains blacklisted address: 0x489A8756C18C0b8B24EC2a2b9FF3D4d447F79BEc"
geth[862179]: WARN [11-04|13:49:48.092] Synchronisation failed, retrying peer=5b0805b5a444cff6276db097fc239e4143cf14f7655ab186383098808d76e7e1 err="shutting down"