Add support for an API node that hosts the block explorer

This commit is contained in:
Michael Vines
2019-02-17 09:48:27 -08:00
parent c8c794e340
commit 4ff4fb6c38
5 changed files with 99 additions and 21 deletions

View File

@ -63,6 +63,15 @@ else
done
fi
echo
echo API nodes:
if [[ ${#apiIpList[@]} -eq 0 ]]; then
echo " None"
else
for ipAddress in "${apiIpList[@]}"; do
printNode fullnode "$ipAddress"
done
fi
echo
echo "Use |scp.sh| to transfer files to and from nodes"
echo