Skip to content

Commit

Permalink
Stake Pool Course - Handbook - minor changes
Browse files Browse the repository at this point in the history
Stake Pool Course - Handbook - Configure Topology Files
I added small remark that `topology.json` file is possible to generate using `topologyUpdater.sh` from Guild Operators
  • Loading branch information
os11k committed Oct 17, 2021
1 parent 72785f5 commit be383bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/stake-pool-course/handbook/configure-topology-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ Make your __relay node__ `talk` to your __block-producing__ node and __other rel
}
]
}
## Optionally you can use `topologyUpdater.sh` on your relay nodes from Guild Operators

Until fully P2P is live we need to put peers manually in `topology.json` file on relays, to automatize this you can run `topologyUpdater.sh` script from Guild Operators. With this script help, you can speed up your relays registrations too, currently registration is done twice per day based on your pool registration. If you run `topologyUpdater.sh` every 60 minutes on your relays using cron then after 3 hours(or 4 runs) your relays will be registered. And most importnat you can generate `topology.json` which will contain remote peers. Find more details [here](https://cardano-community.github.io/guild-operators/Scripts/topologyupdater/).

0 comments on commit be383bb

Please sign in to comment.