From 5e561ae3f5124b17c71e05a527369d833ae6d79f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 10 Oct 2023 13:52:01 +0200 Subject: [PATCH] better welcoming messages --- API/UPLANET.sh | 10 +++++++++- RUNTIME/VISA.new.sh | 10 ++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/API/UPLANET.sh b/API/UPLANET.sh index e99c6177..ce3e84c2 100755 --- a/API/UPLANET.sh +++ b/API/UPLANET.sh @@ -189,6 +189,9 @@ echo "" > ~/ echo "${EMAIL}:${IPFSROOT}:${MOATS}" >> ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/_visitors/${EMAIL}.log ######################################## +## Calculating TW IPNS ADDRESS +TWADD=$(${MY_PATH}/../tools/keygen -t ipfs "${EMAIL}" "${NPASS}") + ## HTTP nc ON PORT RESPONSE echo "$HTTPCORS @@ -217,8 +220,13 @@ echo "$HTTPCORS

UPlanet Registration

-

${EMAIL}
your TW PASS is

+ Your Key seeds are:
+
+

${EMAIL}

${NPASS}

+ + Use this credentials to continue registration on Cesium & Gchange +
---
Try TWPORTATION
in diff --git a/RUNTIME/VISA.new.sh b/RUNTIME/VISA.new.sh index 0de0a829..68e60ce5 100755 --- a/RUNTIME/VISA.new.sh +++ b/RUNTIME/VISA.new.sh @@ -504,10 +504,10 @@ echo echo "* G1Visa : Public Key and Wallet ${NID}/ipns/${ASTRONAUTENS}#G1Visa" echo " " -echo "* AstroID : G1Card with PASS : $PASS" +echo "* AstroID : G1Card with PASS : $PASS" echo "${NID}/ipns/${ASTRONAUTENS}#AstroID" echo -echo "* UMap registration : ${LAT}, ${LON} +echo "* UMap : registration at ${LAT}, ${LON} ${myIPFS}${URL}" echo echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" @@ -523,9 +523,9 @@ echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" #~ U Planet : ${myUPLANET} #~ Astroport.ONE ★ PKI ★ Ğ1/Ŋ1 ★ DAO ★ Libre ★"; # sleep 1 -echo " ★ GCHANGE MARKET ★" +echo "$(${MY_PATH}/../tools/face.sh friendly) ★ GCHANGE MARKET ★" echo "Use $SALT and $PEPPER to register on https://gchange.fr and exchange ★ with friends" -echo "$(${MY_PATH}/../tools/face.sh friendly)" +echo "" echo $PSEUDO > ~/.zen/tmp/PSEUDO ## Return data to start.sh # DEPRECATED ? echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" @@ -534,9 +534,11 @@ echo "export ASTROTW=/ipns/$ASTRONAUTENS ASTROG1=$G1PUB ASTROMAIL=$PLAYER ASTROF ### SEND AstroID and G1Visa to EMAIL ( echo "Print your G1Visa : Public key (and wallet address)" > ~/.zen/tmp/${MOATS}/intro.txt +echo "It is your personal TW address and secured messaging inbox on https://gchange.fr" >> ~/.zen/tmp/${MOATS}/intro.txt mpack -a -s "UPlanet : G1Visa" -d ~/.zen/tmp/${MOATS}/intro.txt \ ~/.zen/tmp/${MOATS}/pseudo.png ${PLAYER} echo "Print your AstroID : Private control key (secured by $PASS)" > ~/.zen/tmp/${MOATS}/intro.txt +echo "Use it to LOG in or out your TW and take control of your personal wallet on https://cesium.app" >> ~/.zen/tmp/${MOATS}/intro.txt mpack -a -s "UPlanet : AstroID" -d ~/.zen/tmp/${MOATS}/intro.txt \ $HOME/.zen/game/players/${PLAYER}/AstroID.png ${PLAYER}