Skip to content

Instantly share code, notes, and snippets.

@kj89
Created May 26, 2023 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kj89/3fc56ff18dcf5a42cb84153ad7fa2c14 to your computer and use it in GitHub Desktop.
Save kj89/3fc56ff18dcf5a42cb84153ad7fa2c14 to your computer and use it in GitHub Desktop.
Spinning up a node using a state-sync snapshot
4:51PM INF Discovered new snapshot format=2 hash="�7y\x1e�0�~���\a���|��\x16����1�<�\x04��\x02\x1d" height=41000 module=statesync
4:51PM INF VerifyHeader hash=0A41E2AC61FD8E209C506169273746E023D560F473010F9366272BE0DF6B6F81 height=41001 module=light
4:51PM INF VerifyHeader hash=69BB58D9734963A3E8B0CBF389F673B936F48B55002982BB364F6805DF62F147 height=41002 module=light
4:51PM INF Offering snapshot to ABCI app format=2 hash="�7y\x1e�0�~���\a���|��\x16����1�<�\x04��\x02\x1d" height=41000 module=statesync
4:51PM INF Snapshot accepted, restoring format=2 hash="�7y\x1e�0�~���\a���|��\x16����1�<�\x04��\x02\x1d" height=41000 module=statesync
4:51PM INF Fetching snapshot chunk chunk=0 format=2 height=41000 module=statesync total=7
4:51PM INF Fetching snapshot chunk chunk=3 format=2 height=41000 module=statesync total=7
4:51PM INF Fetching snapshot chunk chunk=2 format=2 height=41000 module=statesync total=7
4:51PM INF Fetching snapshot chunk chunk=1 format=2 height=41000 module=statesync total=7
4:51PM INF VerifyHeader hash=3AC1D4C21055C96F640AA9169536E9F8871C421A26CF3579D68A16D89E0209B7 height=41000 module=light
4:51PM INF Header has already been verified hash=0A41E2AC61FD8E209C506169273746E023D560F473010F9366272BE0DF6B6F81 height=41001 module=light
4:51PM INF Header has already been verified hash=69BB58D9734963A3E8B0CBF389F673B936F48B55002982BB364F6805DF62F147 height=41002 module=light
4:51PM INF Header has already been verified hash=0A41E2AC61FD8E209C506169273746E023D560F473010F9366272BE0DF6B6F81 height=41001 module=light
4:51PM INF Header has already been verified hash=3AC1D4C21055C96F640AA9169536E9F8871C421A26CF3579D68A16D89E0209B7 height=41000 module=light
4:51PM INF Fetching snapshot chunk chunk=4 format=2 height=41000 module=statesync total=7
4:51PM INF Fetching snapshot chunk chunk=5 format=2 height=41000 module=statesync total=7
4:51PM INF Fetching snapshot chunk chunk=6 format=2 height=41000 module=statesync total=7
4:51PM INF Applied snapshot chunk to ABCI app chunk=0 format=2 height=41000 module=statesync total=7
4:51PM INF Applied snapshot chunk to ABCI app chunk=1 format=2 height=41000 module=statesync total=7
4:51PM INF Applied snapshot chunk to ABCI app chunk=2 format=2 height=41000 module=statesync total=7
4:51PM INF Applied snapshot chunk to ABCI app chunk=3 format=2 height=41000 module=statesync total=7
4:51PM INF Applied snapshot chunk to ABCI app chunk=4 format=2 height=41000 module=statesync total=7
4:51PM INF Applied snapshot chunk to ABCI app chunk=5 format=2 height=41000 module=statesync total=7
Restoring SwingSet state from snapshot at block height 41000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment