File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This repo contains the snapshot data used when syncing Erigon
44
55## Contribute new files
66
7- ` ./build/bin/downloader torrent_hashes --datadir=<your> --chain=<your> `
7+ ` ./build/bin/downloader torrent_hashes --datadir=<your> `
88
99Add output as a PR to this repository. Update dependency in erigon's go.mod
1010
@@ -14,9 +14,9 @@ If your node didn't produce files yet, but db has data (node synced):
1414
1515```
1616# stop erigon
17- ./build/bin/erigon retire --datadir=<your> --chain =<your>
18- ./build/bin/downloader torrent_create --datadir=<your> --chain=<your>
19- ./build/bin/downloader torrent_hashes --datadir=<your> --chain=<your>
17+ ./build/bin/erigon snapshots retire --datadir=<your>
18+ ./build/bin/downloader torrent_create --datadir=<your>
19+ ./build/bin/downloader torrent_hashes --datadir=<your>
2020```
2121
2222## Generating Magnet Links
You can’t perform that action at this time.
0 commit comments