You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/sx-network/sx-reporter-node.git && cd sx-reporter-node && git checkout $NETWORK
echo "Building Go executable, please wait..."
go build main.go
# Initialize reporter dir
echo "Initializing reporter directory.."
./main secrets init --data-dir data
## Show private key
pk=$(cat data/reporter.key)
echo "Private Key = $pk"
echo
## Prompt user
echo "Please ensure at least $FUND_AMOUNT SX resides on the \`Public key (address)\` above and inform an SX Network admin about this address as well as your Node ID in the #reporters channel on Discord."
echo
echo
read -n 1 -s -r -p "Additionally, please make a copy of your \`Private Key\` and store this somewhere safe - DO NOT share it with us! Once this is done, press any key to continue.."