From b8345de735b496c963e071de5c1c39df12678ed3 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 4 Sep 2023 13:24:49 +0200 Subject: [PATCH] LOCAL | GLOBAL --- API/UPLANET.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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

---