Closed bigjoker007 closed 2 weeks ago
what's the node start-up command?
what's the node start-up command?
./erigon --log.dir.path /hdd/app/BscNode/logs --datadir /ssd/data/erigon_datadir --chain=bsc --http --http.port=6666 --http.addr 0.0.0.0 --http.api=web3,net,eth,debug,trace,txpool --db.pagesize=16k --p2p.protocol=68 --metrics --txpool.disable
I tried deleting all the data under the /ssd/data/erigon_datadir and started the node, then it need to download of the 1.1TB snapshot, and the log output was the same as in step 5. It seems that the Erigon node failed to properly recognize /ssd/data/erigon_datadir/chaindata/mdbx.dat. This appears to be the same issue as https://github.com/bnb-chain/bsc-snapshots/issues/378#issue-2435385453.
I have started a new Erigon node, using version 1.2.15 and the snapshot from 20240803. When everything is new, I had 12TB of available disk space. Then, I did the following: