diff --git a/RUNTIME/VOEUX.refresh.sh b/RUNTIME/VOEUX.refresh.sh index ebcbe590..c7aca3bf 100755 --- a/RUNTIME/VOEUX.refresh.sh +++ b/RUNTIME/VOEUX.refresh.sh @@ -15,6 +15,8 @@ MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized # ~/.zen/game/players/${PLAYER}/G1${WISHNAME}/${G1PUB}/* # _PLAYER.json +# change SWARM memory +### # ~/.zen/tmp/${IPFSNODEID}/WISH/${WISHNAME}/${PLAYER}/* PLAYER="$1" ## IPNS KEY NAME - G1PUB - PLAYER ... [[ ! ${PLAYER} ]] && echo "Please provide PLAYER publish key" && exit 1 @@ -37,9 +39,6 @@ INDEX="$3" mkdir -p ~/.zen/tmp/${IPFSNODEID}/WISH/${PLAYER}/g1voeu -## PROTOCOL EVOLUTION RUN & REMOVE -rm -Rf ~/.zen/tmp/${IPFSNODEID}/${PLAYER} - ############################### ####### NEED G1 / ZEN TO RUN [[ ${COINS} == "null" || ${COINS} == "" ]] \ diff --git a/tools/TODATE.flashmem.sh b/tools/TODATE.flashmem.sh new file mode 100755 index 00000000..bc7f7592 --- /dev/null +++ b/tools/TODATE.flashmem.sh @@ -0,0 +1,12 @@ +#!/bin/bash +## EXPLORE SWARM MAPNS +echo "World UMAPS" +cat ~/.zen/tmp/swarm/12D*/UPLANET/__/_*_*/_*.?_*.?/_*.??_*.??/_index.html + + +echo "World SECTORS" +cat ~/.zen/tmp/swarm/12D*/UPLANET/SECTORS/_*_*/_*.?_*.?/_index.html + + +echo "World REGIONS" +cat ~/.zen/tmp/swarm/12D*/UPLANET/REGIONS/_*_*/_index.html