Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 598 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 598 Bytes

Snapshot Archive

This program allows to convert a snapshot at a certain block from a geth database and convert into in turbo-geth format so that it can be reused without downloading the blockchain twice.

Build

make build

binaries are generated into the bin/ folder

test

make test

for testing

Command options

    --chaindata path to go-ethereum's chaindata
    --out the resultant boltDB output
    --max-operations-per-transaction max operation per tx in boltDB (PUT operations)
    --block-number the number of the block we need to take the snapshot from