Skip to content

Instantly share code, notes, and snippets.

@zsfelfoldi
Created February 9, 2021 11:06
Show Gist options
  • Save zsfelfoldi/c9325bb66ecac51734f4318ee5998c94 to your computer and use it in GitHub Desktop.
Save zsfelfoldi/c9325bb66ecac51734f4318ee5998c94 to your computer and use it in GitHub Desktop.
fefe@i7-6700 ~/go/src/github.com/ethereum/go-ethereum $ ./geth --datadir "/media/1TB/.ethereum" --cache 4096 --port 30304 --lightserv 50 console
INFO [02-09|11:37:19.499] Starting Geth on Ethereum mainnet...
INFO [02-09|11:37:19.500] Maximum peer count ETH=50 LES=100 total=150
INFO [02-09|11:37:19.500] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"
WARN [02-09|11:37:19.507] The flag --lightserv is deprecated and will be removed in the future, please use --light.serve
INFO [02-09|11:37:19.507] Set global gas cap cap=25000000
INFO [02-09|11:37:19.507] Allocated trie memory caches clean=614.00MiB dirty=1024.00MiB
INFO [02-09|11:37:19.507] Allocated cache and file handles database=/media/1TB/.ethereum/geth/chaindata cache=2.00GiB handles=32768
INFO [02-09|11:37:21.913] Opened ancient database database=/media/1TB/.ethereum/geth/chaindata/ancient
INFO [02-09|11:37:21.922] Initialised chain configuration config="{ChainID: 1 Homestead: 1150000 DAO: 1920000 DAOSupport: true EIP150: 2463000 EIP155: 2675000 EIP158: 2675000 Byzantium: 4370000 Constantinople: 7280000 Petersburg: 7280000 Istanbul: 9069000, Muir Glacier: 9200000, YOLO v3: <nil>, Engine: ethash}"
INFO [02-09|11:37:22.430] Disk storage enabled for ethash caches dir=/media/1TB/.ethereum/geth/ethash count=3
INFO [02-09|11:37:22.430] Disk storage enabled for ethash DAGs dir=/home/fefe/.ethash count=2
INFO [02-09|11:37:22.433] Initialising Ethereum protocol network=1 dbversion=8
INFO [02-09|11:37:22.435] Loaded most recent local header number=11821148 hash="8cfc87…7cef8f" td=20905970317157720258969 age=2h14m20s
INFO [02-09|11:37:22.435] Loaded most recent local full block number=11821148 hash="8cfc87…7cef8f" td=20905970317157720258969 age=2h14m20s
INFO [02-09|11:37:22.435] Loaded most recent local fast block number=11821148 hash="8cfc87…7cef8f" td=20905970317157720258969 age=2h14m20s
INFO [02-09|11:37:22.436] Loaded last fast-sync pivot marker number=11335551
WARN [02-09|11:37:22.439] Head state missing, repairing number=11821148 hash="8cfc87…7cef8f"
INFO [02-09|11:37:38.183] Loaded most recent local header number=11821148 hash="8cfc87…7cef8f" td=20905970317157720258969 age=2h14m36s
INFO [02-09|11:37:38.183] Loaded most recent local full block number=11813298 hash="ad5ac0…61ef2e" td=20868067731087184958260 age=1d7h29m
INFO [02-09|11:37:38.183] Loaded most recent local fast block number=11821148 hash="8cfc87…7cef8f" td=20905970317157720258969 age=2h14m36s
INFO [02-09|11:37:38.183] Loaded last fast-sync pivot marker number=11335551
WARN [02-09|11:37:38.186] Failed to load snapshot, regenerating err="missing or corrupted snapshot"
INFO [02-09|11:37:38.186] Rebuilding state snapshot
INFO [02-09|11:37:38.187] Loaded local transaction journal transactions=0 dropped=0
INFO [02-09|11:37:38.187] Wiper running, state snapshotting paused accounts=0 slots=0 storage=0.00B elapsed="276.203µs"
INFO [02-09|11:37:38.187] Regenerated local transaction journal transactions=0 accounts=0
WARN [02-09|11:37:38.187] Switch sync mode from fast sync to full sync
WARN [02-09|11:37:38.188] Unclean shutdown detected booted=2021-01-22T14:30:43+0100 age=2w3d21h
WARN [02-09|11:37:38.188] Unclean shutdown detected booted=2021-01-28T13:23:23+0100 age=1w4d22h
INFO [02-09|11:37:38.193] Configured checkpoint oracle address=0x9a9070028361F7AAbeB3f2F2Dc07F82C4a98A02a signers=5 threshold=2
INFO [02-09|11:37:38.200] Loaded latest checkpoint section=359 head="d70d06…b15924" chtroot="940c2a…9aa955" bloomroot="93a895…b41166"
INFO [02-09|11:37:38.200] Starting peer-to-peer node instance=Geth/v1.10.0-unstable/linux-amd64/go1.13.4
INFO [02-09|11:37:38.344] New local node record seq=165 id=d4d5e63ea8c70d6a ip=127.0.0.1 udp=30304 tcp=30304
INFO [02-09|11:37:38.389] Started P2P networking self=enode://461b735e1bb0b63dee48e4ea79726dcf7853841e7459b84ec8fb7964765806c13818356565845f0b333b035aa2e1f1ce73f54aac07e28977e9ebfa58289979f1@127.0.0.1:30304
INFO [02-09|11:37:38.390] IPC endpoint opened url=/media/1TB/.ethereum/geth.ipc
INFO [02-09|11:37:38.437] Etherbase automatically configured address=0x1d7D44cdc2897191F5C1700DB329897747959325
Welcome to the Geth JavaScript console!
instance: Geth/v1.10.0-unstable/linux-amd64/go1.13.4
coinbase: 0x1d7d44cdc2897191f5c1700db329897747959325
at block: 11813298 (Mon Feb 08 2021 04:08:01 GMT+0100 (CET))
datadir: /media/1TB/.ethereum
modules: admin:1.0 debug:1.0 eth:1.0 ethash:1.0 les:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0
To exit, press ctrl-d
> INFO [02-09|11:37:39.868] Deleted state snapshot leftovers kind=accounts wiped=0 elapsed=1.682s
INFO [02-09|11:37:41.453] Deleted state snapshot leftovers kind=storage wiped=0 elapsed=1.584s
INFO [02-09|11:37:41.453] Compacting snapshot account area
INFO [02-09|11:37:48.389] Looking for peers peercount=0 tried=3 static=0
INFO [02-09|11:37:48.482] Block synchronisation started
WARN [02-09|11:37:48.482] Synchronisation failed, retrying err="peer is unknown or unhealthy"
INFO [02-09|11:37:52.994] New local node record seq=166 id=d4d5e63ea8c70d6a ip=84.236.52.75 udp=30304 tcp=30304
INFO [02-09|11:37:56.083] Compacting snapshot storage area
INFO [02-09|11:37:58.390] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:38:03.732] Compacted snapshot area in database elapsed=22.278s
INFO [02-09|11:38:03.732] Resuming state snapshot generation root="4a1837…2ca473" accounts=0 slots=0 storage=0.00B elapsed="19.48µs"
INFO [02-09|11:38:08.390] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:38:11.734] Generating state snapshot root="4a1837…2ca473" at="00018d…293e60" accounts=2801 slots=1524 storage=252.90KiB elapsed=8.002s eta=93h53m32.61s
INFO [02-09|11:38:18.391] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:38:19.735] Generating state snapshot root="4a1837…2ca473" at="000401…8d8391" accounts=7204 slots=3917 storage=670.41KiB elapsed=16.003s eta=72h42m53.359s
INFO [02-09|11:38:27.737] Generating state snapshot root="4a1837…2ca473" at="000796…997413" accounts=13624 slots=5998 storage=1.12MiB elapsed=24.004s eta=57h35m33.257s
INFO [02-09|11:38:30.691] Looking for peers peercount=0 tried=5 static=0
INFO [02-09|11:38:35.737] Generating state snapshot root="4a1837…2ca473" at="000b3b…ea7850" accounts=20094 slots=9505 storage=1.68MiB elapsed=32.005s eta=51h52m13.276s
INFO [02-09|11:38:40.691] Looking for peers peercount=0 tried=6 static=0
INFO [02-09|11:38:43.737] Generating state snapshot root="4a1837…2ca473" at="000ef2…10274c" accounts=26841 slots=14479 storage=2.36MiB elapsed=40.005s eta=48h42m50.072s
INFO [02-09|11:38:52.882] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:38:53.768] Generating state snapshot root="4a1837…2ca473" at="0012cc…6b822c" accounts=33700 slots=25092 storage=3.43MiB elapsed=50.036s eta=48h26m23.748s
INFO [02-09|11:39:01.771] Generating state snapshot root="4a1837…2ca473" at="001ae9…d70e5a" accounts=48121 slots=29412 storage=4.45MiB elapsed=58.038s eta=39h14m40.208s
INFO [02-09|11:39:02.882] Looking for peers peercount=0 tried=3 static=0
WARN [02-09|11:39:09.185] Synchronisation failed, dropping peer peer=8d1da4c5bc682f8f8ad141f60d2889fa4232144c7d2b29b88f81ca33e586ef9d err=timeout
ERROR[02-09|11:39:09.185] Ethereum peer removal failed peer=8d1da4c5 err="peer not registered"
INFO [02-09|11:39:11.326] Generating state snapshot root="4a1837…2ca473" at="001dab…6e05f6" accounts=53065 slots=50284 storage=6.11MiB elapsed=1m7.594s eta=41h27m19.094s
INFO [02-09|11:39:13.294] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:39:19.326] Generating state snapshot root="4a1837…2ca473" at="0025f2…9be014" accounts=67973 slots=60822 storage=7.59MiB elapsed=1m15.594s eta=36h14m36.907s
INFO [02-09|11:39:25.057] Looking for peers peercount=0 tried=7 static=0
INFO [02-09|11:39:27.327] Generating state snapshot root="4a1837…2ca473" at="002d95…800686" accounts=81592 slots=75769 storage=9.33MiB elapsed=1m23.595s eta=33h21m44.975s
INFO [02-09|11:39:35.057] Looking for peers peercount=0 tried=2 static=0
INFO [02-09|11:39:35.728] Generating state snapshot root="4a1837…2ca473" in="002fe4…5fc15e" at="d53d17…84733a" accounts=85732 slots=102059 storage=11.95MiB elapsed=1m31.996s eta=34h56m38.002s
INFO [02-09|11:39:43.728] Generating state snapshot root="4a1837…2ca473" at="003c5a…6bcbbc" accounts=107869 slots=113533 storage=13.97MiB elapsed=1m39.996s eta=30h8m4.165s
INFO [02-09|11:39:45.058] Looking for peers peercount=0 tried=6 static=0
INFO [02-09|11:39:55.266] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="09d7bb…13f626" accounts=119142 slots=146061 storage=16.81MiB elapsed=1m51.534s eta=30h26m3.655s
INFO [02-09|11:39:59.262] Looking for peers peercount=0 tried=6 static=0
INFO [02-09|11:40:05.147] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="16014c…156dac" accounts=119142 slots=182356 storage=19.35MiB elapsed=2m1.415s eta=33h7m50.011s
INFO [02-09|11:40:09.262] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:40:14.290] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="22349f…c05038" accounts=119142 slots=218651 storage=21.89MiB elapsed=2m10.558s eta=35h37m31.412s
INFO [02-09|11:40:19.263] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:40:24.049] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="2e7d4d…deb666" accounts=119142 slots=255052 storage=24.44MiB elapsed=2m20.317s eta=38h17m17.925s
INFO [02-09|11:40:29.263] Looking for peers peercount=0 tried=4 static=0
INFO [02-09|11:40:33.571] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="3ab280…6a700d" accounts=119142 slots=291390 storage=26.99MiB elapsed=2m29.839s eta=40h53m11.627s
INFO [02-09|11:40:39.264] Looking for peers peercount=0 tried=3 static=0
INFO [02-09|11:40:42.981] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="46ceb3…553a29" accounts=119142 slots=327716 storage=29.53MiB elapsed=2m39.249s eta=43h27m15.308s
INFO [02-09|11:40:45.840] Downloader queue stats receiptTasks=0 blockTasks=359 itemSize=8.76KiB throttle=7485
INFO [02-09|11:40:47.395] Importing heavy sidechain segment blocks=1555 start=11813299 end=11814853
INFO [02-09|11:40:49.272] Looking for peers peercount=1 tried=5 static=0
INFO [02-09|11:40:51.413] Generating state snapshot root="4a1837…2ca473" in="0042a5…807326" at="4eeee2…48dcc8" accounts=119142 slots=351888 storage=31.23MiB elapsed=2m47.681s eta=45h45m18.275s
INFO [02-09|11:40:55.580] Imported new chain segment blocks=7 txs=1365 mgas=86.827 elapsed=8.183s mgasps=10.610 number=11813305 hash="9f39a1…57276a" age=1d7h30m dirty=12.14MiB
INFO [02-09|11:40:55.976] Aborting state snapshot generation root="4a1837…2ca473" in="0042a5…807326" at="538104…806e61" accounts=119142 slots=365496 storage=32.18MiB elapsed=2m52.244s eta=47h0m0.626s
INFO [02-09|11:40:55.977] Resuming state snapshot generation root="d87f6a…d7983a" in="0042a5…807326" at="538104…806e61" accounts=119142 slots=365496 storage=32.18MiB elapsed=2m52.244s eta=47h0m0.626s
INFO [02-09|11:40:56.522] Aborting state snapshot generation root="d87f6a…d7983a" in="0042a5…807326" at="54281c…5b0bd5" accounts=119142 slots=367408 storage=32.31MiB elapsed=2m52.790s eta=47h8m56.975s
INFO [02-09|11:40:56.522] Resuming state snapshot generation root="9a7f21…19cefb" in="0042a5…807326" at="54281c…5b0bd5" accounts=119142 slots=367408 storage=32.31MiB elapsed=2m52.790s eta=47h8m56.975s
INFO [02-09|11:40:56.940] Aborting state snapshot generation root="9a7f21…19cefb" in="0042a5…807326" at="549f43…178efe" accounts=119142 slots=368733 storage=32.41MiB elapsed=2m53.207s eta=47h15m46.605s
INFO [02-09|11:40:56.940] Resuming state snapshot generation root="595f43…e10a32" in="0042a5…807326" at="549f43…178efe" accounts=119142 slots=368733 storage=32.41MiB elapsed=2m53.208s eta=47h15m47.587s
INFO [02-09|11:40:57.515] Aborting state snapshot generation root="595f43…e10a32" in="0042a5…807326" at="5548c7…8e383a" accounts=119142 slots=370675 storage=32.54MiB elapsed=2m53.782s eta=47h25m11.442s
INFO [02-09|11:40:57.515] Resuming state snapshot generation root="e1c3d5…52fd87" in="0042a5…807326" at="5548c7…8e383a" accounts=119142 slots=370675 storage=32.54MiB elapsed=2m53.783s eta=47h25m12.424s
INFO [02-09|11:40:58.193] Aborting state snapshot generation root="e1c3d5…52fd87" in="0042a5…807326" at="561e20…5696a6" accounts=119142 slots=373114 storage=32.71MiB elapsed=2m54.461s eta=47h36m18.441s
INFO [02-09|11:40:58.193] Resuming state snapshot generation root="51edda…cc18d5" in="0042a5…807326" at="561e20…5696a6" accounts=119142 slots=373114 storage=32.71MiB elapsed=2m54.461s eta=47h36m18.441s
INFO [02-09|11:40:58.362] Aborting state snapshot generation root="51edda…cc18d5" in="0042a5…807326" at="565553…12702d" accounts=119142 slots=373772 storage=32.76MiB elapsed=2m54.630s eta=47h39m4.454s
INFO [02-09|11:40:58.362] Resuming state snapshot generation root="d8efbf…8d86b0" in="0042a5…807326" at="565553…12702d" accounts=119142 slots=373772 storage=32.76MiB elapsed=2m54.630s eta=47h39m4.454s
INFO [02-09|11:40:58.805] Aborting state snapshot generation root="d8efbf…8d86b0" in="0042a5…807326" at="56e10d…42b27a" accounts=119142 slots=375345 storage=32.87MiB elapsed=2m55.073s eta=47h46m19.624s
INFO [02-09|11:40:58.805] Resuming state snapshot generation root="0e7221…1c3da6" in="0042a5…807326" at="56e10d…42b27a" accounts=119142 slots=375345 storage=32.87MiB elapsed=2m55.073s eta=47h46m19.624s
INFO [02-09|11:40:59.208] Aborting state snapshot generation root="0e7221…1c3da6" in="0042a5…807326" at="5750cf…470ebf" accounts=119142 slots=376680 storage=32.96MiB elapsed=2m55.476s eta=47h52m55.501s
INFO [02-09|11:40:59.208] Resuming state snapshot generation root="ee00a9…7d7671" in="0042a5…807326" at="5750cf…470ebf" accounts=119142 slots=376680 storage=32.96MiB elapsed=2m55.476s eta=47h52m55.501s
INFO [02-09|11:40:59.272] Looking for peers peercount=1 tried=2 static=0
INFO [02-09|11:40:59.777] Aborting state snapshot generation root="ee00a9…7d7671" in="0042a5…807326" at="57e9ea…01e8dc" accounts=119142 slots=378496 storage=33.09MiB elapsed=2m56.045s eta=48h2m14.444s
INFO [02-09|11:40:59.777] Resuming state snapshot generation root="2f2ad4…83f8b5" in="0042a5…807326" at="57e9ea…01e8dc" accounts=119142 slots=378496 storage=33.09MiB elapsed=2m56.045s eta=48h2m14.444s
INFO [02-09|11:41:00.258] Aborting state snapshot generation root="2f2ad4…83f8b5" in="0042a5…807326" at="5885d5…dae1d7" accounts=119142 slots=380328 storage=33.22MiB elapsed=2m56.525s eta=48h10m5.96s
INFO [02-09|11:41:00.258] Resuming state snapshot generation root="f7211d…d9fb1c" in="0042a5…807326" at="5885d5…dae1d7" accounts=119142 slots=380328 storage=33.22MiB elapsed=2m56.526s eta=48h10m6.943s
INFO [02-09|11:41:00.964] Aborting state snapshot generation root="f7211d…d9fb1c" in="0042a5…807326" at="5960b9…83ed96" accounts=119142 slots=382757 storage=33.39MiB elapsed=2m57.232s eta=48h21m40.464s
INFO [02-09|11:41:00.964] Resuming state snapshot generation root="ee9236…dac833" in="0042a5…807326" at="5960b9…83ed96" accounts=119142 slots=382757 storage=33.39MiB elapsed=2m57.232s eta=48h21m40.464s
INFO [02-09|11:41:01.046] Aborting state snapshot generation root="ee9236…dac833" in="0042a5…807326" at="5978c3…47caf5" accounts=119142 slots=383062 storage=33.41MiB elapsed=2m57.314s eta=48h23m1.015s
INFO [02-09|11:41:01.046] Resuming state snapshot generation root="50a98c…7706ae" in="0042a5…807326" at="5978c3…47caf5" accounts=119142 slots=383062 storage=33.41MiB elapsed=2m57.314s eta=48h23m1.015s
INFO [02-09|11:41:01.512] Aborting state snapshot generation root="50a98c…7706ae" in="0042a5…807326" at="5a0495…1fbf17" accounts=119142 slots=384625 storage=33.52MiB elapsed=2m57.780s eta=48h30m38.779s
INFO [02-09|11:41:01.512] Resuming state snapshot generation root="23e510…860117" in="0042a5…807326" at="5a0495…1fbf17" accounts=119142 slots=384625 storage=33.52MiB elapsed=2m57.780s eta=48h30m38.779s
INFO [02-09|11:41:01.514] Aborting state snapshot generation root="23e510…860117" in="0042a5…807326" at="5a04de…2928b4" accounts=119142 slots=384633 storage=33.52MiB elapsed=2m57.782s eta=48h30m40.743s
INFO [02-09|11:41:01.514] Resuming state snapshot generation root="681f42…06d63f" in="0042a5…807326" at="5a04de…2928b4" accounts=119142 slots=384633 storage=33.52MiB elapsed=2m57.782s eta=48h30m40.743s
INFO [02-09|11:41:01.841] Aborting state snapshot generation root="681f42…06d63f" in="0042a5…807326" at="5a703c…b2d2b5" accounts=119142 slots=385865 storage=33.61MiB elapsed=2m58.109s eta=48h36m1.964s
INFO [02-09|11:41:01.841] Resuming state snapshot generation root="0d1c1d…761fae" in="0042a5…807326" at="5a703c…b2d2b5" accounts=119142 slots=385865 storage=33.61MiB elapsed=2m58.109s eta=48h36m1.964s
INFO [02-09|11:41:02.237] Aborting state snapshot generation root="0d1c1d…761fae" in="0042a5…807326" at="5ae854…4c93b2" accounts=119142 slots=387256 storage=33.71MiB elapsed=2m58.505s eta=48h42m30.964s
INFO [02-09|11:41:02.237] Resuming state snapshot generation root="2f8b54…adf1db" in="0042a5…807326" at="5ae854…4c93b2" accounts=119142 slots=387256 storage=33.71MiB elapsed=2m58.505s eta=48h42m30.964s
INFO [02-09|11:41:02.613] Aborting state snapshot generation root="2f8b54…adf1db" in="0042a5…807326" at="5b6104…d44bb6" accounts=119142 slots=388668 storage=33.80MiB elapsed=2m58.881s eta=48h48m40.319s
INFO [02-09|11:41:02.614] Resuming state snapshot generation root="e53ccc…b96734" in="0042a5…807326" at="5b6104…d44bb6" accounts=119142 slots=388668 storage=33.80MiB elapsed=2m58.881s eta=48h48m40.319s
INFO [02-09|11:41:02.936] Aborting state snapshot generation root="e53ccc…b96734" in="0042a5…807326" at="5bd0e8…5eb9a0" accounts=119142 slots=389963 storage=33.89MiB elapsed=2m59.203s eta=48h53m56.628s
INFO [02-09|11:41:02.936] Resuming state snapshot generation root="7956f0…a4cc1b" in="0042a5…807326" at="5bd0e8…5eb9a0" accounts=119142 slots=389963 storage=33.89MiB elapsed=2m59.204s eta=48h53m57.61s
INFO [02-09|11:41:03.365] Aborting state snapshot generation root="7956f0…a4cc1b" in="0042a5…807326" at="5c56b7…e95f6c" accounts=119142 slots=391525 storage=34.00MiB elapsed=2m59.633s eta=49h0m59.027s
INFO [02-09|11:41:03.365] Resuming state snapshot generation root="545d36…e07f6e" in="0042a5…807326" at="5c56b7…e95f6c" accounts=119142 slots=391525 storage=34.00MiB elapsed=2m59.633s eta=49h0m59.027s
INFO [02-09|11:41:03.707] Aborting state snapshot generation root="545d36…e07f6e" in="0042a5…807326" at="5caa03…66c81a" accounts=119142 slots=392511 storage=34.07MiB elapsed=2m59.974s eta=49h6m34s
INFO [02-09|11:41:03.707] Resuming state snapshot generation root="be93bd…489107" in="0042a5…807326" at="5caa03…66c81a" accounts=119142 slots=392511 storage=34.07MiB elapsed=2m59.975s eta=49h6m34.983s
INFO [02-09|11:41:03.708] Imported new chain segment blocks=20 txs=3694 mgas=237.474 elapsed=8.128s mgasps=29.215 number=11813325 hash="6e64c8…1c4dbe" age=1d7h26m dirty=45.04MiB
INFO [02-09|11:41:04.026] Aborting state snapshot generation root="be93bd…489107" in="0042a5…807326" at="5d13fe…b05827" accounts=119142 slots=393732 storage=34.16MiB elapsed=3m0.294s eta=49h11m48.344s
INFO [02-09|11:41:04.026] Resuming state snapshot generation root="1c7ac8…6f514f" in="0042a5…807326" at="5d13fe…b05827" accounts=119142 slots=393732 storage=34.16MiB elapsed=3m0.294s eta=49h11m48.344s
INFO [02-09|11:41:04.614] Aborting state snapshot generation root="1c7ac8…6f514f" in="0042a5…807326" at="5da527…56c0ca" accounts=119142 slots=395372 storage=34.27MiB elapsed=3m0.882s eta=49h21m25.952s
INFO [02-09|11:41:04.615] Resuming state snapshot generation root="fb1b34…eced50" in="0042a5…807326" at="5da527…56c0ca" accounts=119142 slots=395372 storage=34.27MiB elapsed=3m0.882s eta=49h21m25.952s
INFO [02-09|11:41:04.960] Aborting state snapshot generation root="fb1b34…eced50" in="0042a5…807326" at="5e101a…2c4858" accounts=119142 slots=396590 storage=34.36MiB elapsed=3m1.228s eta=49h27m5.836s
INFO [02-09|11:41:04.960] Resuming state snapshot generation root="e93dd9…ac0344" in="0042a5…807326" at="5e101a…2c4858" accounts=119142 slots=396590 storage=34.36MiB elapsed=3m1.228s eta=49h27m5.836s
INFO [02-09|11:41:05.372] Aborting state snapshot generation root="e93dd9…ac0344" in="0042a5…807326" at="5e8a16…fa5b24" accounts=119142 slots=398046 storage=34.46MiB elapsed=3m1.640s eta=49h33m50.554s
INFO [02-09|11:41:05.372] Resuming state snapshot generation root="b020ba…cd0e28" in="0042a5…807326" at="5e8a16…fa5b24" accounts=119142 slots=398046 storage=34.46MiB elapsed=3m1.640s eta=49h33m50.554s
INFO [02-09|11:41:05.736] Aborting state snapshot generation root="b020ba…cd0e28" in="0042a5…807326" at="5f05f6…26bcc0" accounts=119142 slots=399496 storage=34.56MiB elapsed=3m2.004s eta=49h39m48.121s
INFO [02-09|11:41:05.736] Resuming state snapshot generation root="affbdf…9b27e1" in="0042a5…807326" at="5f05f6…26bcc0" accounts=119142 slots=399496 storage=34.56MiB elapsed=3m2.004s eta=49h39m48.121s
INFO [02-09|11:41:06.138] Aborting state snapshot generation root="affbdf…9b27e1" in="0042a5…807326" at="5f7d17…e31fa2" accounts=119142 slots=400849 storage=34.66MiB elapsed=3m2.406s eta=49h46m23.016s
INFO [02-09|11:41:06.139] Resuming state snapshot generation root="595dfa…5296dc" in="0042a5…807326" at="5f7d17…e31fa2" accounts=119142 slots=400849 storage=34.66MiB elapsed=3m2.406s eta=49h46m23.016s
INFO [02-09|11:41:06.562] Aborting state snapshot generation root="595dfa…5296dc" in="0042a5…807326" at="5ffbc8…21c236" accounts=119142 slots=402341 storage=34.76MiB elapsed=3m2.830s eta=49h53m19.521s
INFO [02-09|11:41:06.562] Resuming state snapshot generation root="f2448d…da49cb" in="0042a5…807326" at="5ffbc8…21c236" accounts=119142 slots=402341 storage=34.76MiB elapsed=3m2.830s eta=49h53m19.521s
INFO [02-09|11:41:06.985] Aborting state snapshot generation root="f2448d…da49cb" in="0042a5…807326" at="607968…381dd9" accounts=119142 slots=403780 storage=34.86MiB elapsed=3m3.253s eta=50h0m15.045s
INFO [02-09|11:41:06.985] Resuming state snapshot generation root="2edc6d…03cb26" in="0042a5…807326" at="607968…381dd9" accounts=119142 slots=403780 storage=34.86MiB elapsed=3m3.253s eta=50h0m15.045s
INFO [02-09|11:41:07.325] Aborting state snapshot generation root="2edc6d…03cb26" in="0042a5…807326" at="60ec62…3f59e7" accounts=119142 slots=405144 storage=34.96MiB elapsed=3m3.592s eta=50h5m48.053s
INFO [02-09|11:41:07.325] Resuming state snapshot generation root="b03615…38c600" in="0042a5…807326" at="60ec62…3f59e7" accounts=119142 slots=405144 storage=34.96MiB elapsed=3m3.593s eta=50h5m49.036s
INFO [02-09|11:41:07.327] Aborting state snapshot generation root="b03615…38c600" in="0042a5…807326" at="60ed89…4ea4c0" accounts=119142 slots=405153 storage=34.96MiB elapsed=3m3.595s eta=50h5m51s
INFO [02-09|11:41:07.327] Resuming state snapshot generation root="95a58a…ae1a59" in="0042a5…807326" at="60ed89…4ea4c0" accounts=119142 slots=405153 storage=34.96MiB elapsed=3m3.595s eta=50h5m51s
INFO [02-09|11:41:07.661] Aborting state snapshot generation root="95a58a…ae1a59" in="0042a5…807326" at="615d4c…8ca44b" accounts=119142 slots=406494 storage=35.05MiB elapsed=3m3.929s eta=50h11m19.097s
INFO [02-09|11:41:07.661] Resuming state snapshot generation root="c2e974…0a7062" in="0042a5…807326" at="615d4c…8ca44b" accounts=119142 slots=406494 storage=35.05MiB elapsed=3m3.929s eta=50h11m19.097s
INFO [02-09|11:41:07.986] Aborting state snapshot generation root="c2e974…0a7062" in="0042a5…807326" at="61b72a…6f6519" accounts=119142 slots=407562 storage=35.13MiB elapsed=3m4.254s eta=50h16m38.353s
INFO [02-09|11:41:07.987] Resuming state snapshot generation root="f3a0cc…f1b430" in="0042a5…807326" at="61b72a…6f6519" accounts=119142 slots=407562 storage=35.13MiB elapsed=3m4.254s eta=50h16m38.353s
INFO [02-09|11:41:08.553] Aborting state snapshot generation root="f3a0cc…f1b430" in="0042a5…807326" at="624d13…a58cba" accounts=119142 slots=409263 storage=35.25MiB elapsed=3m4.820s eta=50h25m54.349s
INFO [02-09|11:41:08.553] Resuming state snapshot generation root="72d760…779932" in="0042a5…807326" at="624d13…a58cba" accounts=119142 slots=409263 storage=35.25MiB elapsed=3m4.821s eta=50h25m55.331s
INFO [02-09|11:41:08.555] Aborting state snapshot generation root="72d760…779932" in="0042a5…807326" at="624e00…91b0a1" accounts=119142 slots=409272 storage=35.25MiB elapsed=3m4.823s eta=50h25m57.296s
INFO [02-09|11:41:08.555] Resuming state snapshot generation root="115afe…f3ebc9" in="0042a5…807326" at="624e00…91b0a1" accounts=119142 slots=409272 storage=35.25MiB elapsed=3m4.823s eta=50h25m57.296s
INFO [02-09|11:41:08.906] Aborting state snapshot generation root="115afe…f3ebc9" in="0042a5…807326" at="62c366…fbce4b" accounts=119142 slots=410594 storage=35.34MiB elapsed=3m5.174s eta=50h31m42.092s
INFO [02-09|11:41:08.906] Resuming state snapshot generation root="682035…fb500b" in="0042a5…807326" at="62c366…fbce4b" accounts=119142 slots=410594 storage=35.34MiB elapsed=3m5.174s eta=50h31m42.092s
INFO [02-09|11:41:09.131] Aborting state snapshot generation root="682035…fb500b" in="0042a5…807326" at="630deb…1321f1" accounts=119142 slots=411439 storage=35.40MiB elapsed=3m5.399s eta=50h35m23.115s
INFO [02-09|11:41:09.131] Resuming state snapshot generation root="933bd6…89cb2b" in="0042a5…807326" at="630deb…1321f1" accounts=119142 slots=411439 storage=35.40MiB elapsed=3m5.399s eta=50h35m23.115s
INFO [02-09|11:41:09.273] Looking for peers peercount=1 tried=5 static=0
INFO [02-09|11:41:09.419] Aborting state snapshot generation root="933bd6…89cb2b" in="0042a5…807326" at="636b75…8bcae1" accounts=119142 slots=412534 storage=35.48MiB elapsed=3m5.686s eta=50h40m5.043s
INFO [02-09|11:41:09.419] Resuming state snapshot generation root="519b21…a7129f" in="0042a5…807326" at="636b75…8bcae1" accounts=119142 slots=412534 storage=35.48MiB elapsed=3m5.687s eta=50h40m6.025s
INFO [02-09|11:41:09.748] Aborting state snapshot generation root="519b21…a7129f" in="0042a5…807326" at="63d214…67f5de" accounts=119142 slots=413705 storage=35.56MiB elapsed=3m6.016s eta=50h45m29.21s
INFO [02-09|11:41:09.748] Resuming state snapshot generation root="b4c97d…684c85" in="0042a5…807326" at="63d214…67f5de" accounts=119142 slots=413705 storage=35.56MiB elapsed=3m6.016s eta=50h45m29.21s
INFO [02-09|11:41:10.041] Aborting state snapshot generation root="b4c97d…684c85" in="0042a5…807326" at="642d43…147ae0" accounts=119142 slots=414752 storage=35.63MiB elapsed=3m6.309s eta=50h50m17.031s
INFO [02-09|11:41:10.041] Resuming state snapshot generation root="7150ec…1b19b4" in="0042a5…807326" at="642d43…147ae0" accounts=119142 slots=414752 storage=35.63MiB elapsed=3m6.309s eta=50h50m17.031s
INFO [02-09|11:41:10.139] Aborting state snapshot generation root="7150ec…1b19b4" in="0042a5…807326" at="644bec…270ce4" accounts=119142 slots=415107 storage=35.66MiB elapsed=3m6.407s eta=50h51m53.299s
INFO [02-09|11:41:10.140] Resuming state snapshot generation root="262ccb…4f87e5" in="0042a5…807326" at="644bec…270ce4" accounts=119142 slots=415107 storage=35.66MiB elapsed=3m6.407s eta=50h51m53.299s
INFO [02-09|11:41:10.522] Aborting state snapshot generation root="262ccb…4f87e5" in="0042a5…807326" at="64b6dc…09838d" accounts=119142 slots=416360 storage=35.74MiB elapsed=3m6.790s eta=50h58m9.53s
INFO [02-09|11:41:10.523] Resuming state snapshot generation root="68e095…f4e3e7" in="0042a5…807326" at="64b6dc…09838d" accounts=119142 slots=416360 storage=35.74MiB elapsed=3m6.791s eta=50h58m10.512s
INFO [02-09|11:41:10.891] Aborting state snapshot generation root="68e095…f4e3e7" in="0042a5…807326" at="651c37…9790d4" accounts=119142 slots=417562 storage=35.83MiB elapsed=3m7.158s eta=51h4m11.026s
INFO [02-09|11:41:10.891] Resuming state snapshot generation root="67f52d…733080" in="0042a5…807326" at="651c37…9790d4" accounts=119142 slots=417562 storage=35.83MiB elapsed=3m7.159s eta=51h4m12.008s
INFO [02-09|11:41:11.184] Aborting state snapshot generation root="67f52d…733080" in="0042a5…807326" at="657e8b…11515f" accounts=119142 slots=418702 storage=35.91MiB elapsed=3m7.451s eta=51h8m58.847s
INFO [02-09|11:41:11.184] Resuming state snapshot generation root="747422…f4ec31" in="0042a5…807326" at="657e8b…11515f" accounts=119142 slots=418702 storage=35.91MiB elapsed=3m7.452s eta=51h8m59.829s
INFO [02-09|11:41:11.493] Aborting state snapshot generation root="747422…f4ec31" in="0042a5…807326" at="65e878…cf6676" accounts=119142 slots=419876 storage=35.99MiB elapsed=3m7.760s eta=51h14m2.385s
INFO [02-09|11:41:11.493] Resuming state snapshot generation root="101180…2142a5" in="0042a5…807326" at="65e878…cf6676" accounts=119142 slots=419876 storage=35.99MiB elapsed=3m7.761s eta=51h14m3.368s
INFO [02-09|11:41:11.924] Aborting state snapshot generation root="101180…2142a5" in="0042a5…807326" at="666701…408cfa" accounts=119142 slots=421331 storage=36.09MiB elapsed=3m8.192s eta=51h21m6.75s
INFO [02-09|11:41:11.924] Resuming state snapshot generation root="9e99c5…734414" in="0042a5…807326" at="666701…408cfa" accounts=119142 slots=421331 storage=36.09MiB elapsed=3m8.192s eta=51h21m6.75s
INFO [02-09|11:41:11.926] Imported new chain segment blocks=25 txs=5033 mgas=286.810 elapsed=8.218s mgasps=34.900 number=11813350 hash="7e5154…f12ed5" age=1d7h20m dirty=85.58MiB
INFO [02-09|11:41:12.106] Aborting state snapshot generation root="9e99c5…734414" in="0042a5…807326" at="66a0af…742409" accounts=119142 slots=422007 storage=36.14MiB elapsed=3m8.374s eta=51h24m5.533s
INFO [02-09|11:41:12.106] Resuming state snapshot generation root="8137ff…361d20" in="0042a5…807326" at="66a0af…742409" accounts=119142 slots=422007 storage=36.14MiB elapsed=3m8.374s eta=51h24m5.533s
INFO [02-09|11:41:12.363] Aborting state snapshot generation root="8137ff…361d20" in="0042a5…807326" at="66f225…f1c450" accounts=119142 slots=422966 storage=36.21MiB elapsed=3m8.631s eta=51h28m17.991s
INFO [02-09|11:41:12.364] Resuming state snapshot generation root="354415…0aa84a" in="0042a5…807326" at="66f225…f1c450" accounts=119142 slots=422966 storage=36.21MiB elapsed=3m8.631s eta=51h28m17.991s
INFO [02-09|11:41:12.634] Aborting state snapshot generation root="354415…0aa84a" in="0042a5…807326" at="6741c5…b3b2bd" accounts=119142 slots=423904 storage=36.27MiB elapsed=3m8.902s eta=51h32m44.201s
INFO [02-09|11:41:12.634] Resuming state snapshot generation root="42faa6…81220f" in="0042a5…807326" at="6741c5…b3b2bd" accounts=119142 slots=423904 storage=36.27MiB elapsed=3m8.902s eta=51h32m44.201s
INFO [02-09|11:41:13.115] Aborting state snapshot generation root="42faa6…81220f" in="0042a5…807326" at="67b459…33b546" accounts=119142 slots=425292 storage=36.37MiB elapsed=3m9.383s eta=51h40m36.699s
INFO [02-09|11:41:13.115] Resuming state snapshot generation root="ffaadd…4e3313" in="0042a5…807326" at="67b459…33b546" accounts=119142 slots=425292 storage=36.37MiB elapsed=3m9.383s eta=51h40m36.699s
INFO [02-09|11:41:13.456] Aborting state snapshot generation root="ffaadd…4e3313" in="0042a5…807326" at="6825e5…4ff0a2" accounts=119142 slots=426599 storage=36.46MiB elapsed=3m9.723s eta=51h46m10.69s
INFO [02-09|11:41:13.456] Resuming state snapshot generation root="ec380b…4f3667" in="0042a5…807326" at="6825e5…4ff0a2" accounts=119142 slots=426599 storage=36.46MiB elapsed=3m9.724s eta=51h46m11.672s
INFO [02-09|11:41:13.729] Aborting state snapshot generation root="ec380b…4f3667" in="0042a5…807326" at="6879f6…c09b7b" accounts=119142 slots=427644 storage=36.53MiB elapsed=3m9.997s eta=51h50m39.847s
INFO [02-09|11:41:13.730] Resuming state snapshot generation root="39759e…75174e" in="0042a5…807326" at="6879f6…c09b7b" accounts=119142 slots=427644 storage=36.53MiB elapsed=3m9.997s eta=51h50m39.847s
INFO [02-09|11:41:14.019] Aborting state snapshot generation root="39759e…75174e" in="0042a5…807326" at="68d916…036067" accounts=119142 slots=428721 storage=36.61MiB elapsed=3m10.287s eta=51h55m24.721s
INFO [02-09|11:41:14.019] Resuming state snapshot generation root="1aea06…bc93c8" in="0042a5…807326" at="68d916…036067" accounts=119142 slots=428721 storage=36.61MiB elapsed=3m10.287s eta=51h55m24.721s
INFO [02-09|11:41:14.363] Aborting state snapshot generation root="1aea06…bc93c8" in="0042a5…807326" at="694834…f83960" accounts=119142 slots=430016 storage=36.70MiB elapsed=3m10.631s eta=52h1m2.641s
INFO [02-09|11:41:14.363] Resuming state snapshot generation root="ff484a…e9413e" in="0042a5…807326" at="694834…f83960" accounts=119142 slots=430016 storage=36.70MiB elapsed=3m10.631s eta=52h1m2.641s
INFO [02-09|11:41:14.640] Aborting state snapshot generation root="ff484a…e9413e" in="0042a5…807326" at="699ef5…9e572b" accounts=119142 slots=431045 storage=36.77MiB elapsed=3m10.908s eta=52h5m34.745s
INFO [02-09|11:41:14.640] Resuming state snapshot generation root="e2c122…88b5dd" in="0042a5…807326" at="699ef5…9e572b" accounts=119142 slots=431045 storage=36.77MiB elapsed=3m10.908s eta=52h5m34.745s
INFO [02-09|11:41:14.856] Aborting state snapshot generation root="e2c122…88b5dd" in="0042a5…807326" at="69e63f…b84587" accounts=119142 slots=431840 storage=36.83MiB elapsed=3m11.124s eta=52h9m6.928s
INFO [02-09|11:41:14.856] Resuming state snapshot generation root="ecffed…b849d8" in="0042a5…807326" at="69e63f…b84587" accounts=119142 slots=431840 storage=36.83MiB elapsed=3m11.124s eta=52h9m6.928s
INFO [02-09|11:41:15.339] Aborting state snapshot generation root="ecffed…b849d8" in="0042a5…807326" at="6a5981…a2e931" accounts=119142 slots=433207 storage=36.92MiB elapsed=3m11.606s eta=52h17m0.409s
INFO [02-09|11:41:15.339] Resuming state snapshot generation root="a265d5…2dd177" in="0042a5…807326" at="6a5981…a2e931" accounts=119142 slots=433207 storage=36.92MiB elapsed=3m11.607s eta=52h17m1.391s
INFO [02-09|11:41:15.567] Aborting state snapshot generation root="a265d5…2dd177" in="0042a5…807326" at="6aa6d9…b115f1" accounts=119142 slots=434069 storage=36.98MiB elapsed=3m11.835s eta=52h20m45.361s
INFO [02-09|11:41:15.568] Resuming state snapshot generation root="4bfe6c…f48d3e" in="0042a5…807326" at="6aa6d9…b115f1" accounts=119142 slots=434069 storage=36.98MiB elapsed=3m11.835s eta=52h20m45.361s
INFO [02-09|11:41:15.570] Aborting state snapshot generation root="4bfe6c…f48d3e" in="0042a5…807326" at="6aa7a3…b17b3a" accounts=119142 slots=434076 storage=36.99MiB elapsed=3m11.838s eta=52h20m48.308s
INFO [02-09|11:41:15.570] Resuming state snapshot generation root="dcfd78…beee99" in="0042a5…807326" at="6aa7a3…b17b3a" accounts=119142 slots=434076 storage=36.99MiB elapsed=3m11.838s eta=52h20m48.308s
INFO [02-09|11:41:15.821] Aborting state snapshot generation root="dcfd78…beee99" in="0042a5…807326" at="6afce5…1d5662" accounts=119142 slots=435028 storage=37.05MiB elapsed=3m12.089s eta=52h24m54.872s
INFO [02-09|11:41:15.821] Resuming state snapshot generation root="39c246…aeae86" in="0042a5…807326" at="6afce5…1d5662" accounts=119142 slots=435028 storage=37.05MiB elapsed=3m12.089s eta=52h24m54.872s
INFO [02-09|11:41:16.092] Aborting state snapshot generation root="39c246…aeae86" in="0042a5…807326" at="6b4b45…028ee5" accounts=119142 slots=435976 storage=37.12MiB elapsed=3m12.360s eta=52h29m21.082s
INFO [02-09|11:41:16.093] Resuming state snapshot generation root="0e4a10…187c11" in="0042a5…807326" at="6b4b45…028ee5" accounts=119142 slots=435976 storage=37.12MiB elapsed=3m12.360s eta=52h29m21.082s
INFO [02-09|11:41:16.379] Aborting state snapshot generation root="0e4a10…187c11" in="0042a5…807326" at="6ba2f7…30af02" accounts=119142 slots=436964 storage=37.19MiB elapsed=3m12.647s eta=52h34m3.009s
INFO [02-09|11:41:16.379] Resuming state snapshot generation root="7dd61c…33498d" in="0042a5…807326" at="6ba2f7…30af02" accounts=119142 slots=436964 storage=37.19MiB elapsed=3m12.647s eta=52h34m3.009s
INFO [02-09|11:41:16.621] Aborting state snapshot generation root="7dd61c…33498d" in="0042a5…807326" at="6bf0f6…d6b1dc" accounts=119142 slots=437881 storage=37.25MiB elapsed=3m12.888s eta=52h37m59.75s
INFO [02-09|11:41:16.621] Resuming state snapshot generation root="a71ce6…c014a3" in="0042a5…807326" at="6bf0f6…d6b1dc" accounts=119142 slots=437881 storage=37.25MiB elapsed=3m12.889s eta=52h38m0.732s
INFO [02-09|11:41:16.949] Aborting state snapshot generation root="a71ce6…c014a3" in="0042a5…807326" at="6c5291…24cc54" accounts=119142 slots=439003 storage=37.33MiB elapsed=3m13.217s eta=52h43m22.935s
INFO [02-09|11:41:16.949] Resuming state snapshot generation root="c1b2d9…3e7536" in="0042a5…807326" at="6c5291…24cc54" accounts=119142 slots=439003 storage=37.33MiB elapsed=3m13.217s eta=52h43m22.935s
INFO [02-09|11:41:17.194] Aborting state snapshot generation root="c1b2d9…3e7536" in="0042a5…807326" at="6ca2af…1cf5a5" accounts=119142 slots=439898 storage=37.39MiB elapsed=3m13.461s eta=52h47m22.622s
INFO [02-09|11:41:17.194] Resuming state snapshot generation root="596a8f…1d3cde" in="0042a5…807326" at="6ca2af…1cf5a5" accounts=119142 slots=439898 storage=37.39MiB elapsed=3m13.462s eta=52h47m23.604s
INFO [02-09|11:41:17.573] Aborting state snapshot generation root="596a8f…1d3cde" in="0042a5…807326" at="6d181d…799150" accounts=119142 slots=441227 storage=37.49MiB elapsed=3m13.841s eta=52h53m35.906s
INFO [02-09|11:41:17.583] Resuming state snapshot generation root="c3b832…68038b" in="0042a5…807326" at="6d181d…799150" accounts=119142 slots=441227 storage=37.49MiB elapsed=3m13.851s eta=52h53m45.729s
INFO [02-09|11:41:17.863] Aborting state snapshot generation root="c3b832…68038b" in="0042a5…807326" at="6d5740…c6b746" accounts=119142 slots=441970 storage=37.54MiB elapsed=3m14.131s eta=52h58m20.78s
INFO [02-09|11:41:17.863] Resuming state snapshot generation root="2eee9a…970b02" in="0042a5…807326" at="6d5740…c6b746" accounts=119142 slots=441970 storage=37.54MiB elapsed=3m14.131s eta=52h58m20.78s
INFO [02-09|11:41:18.173] Aborting state snapshot generation root="2eee9a…970b02" in="0042a5…807326" at="6db67b…ad7ab9" accounts=119142 slots=443046 storage=37.61MiB elapsed=3m14.440s eta=53h3m24.319s
INFO [02-09|11:41:18.173] Resuming state snapshot generation root="5968ee…0ce0b3" in="0042a5…807326" at="6db67b…ad7ab9" accounts=119142 slots=443046 storage=37.61MiB elapsed=3m14.441s eta=53h3m25.301s
INFO [02-09|11:41:18.359] Aborting state snapshot generation root="5968ee…0ce0b3" in="0042a5…807326" at="6df562…525901" accounts=119142 slots=443728 storage=37.66MiB elapsed=3m14.626s eta=53h6m27.031s
INFO [02-09|11:41:18.359] Resuming state snapshot generation root="e2e862…31504c" in="0042a5…807326" at="6df562…525901" accounts=119142 slots=443728 storage=37.66MiB elapsed=3m14.627s eta=53h6m28.013s
INFO [02-09|11:41:18.613] Aborting state snapshot generation root="e2e862…31504c" in="0042a5…807326" at="6e4a2b…4dcbd6" accounts=119142 slots=444710 storage=37.73MiB elapsed=3m14.880s eta=53h10m36.542s
INFO [02-09|11:41:18.613] Resuming state snapshot generation root="eda3f1…f587c6" in="0042a5…807326" at="6e4a2b…4dcbd6" accounts=119142 slots=444710 storage=37.73MiB elapsed=3m14.881s eta=53h10m37.524s
INFO [02-09|11:41:18.855] Aborting state snapshot generation root="eda3f1…f587c6" in="0042a5…807326" at="6e9ee2…6524a6" accounts=119142 slots=445682 storage=37.80MiB elapsed=3m15.123s eta=53h14m35.247s
INFO [02-09|11:41:18.855] Resuming state snapshot generation root="728a45…238c66" in="0042a5…807326" at="6e9ee2…6524a6" accounts=119142 slots=445682 storage=37.80MiB elapsed=3m15.123s eta=53h14m35.247s
INFO [02-09|11:41:19.125] Aborting state snapshot generation root="728a45…238c66" in="0042a5…807326" at="6efb2e…5acb5b" accounts=119142 slots=446746 storage=37.87MiB elapsed=3m15.393s eta=53h19m0.475s
INFO [02-09|11:41:19.126] Resuming state snapshot generation root="107133…344c49" in="0042a5…807326" at="6efb2e…5acb5b" accounts=119142 slots=446746 storage=37.87MiB elapsed=3m15.393s eta=53h19m0.475s
INFO [02-09|11:41:19.273] Looking for peers peercount=1 tried=2 static=0
INFO [02-09|11:41:19.389] Aborting state snapshot generation root="107133…344c49" in="0042a5…807326" at="6f545a…03c356" accounts=119142 slots=447778 storage=37.94MiB elapsed=3m15.657s eta=53h23m19.808s
INFO [02-09|11:41:19.389] Resuming state snapshot generation root="f55cda…5d224a" in="0042a5…807326" at="6f545a…03c356" accounts=119142 slots=447778 storage=37.94MiB elapsed=3m15.657s eta=53h23m19.808s
INFO [02-09|11:41:19.692] Aborting state snapshot generation root="f55cda…5d224a" in="0042a5…807326" at="6fb51e…173394" accounts=119142 slots=448944 storage=38.03MiB elapsed=3m15.960s eta=53h28m17.453s
INFO [02-09|11:41:19.692] Resuming state snapshot generation root="b0ca9a…385a67" in="0042a5…807326" at="6fb51e…173394" accounts=119142 slots=448944 storage=38.03MiB elapsed=3m15.960s eta=53h28m17.453s
INFO [02-09|11:41:19.981] Aborting state snapshot generation root="b0ca9a…385a67" in="0042a5…807326" at="700ba8…b7cd24" accounts=119142 slots=450053 storage=38.10MiB elapsed=3m16.248s eta=53h33m0.363s
INFO [02-09|11:41:19.981] Resuming state snapshot generation root="8cf1c5…683256" in="0042a5…807326" at="700ba8…b7cd24" accounts=119142 slots=450053 storage=38.10MiB elapsed=3m16.249s eta=53h33m1.345s
INFO [02-09|11:41:19.983] Imported new chain segment blocks=29 txs=5743 mgas=349.336 elapsed=8.056s mgasps=43.361 number=11813379 hash="640001…eb36e9" age=1d7h14m dirty=133.29MiB
INFO [02-09|11:41:20.491] Aborting state snapshot generation root="8cf1c5…683256" in="0042a5…807326" at="708414…896432" accounts=119142 slots=451446 storage=38.20MiB elapsed=3m16.758s eta=53h41m21.349s
INFO [02-09|11:41:20.491] Resuming state snapshot generation root="a9ee8f…e96fda" in="0042a5…807326" at="708414…896432" accounts=119142 slots=451446 storage=38.20MiB elapsed=3m16.759s eta=53h41m22.331s
INFO [02-09|11:41:20.801] Aborting state snapshot generation root="a9ee8f…e96fda" in="0042a5…807326" at="70e8d2…ae3fea" accounts=119142 slots=452570 storage=38.28MiB elapsed=3m17.069s eta=53h46m26.852s
INFO [02-09|11:41:20.801] Resuming state snapshot generation root="6ceda8…2d671b" in="0042a5…807326" at="70e8d2…ae3fea" accounts=119142 slots=452570 storage=38.28MiB elapsed=3m17.069s eta=53h46m26.852s
INFO [02-09|11:41:21.025] Aborting state snapshot generation root="6ceda8…2d671b" in="0042a5…807326" at="713098…327e49" accounts=119142 slots=453440 storage=38.34MiB elapsed=3m17.293s eta=53h50m6.893s
INFO [02-09|11:41:21.025] Resuming state snapshot generation root="d333f6…3549d5" in="0042a5…807326" at="713098…327e49" accounts=119142 slots=453440 storage=38.34MiB elapsed=3m17.293s eta=53h50m6.893s
INFO [02-09|11:41:21.388] Aborting state snapshot generation root="d333f6…3549d5" in="0042a5…807326" at="719dbd…3583c1" accounts=119142 slots=454724 storage=38.43MiB elapsed=3m17.655s eta=53h56m2.494s
INFO [02-09|11:41:21.388] Resuming state snapshot generation root="95687c…d65c28" in="0042a5…807326" at="719dbd…3583c1" accounts=119142 slots=454724 storage=38.43MiB elapsed=3m17.656s eta=53h56m3.477s
INFO [02-09|11:41:21.573] Aborting state snapshot generation root="95687c…d65c28" in="0042a5…807326" at="71d774…8a71f9" accounts=119142 slots=455408 storage=38.48MiB elapsed=3m17.841s eta=53h59m5.207s
INFO [02-09|11:41:21.573] Resuming state snapshot generation root="03810f…cfa321" in="0042a5…807326" at="71d774…8a71f9" accounts=119142 slots=455408 storage=38.48MiB elapsed=3m17.841s eta=53h59m5.207s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment