In an effort to save time setting up the VMs to run the Cardano stake pool I have created the scripts in this folder but please use it with caution as they are possibility out-of-date!
It is assumed that the Terraform provisioning step has completed successfully and all the resulting Azure Cloud infrastructure exists in a pristine state.
cd $HOME
mkdir -p git
cd git
git clone https://github.com/SafeStak/pool-construction-kit
cd pool-construction-kit/init
bash common.sh
Edit the topology.json file to ensure it follows the template in topology-relay.jsont and include up to 18 other trusted relays.
Follow individual steps in core.sh and edit the topology.json file to ensure it follows the template in topology-core.jsont.