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
{{ message }}
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
$> go run -v . -hUsage of cosmos-snapshot: -debug verbose output -max-height int last block to process (default 5797010) -min-height int first block to process (default 5200791) -rpc-addr string Cosmos RPC Address (default "http://localhost:26657")
go run -v . --min-height=5200800 --max-height=5200900 --debug
go run -v . --min-height=5200800 --max-height=5200900 (without --debug, you just get a progress bar)
Questions
@jaekwon Do you think I'm on the right track and can continue, or am I completely off track?
some filters in the brief are not clear, I'll need some help to complete my list of filters when the project will be mostly finished
Plan
I've started working on a tool that will:
Current Status
Repo: https://github.com/moul/cosmos-snapshot
go run -v . --min-height=5200800 --max-height=5200900 --debuggo run -v . --min-height=5200800 --max-height=5200900(without--debug, you just get a progress bar)Questions