You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on master, doing geth db inspect also kicks off the snap generator
~/go/src/github.com/ethereum/go-ethereum$ ./build/bin/geth db inspect
INFO [03-15|11:19:22.734] Maximum peer count ETH=50 LES=0 total=50
INFO [03-15|11:19:22.734] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"
INFO [03-15|11:19:22.734] Set global gas cap cap=25000000
INFO [03-15|11:19:22.734] Allocated cache and file handles database=/home/martin/.ethereum/geth/chaindata cache=512.00MiB handles=524288
INFO [03-15|11:19:31.337] Opened ancient database database=/home/martin/.ethereum/geth/chaindata/ancient
INFO [03-15|11:19:31.412] Disk storage enabled for ethash caches dir=/home/martin/.ethereum/geth/ethash count=3
INFO [03-15|11:19:31.412] Disk storage enabled for ethash DAGs dir=/home/martin/.ethash count=2
INFO [03-15|11:19:31.414] Loaded most recent local header number=12004531 hash="57a66d…90c106" td=21858255461248321487088 age=5d20h57m
INFO [03-15|11:19:31.414] Loaded most recent local full block number=12004531 hash="57a66d…90c106" td=21858255461248321487088 age=5d20h57m
INFO [03-15|11:19:31.414] Loaded most recent local fast block number=12004531 hash="57a66d…90c106" td=21858255461248321487088 age=5d20h57m
INFO [03-15|11:19:31.414] Loaded last fast-sync pivot marker number=11889405
INFO [03-15|11:19:31.415] Resuming state snapshot generation root="ffadea…7e83f4" at="7b491c…f845e5" accounts=58329837 slots=194094349 storage=6.72GiB elapsed="140.608µs"
INFO [03-15|11:19:39.418] Inspecting database count=9742000 elapsed=8.003s
INFO [03-15|11:19:39.433] Generating state snapshot root="ffadea…7e83f4" at="7b4fc4…f1f9ec" accounts=58342053 slots=194101237 storage=6.72GiB elapsed=8.018s eta=11h22m24.076s
The text was updated successfully, but these errors were encountered:
on
master
, doinggeth db inspect
also kicks off the snap generatorThe text was updated successfully, but these errors were encountered: