Skip to content

Commit 7e1f2b7

Browse files
authored
Remove --chain flag from README (#144)
* Remove --chain flag from README * Remove from retire command too * Update retire cmd * Cleanup
1 parent 660aa54 commit 7e1f2b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

99
Add 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

0 commit comments

Comments
 (0)