#!/bin/bash # Script to initialize a testnet settings on a server #Usage: terraform.sh #Add gaiad node number for remote identification echo "$2" > /etc/gaiad-nodeid #Create gaiad user useradd -m -s /bin/bash gaiad #cp -r /root/.ssh /home/gaiad/.ssh #chown -R gaiad.gaiad /home/gaiad/.ssh #chmod -R 700 /home/gaiad/.ssh #Reload services to enable the gaiad service (note that the gaiad binary is not available yet) systemctl daemon-reload systemctl enable gaiad