diff --git a/API/UPLANET.sh b/API/UPLANET.sh index 4cc592aa..8bd7f9b0 100755 --- a/API/UPLANET.sh +++ b/API/UPLANET.sh @@ -243,7 +243,7 @@ echo "
UPlanet map ImageUPlanet sat Image
MAP | SAT
UMap Key
- LOCALHOST | WAN + LOCAL | GLOBAL

UPlanet ID's

@@ -307,6 +307,7 @@ echo "Now IPFSROOT is http://ipfs.localhost:8080/ipfs/${IPFSROOT}" ( ipfs name publish --key=${G1PUB} /ipfs/${IPFSROOT} end=`date +%s` + ipfs key rm ${G1PUB} ## REMOVE IPNS KEY echo "(IPNS) PUBLISH time was "`expr $end - $start` seconds. ) & @@ -316,11 +317,11 @@ echo "$HTTPCORS [Astroport] $LAT $LON WELCOME ${EMAIL} - +

$LAT/$LON UPlanet common blockchain

-
UMAP : http://ipfs.localhost:8080/ipns/${UMAPNS} -
CHAIN : https://ipfs.copylaradio.com/ipfs/${IPFSROOT} +
UMAP : ${myIPFS}/ipns/${UMAPNS} +
CHAIN : ${IPFSROOT}

${EMAIL} your PASS is $PASS

---