Browse Source

make seeds is an alias for this other much longer annoying command

pull/393/head
Duke 2 months ago
parent
commit
3241992e50
  1. 2
      contrib/seeds/README.md

2
contrib/seeds/README.md

@ -5,6 +5,6 @@ Utility to generate the seeds.txt list that is compiled into the client
## Updating seeds
Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `./contrib/seeds/generate-seeds.py contrib/seeds > src/chainparamsseeds.h` in the hush root directory of this repo (not the directory of this README) to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result.
Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `make seeds` in the hush root directory of this repo (not the directory of this README) to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result.

Loading…
Cancel
Save