diff --git a/README.md b/README.md index 12e27b3..5cc025e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains the snapshot data used when syncing Erigon ## Contribute new files -`./build/bin/downloader torrent_hashes --datadir= --chain=` +`./build/bin/downloader torrent_hashes --datadir=` Add output as a PR to this repository. Update dependency in erigon's go.mod @@ -14,9 +14,9 @@ If your node didn't produce files yet, but db has data (node synced): ``` # stop erigon -./build/bin/erigon retire --datadir= --chain= -./build/bin/downloader torrent_create --datadir= --chain= -./build/bin/downloader torrent_hashes --datadir= --chain= +./build/bin/erigon snapshots retire --datadir= +./build/bin/downloader torrent_create --datadir= +./build/bin/downloader torrent_hashes --datadir= ``` ## Generating Magnet Links