astroport basic commands

This commit is contained in:
qo-op 2020-05-02 03:57:49 +02:00
parent 567ce7d19f
commit ed1312487e
1 changed files with 15 additions and 1 deletions

View File

@ -18,7 +18,7 @@ echo '
# !!! KEEP CREDENTIALS IN ~/.zen/secret.astroport.key
# UNINSTALL
# rm -Rf ~/.zen && rm ~/.ssb && mv ~/.ssb_$USER ~/.ssb
# cd && rm -Rf ~/.zen && rm ~/.ssb && mv ~/.ssb_$USER ~/.ssb
########################################################################
'
@ -214,6 +214,7 @@ echo '
Install https://cesium.app on your Desktop or Smartphone.
Enter "yes" to install cron TASK and init your account ONLINE...
'
read yesno
@ -224,5 +225,18 @@ if [[ $yesno == "yes" ]]; then
~/.zen/astroport/zen/cron_VRFY.sh
fi
echo 'finished...
########################################################################
EVERYTHING SHOULD BE ALRIGHT?
Try astroport basic commands to verify install.
1. sbotc whoami
2. ipfs id
3. silkaj balance $g1pub
4. crontab -l
You should see "astroport/zen/cron_MINUTE.sh" in last one.
Send comments to support@qo-op.com
'
exit 0