From 5cf9f0b6cbc1f2856cdebfda3c293eb5394412a0 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 6 Apr 2024 16:14:19 +0200 Subject: [PATCH] =?UTF-8?q?~=20=E2=99=A5=20~=20ZEN=20~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API/QRCODE.sh | 8 ++++---- RUNTIME/G1PalPay.sh | 2 +- RUNTIME/PLAYER.unplug.sh | 2 +- RUNTIME/REGION.refresh.sh | 4 ++-- RUNTIME/RSS2UPlanetSECTORTW.sh | 6 +++--- RUNTIME/SECTOR.refresh.sh | 14 +++++++------- RUNTIME/VISA.new.sh | 2 +- RUNTIME/VOEUX.refresh.sh | 6 +++--- templates/P4N/wallall.json | 10 +++++----- templates/UPlanetZine/index.en.html | 4 ++-- templates/UPlanetZine/index.es.html | 4 ++-- templates/UPlanetZine/index.fr.html | 4 ++-- templates/UPlanetZine/index.html | 4 ++-- templates/data/messages/Day0.txt | 10 +++++----- tools/GetGCAttributesFromG1PUB.sh | 2 +- tools/PAY4SURE.sh | 4 ++-- tools/mailjet.sh | 2 +- tools/make_image_ipfs_index_carousel.sh | 2 +- tools/new_file_in_astroport.sh | 2 +- 19 files changed, 46 insertions(+), 46 deletions(-) diff --git a/API/QRCODE.sh b/API/QRCODE.sh index cde14b87..b1c7a27b 100755 --- a/API/QRCODE.sh +++ b/API/QRCODE.sh @@ -94,7 +94,7 @@ if [[ ${QRCODE} == "station" ]]; then if [[ $carouselrunning ]]; then ISTATION="/ipfs/QmVTHH8sTXEqRBsvcKo5jDo16rvp7Q7ERyHZP5vmWUxeS6" ## G1WorldCrafting.jpg else - ## GENERATE PLAYER G1 TO ♥ ACCOUNTING + ## GENERATE PLAYER G1 TO ZEN ACCOUNTING ISTATION=$($MY_PATH/../tools/make_image_ipfs_index_carousel.sh | tail -n 1) echo $ISTATION > ~/.zen/tmp/ISTATION ## STATION G1WALLET CAROUSEL fi @@ -272,7 +272,7 @@ if [[ ${QRCODE:0:5} == "~~~~~" ]]; then if [[ ! ${ISTHERE} ]]; then ( echo "$HTTPCORS -

LOGOUT ERROR

${PLAYER} keys not found on ♥ Station

" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 \ +

LOGOUT ERROR

${PLAYER} keys not found on ZEN Station

" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 \ && echo "SLURP PLAYER ERROR ${player}" ) & exit 0 @@ -690,9 +690,9 @@ echo ">>> ${QRCODE} g1_to_ipfs $ASTROTOIPNS" if [[ $VISITORCOINS == "null" || ${ZEN} -lt 10 ]]; then DISPLAY="$DISPLAY -

!! LOW ♥ WALLET ZEN=${ZEN}

" +

!! LOW ZEN WALLET ZEN=${ZEN}

" - DISPLAY="$DISPLAY

LOW ♥ WARNING

+ DISPLAY="$DISPLAY

LOW ZEN WARNING

