📃
TopologyUpdater
  • TopologyUpdater.sh
  • topologyUpdater.sh
    • Create TopologyUpdater logs folder & download script
    • Modify topologyUpdater.sh script
    • Configure crontab
    • Check topologyupdater logs
  • topology_push.sh
  • Create script to grab topology peers
Powered by GitBook
On this page

Was this helpful?

  1. topologyUpdater.sh

Create TopologyUpdater logs folder & download script

Create Logs folder:

cd ~/cardano-node
mkdir logs

Now that we've created the logs folder, let's down the script.

cd ~/cardano-node/scripts
curl -s -o topologyUpdater.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/topologyUpdater.sh
chmod 750 topologyUpdater.sh

PreviousTopologyUpdater.shNextModify topologyUpdater.sh script

Last updated 4 years ago

Was this helpful?