Create script to grab topology peers
Creating the topology_push.sh script
cd ~/cardano-node/scripts
nano topology_push.sh#!/bin/bash
curl -s -o /home/cardano/cardano-node/configuration/relay1/mainnet_candidate-topology.json "https://api.clio.one/htopology/v1/fetch/?max=7&customPeers=CoreIP:3000:4|Relay2:3002|relays-new.mainnet-candidate.dev.cardano.org:3001:2"
Last updated