Skip to content

Commit

Permalink
Remove --chain flag from README (#144)
Browse files Browse the repository at this point in the history
* Remove --chain flag from README

* Remove from retire command too

* Update retire cmd

* Cleanup
  • Loading branch information
somnathb1 authored Apr 18, 2024
1 parent 660aa54 commit 7e1f2b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo contains the snapshot data used when syncing Erigon

## Contribute new files

`./build/bin/downloader torrent_hashes --datadir=<your> --chain=<your>`
`./build/bin/downloader torrent_hashes --datadir=<your>`

Add output as a PR to this repository. Update dependency in erigon's go.mod

Expand All @@ -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=<your> --chain=<your>
./build/bin/downloader torrent_create --datadir=<your> --chain=<your>
./build/bin/downloader torrent_hashes --datadir=<your> --chain=<your>
./build/bin/erigon snapshots retire --datadir=<your>
./build/bin/downloader torrent_create --datadir=<your>
./build/bin/downloader torrent_hashes --datadir=<your>
```

## Generating Magnet Links
Expand Down

0 comments on commit 7e1f2b7

Please sign in to comment.