PLEASE CHARGE... ${ZEN} ZEN" fi diff --git a/RUNTIME/G1PalPay.sh b/RUNTIME/G1PalPay.sh index 5b03daa4..8307ec35 100755 --- a/RUNTIME/G1PalPay.sh +++ b/RUNTIME/G1PalPay.sh @@ -248,7 +248,7 @@ while read LINE; do ## Count emails found emails=($(echo "$TTAGS" | grep -E -o "\b[a-zA-Z0-9.%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b")) nb=${#emails[@]} - #~ zen=$(echo "scale=2; $nb / 10" | bc) ## / divide by 10 = 1 ♥ each + #~ zen=$(echo "scale=2; $nb / 10" | bc) ## / divide by 10 = 1 ZEN each ## Get first zmail ZMAIL="${emails}" diff --git a/RUNTIME/PLAYER.unplug.sh b/RUNTIME/PLAYER.unplug.sh index 6bc5a559..c6bb14d5 100755 --- a/RUNTIME/PLAYER.unplug.sh +++ b/RUNTIME/PLAYER.unplug.sh @@ -51,7 +51,7 @@ mkdir -p ~/.zen/tmp/${MOATS} COINS=$($MY_PATH/../tools/COINScheck.sh ${SECTORG1PUB} | tail -n 1) echo "SECTOR WALLET = ${COINS} G1 : ${SECTORG1PUB}" - ## UNPLUG => SEND 10 ♥ to SECTORG1PUB + ## UNPLUG => SEND 10 ZEN to SECTORG1PUB ## ALL => SEND ALL to $WORLDG1PUB ALL="ALL" diff --git a/RUNTIME/REGION.refresh.sh b/RUNTIME/REGION.refresh.sh index d4afde4c..7338f848 100755 --- a/RUNTIME/REGION.refresh.sh +++ b/RUNTIME/REGION.refresh.sh @@ -71,7 +71,7 @@ for REGION in ${REGIONS[@]}; do ################################## TODO : make sharing key protocol evolve ## FOR NOW ONLY 1ST BOOSTRAP PUBLISH REGION KEYS - # with bigger planetary swam will be closest "IA Station", or it could be choosen according to ♥ value... + # with bigger planetary swam will be closest "IA Station", or it could be choosen according to ZEN value... STRAPS=($(cat ~/.zen/Astroport.ONE/A_boostrap_nodes.txt | grep -Ev "#" | rev | cut -d '/' -f 1 | rev | grep -v '^[[:space:]]*$')) ## ${STRAPS[@]} ACTINGNODE=${STRAPS[0]} ## FIST NODE IN STRAPS if [[ "${ACTINGNODE}" != "${IPFSNODEID}" ]]; then @@ -101,7 +101,7 @@ for REGION in ${REGIONS[@]}; do ipfs --timeout 240s get --progress=false -o ~/.zen/tmp/${MOATS}/${REGION}/ /ipns/${YESTERDATEREGIONNS}/ # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ## SHOULD NEED 12 SIGNATURES - ## FULL REFRESH DEMO... ♥ CHAINING COMING LATER + ## FULL REFRESH DEMO... ZEN CHAINING COMING LATER # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mkdir -p ~/.zen/tmp/${MOATS}/${REGION}/RSS rm -f ~/.zen/tmp/${MOATS}/${REGION}/RSS/_${RLAT}_${RLON}.week.rss.json diff --git a/RUNTIME/RSS2UPlanetSECTORTW.sh b/RUNTIME/RSS2UPlanetSECTORTW.sh index e7af9612..a762efe8 100755 --- a/RUNTIME/RSS2UPlanetSECTORTW.sh +++ b/RUNTIME/RSS2UPlanetSECTORTW.sh @@ -7,7 +7,7 @@ # DETECTING CONFLICT WITH SAME TITLE # ASKING TO EXISTING SIGNATURES TO UPDATE THEIR TW OR FORK TITLE # CALLED BY "SECTOR.refresh.sh" -# SEND 10 ♥ TO EACH SIGNATURE +# SEND 10 ZEN TO EACH SIGNATURE ######################################################################## MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized @@ -193,7 +193,7 @@ Tiddler appears in ${unique_combined[*]} TW(s) done - ## SEND ♥ G1PalPay Signal + ## SEND ZEN G1PalPay Signal #~ ############################################################## #~ G1AMOUNT=$(echo "$NSIGN / 10" | bc -l | xargs printf "%.2f" | sed "s~,~.~g" ) @@ -272,7 +272,7 @@ done < ~/.zen/tmp/${MOATS}/${SECTOR}/tiddlers.list #~ GRATITUDE=$($MY_PATH/../tools/getcoins_from_gratitude_box.sh) #~ G1AMOUNT=$(echo "$GRATITUDE / 10" | bc -l | xargs printf "%.2f" | sed "s~,~.~g" ) #~ echo "***** SECTOR $SECTOR REWARD *****************" - #~ echo "GRATITUDE ${GRATITUDE} ♥ = ${G1AMOUNT} G1 + #~ echo "GRATITUDE ${GRATITUDE} ZEN = ${G1AMOUNT} G1 #~ to ${PLAYER} WALLET ${ASTROG1} (${gloops} Tiddlers)" #~ echo "************************************************************" #~ ${MY_PATH}/../tools/PAY4SURE.sh ~/.zen/tmp/${MOATS}/sector.dunikey "${G1AMOUNT}" "${ASTROG1}" "THANKS ${gloops} GLOOPS" diff --git a/RUNTIME/SECTOR.refresh.sh b/RUNTIME/SECTOR.refresh.sh index 72da2cc4..70292e0c 100755 --- a/RUNTIME/SECTOR.refresh.sh +++ b/RUNTIME/SECTOR.refresh.sh @@ -102,9 +102,9 @@ for SECTOR in ${SECTORS[@]}; do ipfs --timeout 180s get --progress=false -o ~/.zen/tmp/${MOATS}/${SECTOR}/ /ipns/${YESTERDATENS}/ if [[ $? != 0 ]]; then echo "(╥☁╥ ) swarm memory empty (╥☁╥ )" - # Try retieve memory from UPlanet ♥ Memory + # Try retieve memory from UPlanet ZEN Memory [[ ${ZEN} -gt 0 ]] \ - && echo "INTERCOM Refreshing from ♥ MEMORY" \ + && echo "INTERCOM Refreshing from ZEN MEMORY" \ && ${MY_PATH}/../RUNTIME/ZEN.SECTOR.memory.sh "${SECTOR}" "${MOATS}" "${G1PUB}" fi # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -171,7 +171,7 @@ for SECTOR in ${SECTORS[@]}; do echo "SETTING NEXT REFRESHER : $(cat ${UREFRESH} | head -n 1)" - ############ 101 ♥ REFILL ?! + ############ 101 ZEN REFILL ?! CURRENT=$(readlink ~/.zen/game/players/.current | rev | cut -d '/' -f 1 | rev) [[ ${COINS} == "" || ${COINS} == "null" ]] \ && [[ ${ZEN} -lt 100 && ${CURRENT} != "" ]] \ @@ -230,7 +230,7 @@ for SECTOR in ${SECTORS[@]}; do TOTL=$((${NL}+${NS})) ############################################################## - # Update COIN & ♥ value + # Update COIN & ZEN value echo ${COINS} > ~/.zen/tmp/${MOATS}/${SECTOR}/COINS echo ${ZEN} > ~/.zen/tmp/${MOATS}/${SECTOR}/ZEN @@ -343,12 +343,12 @@ for SECTOR in ${SECTORS[@]}; do && echo "${MOATS}" > ~/.zen/tmp/${MOATS}/${SECTOR}/CHAIN/_moats \ && IPFSPOP=$(ipfs add -rwq ~/.zen/tmp/${MOATS}/${SECTOR}/* | tail -n 1) && echo "ROOT was ${ZCHAIN}" ###################################################### - ## ♥ CHAINING - # Send 1 ♥ to UPlanet REGIONG1PUB Wallet containing REGION TW HASH + ## ZEN CHAINING + # Send 1 ZEN to UPlanet REGIONG1PUB Wallet containing REGION TW HASH INTERCOM="UPLANET:${SECTOR}:${TODATE}:/ipfs/${IPFSPOP}" echo "> INTERCOM ${INTERCOM} (${ZEN} ZEN)" if [[ ${ZEN} -gt 11 ]]; then - echo "---ZZZ-- SECTOR 2 REGION ♥ CHAINING ---ZZZ------ZZZ----" + echo "---ZZZ-- SECTOR 2 REGION ZEN CHAINING ---ZZZ------ZZZ----" ${MY_PATH}/../tools/PAY4SURE.sh ~/.zen/tmp/${MOATS}/${SECTOR}.dunikey "0.1" "${REGIONG1PUB}" "${INTERCOM}" fi ############################################################## diff --git a/RUNTIME/VISA.new.sh b/RUNTIME/VISA.new.sh index b1e3a428..4eab9e15 100755 --- a/RUNTIME/VISA.new.sh +++ b/RUNTIME/VISA.new.sh @@ -331,7 +331,7 @@ if [[ "${MACHINEPUB}" != "" ]]; then sed -i "s~${OLD16}~${ENCODING}~g" ~/.zen/game/players/${PLAYER}/ipfs/moa/index.html echo "ENCODING: ${ENCODING}" - # GIVE ♥ STATION TW ACCESS # + # GIVE ZEN STATION TW ACCESS # ########### #~ echo "# CRYPTO DECODING TESTING..." tiddlywiki \ diff --git a/RUNTIME/VOEUX.refresh.sh b/RUNTIME/VOEUX.refresh.sh index cfc4ac86..c120d7f1 100755 --- a/RUNTIME/VOEUX.refresh.sh +++ b/RUNTIME/VOEUX.refresh.sh @@ -40,13 +40,13 @@ INDEX="$3" mkdir -p ~/.zen/tmp/${IPFSNODEID}/WISH/${PLAYER}/g1voeu ############################### -####### NEED G1 / ♥ TO RUN +####### NEED G1 / ZEN TO RUN [[ ${COINS} == "null" || ${COINS} == "" ]] \ && echo ">>> ${COINS} : DESACTIVATED - NEED G1 TO REFRESH WISH - EXIT - " \ && exit 0 echo "%% ${COINS} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" -[[ $(echo "$COINS < 2" | bc -l) -eq 1 ]] && echo ">>> ${COINS} ONLY : 1 G1 + 10 ♥ NEEDED TO CONTINUE" && exit 0 +[[ $(echo "$COINS < 2" | bc -l) -eq 1 ]] && echo ">>> ${COINS} ONLY : 1 G1 + 10 ZEN NEEDED TO CONTINUE" && exit 0 ############################### ## EXTRACT G1Voeu from PLAYER TW @@ -321,7 +321,7 @@ if [[ ${wishnumbers} -gt 0 ]]; then GRATITUDE=$($MY_PATH/../tools/getcoins_from_gratitude_box.sh) G1AMOUNT=$(echo "$GRATITUDE / 10" | bc -l | xargs printf "%.2f" | sed "s~,~.~g" ) echo "***** PLAYER $PLAYER *************************************" - echo "GRATITUDE ${GRATITUDE} ♥ (${G1AMOUNT} G1) + echo "GRATITUDE ${GRATITUDE} ZEN (${G1AMOUNT} G1) to UMAP_${LAT}_${LON} WALLET ${UMAPG1PUB}" echo "************************************************************" YOUSER=$($MY_PATH/../tools/clyuseryomail.sh "${PLAYER}") diff --git a/templates/P4N/wallall.json b/templates/P4N/wallall.json index 6fe8c04f..a9e0d747 100644 --- a/templates/P4N/wallall.json +++ b/templates/P4N/wallall.json @@ -31947,7 +31947,7 @@ "pubkey": "BBNB5X1kyLU7G2rbmKrn6uKvuJsbd8U7HSkiftPeYZxz", "address": "1675 chemin du piton", "city": "Saint-Clar-de-Rivière, 31600", - "description": "Praticien en Médecine Traditionnelle Chinoise, j'utilise principalement l'acupuncture, avec la Méthode Global Balance du Dr Richard Tan.\n\nMoine dans la lignée du ♥ Soto, nous avons un groupe pour la pratique de la méditation les mardi de 18h20 à 19H30 et les mercredi de 6h50 à 8h00. Si vous ne connaissez pas la pratique, des initiations à la posture de zazen peuvent se faire sur rendez vous.", + "description": "Praticien en Médecine Traditionnelle Chinoise, j'utilise principalement l'acupuncture, avec la Méthode Global Balance du Dr Richard Tan.\n\nMoine dans la lignée du ZEN Soto, nous avons un groupe pour la pratique de la méditation les mardi de 18h20 à 19H30 et les mercredi de 6h50 à 8h00. Si vous ne connaissez pas la pratique, des initiations à la posture de zazen peuvent se faire sur rendez vous.", "avatar": { "_content_type": "image/png" }, @@ -39816,7 +39816,7 @@ "pubkey": "BGpcfAHva2fyfZfVXY9czpA1hoezB3MdHqmw39zUoVkt", "address": "1178 route de Broves", "city": "Bargemon, 83830", - "description": "Organic human being living as natural as possible\nRevitalization - Massage ♥ \nwww.keitaonozaki.com", + "description": "Organic human being living as natural as possible\nRevitalization - Massage ZEN \nwww.keitaonozaki.com", "avatar": { "_content_type": "image/png" }, @@ -75389,7 +75389,7 @@ { "pubkey": "zV3yXy5iC68ksE93AGp6stCoczaSfNFE2Hac7h1q7ZA", "city": "Gocho, Tanzanie", - "description": "Bon ben là, je crois que c'est clair !\nFlingueur de gôchiste professionnel, mes faits d'armes sont visibles grâce aux ♥ et aux ⚠ que j'ai obtenu, et qui sont mes médailles :\nUn ⚠ pour chaque dizaine de gôchistes écrasés sous mes bottes*, \nUn ♥ par centaine de \"Head Shoot\" de gôchistes.\n\n* les gôchistes que j'élimine à coup de talon sont en général ce qui se fait de plus dégueulasse en matière de gôchisme. Nous avons choisi le ⚠ pour bien nous rappeler de nous désinfecter les grolles après chaque écrabouillage de goules.", + "description": "Bon ben là, je crois que c'est clair !\nFlingueur de gôchiste professionnel, mes faits d'armes sont visibles grâce aux ZEN et aux ⚠ que j'ai obtenu, et qui sont mes médailles :\nUn ⚠ pour chaque dizaine de gôchistes écrasés sous mes bottes*, \nUn ZEN par centaine de \"Head Shoot\" de gôchistes.\n\n* les gôchistes que j'élimine à coup de talon sont en général ce qui se fait de plus dégueulasse en matière de gôchisme. Nous avons choisi le ⚠ pour bien nous rappeler de nous désinfecter les grolles après chaque écrabouillage de goules.", "avatar": { "_content_type": "image/png" }, @@ -90752,7 +90752,7 @@ { "pubkey": "Cbiq6SsmToJCDF5iNe1W7RyGib1qBcwie7NWG7LKP13A", "city": "Orba, 03790, España", - "description": "(っ◔◡◔)っ ♥ Soy Elisa, tengo 10 años y me gusta mucho la pastelería creativa y saludable ♥", + "description": "(っ◔◡◔)っ ZEN Soy Elisa, tengo 10 años y me gusta mucho la pastelería creativa y saludable ♥", "avatar": { "_content_type": "image/png" }, @@ -132807,7 +132807,7 @@ { "pubkey": "Hi1vKZPuYwQ7FRiUE1GhwSMTEum8xw2TK4YaijpBUpWz", "city": "Orcier, 74550", - "description": "Hello, je suis masseuse-Sono thérapeute. ♥ attitude!", + "description": "Hello, je suis masseuse-Sono thérapeute. ZEN attitude!", "avatar": { "_content_type": "image/png" }, diff --git a/templates/UPlanetZine/index.en.html b/templates/UPlanetZine/index.en.html index fb052f7b..0cc89a28 100644 --- a/templates/UPlanetZine/index.en.html +++ b/templates/UPlanetZine/index.en.html @@ -68,12 +68,12 @@ _G1PUB_ Your ZenCard is more than just a piece of paper—it is your gateway to send and receive Zen, the universal currency of UPlanet. With your ZenCard in hand, you have the power to engage in transactions, support local economies, and participate in the vibrant ecosystem of our decentralized realm. -As a paper wallet, your ZenCard embodies the principles of security and accessibility. It allows you to store your ♥ offline, protecting your assets from digital threats while ensuring easy access whenever you need them. +As a paper wallet, your ZenCard embodies the principles of security and accessibility. It allows you to store your ZEN offline, protecting your assets from digital threats while ensuring easy access whenever you need them.