a new day of freedom

This commit is contained in:
fred 2023-03-04 00:22:08 +01:00
parent 31ba8c9552
commit e16d200333
4 changed files with 11 additions and 7 deletions

View File

@ -199,8 +199,8 @@ for PLAYER in ${PLAYERONE[@]}; do
echo $MOATS > ~/.zen/game/players/$PLAYER/ipfs/moa/.moats
echo "================================================"
echo "$PLAYER : $myIPFS/ipns/$ASTRONAUTENS"
echo " = /ipfs/$TW"
echo " MAJ TW $PLAYER : = /ipfs/$TW"
echo " $myIPFSGW/ipns/$ASTRONAUTENS"
echo "================================================"
######################### PLAYER_feed

View File

@ -21,7 +21,7 @@ MOATS="$2"
ASTRONS=$(cat ~/.zen/game/players/${PLAYER}/.playerns 2>/dev/null)
## REFRESH ASTRONAUTE TW
ASTRONAUTENS=$(ipfs key list -l | grep ${PLAYER} | cut -d ' ' -f1)
ASTRONAUTENS=$(ipfs key list -l | grep -w ${PLAYER} | cut -d ' ' -f1)
[[ ! $ASTRONAUTENS ]] && echo "WARNING No ${PLAYER} in keystore --" && ASTRONAUTENS=$ASTRONS
[[ ! $ASTRONAUTENS ]] && echo "Missing ${PLAYER} IPNS KEY - CONTINUE --" && exit 1
@ -108,14 +108,16 @@ do
##################################
## TODO JOIN WITH FRIENDS JSONS
################################## MOA MAINTENANT
echo ">>> MOA § $myIPFS/$VOEUNS/_${PLAYER}.tiddlers.json"
echo ">>> EXPORT [tag[G1${WISHNAME}]!tag[G1Voeu]] § $myIPFSGW/$VOEUNS/_${PLAYER}.tiddlers.json"
tiddlywiki --load $INDEX \
--output ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/${WISHNAME} \
--render '.'_ ${PLAYER}'.tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[tag[G1'${WISHNAME}']!tag[G1Voeu]]'
##################################
## MAKE EARTH MAP TILES
echo
echo "DEBUG : s~_LIBRA_~$(myIpfsGw)~g s~_G1VOEU_~${WISHNAME}~g s~_PLAYER_~${PLAYER}~g s~_VOEUNS_~${VOEUNS}~g s~_ASTRONAUTENS_~${ASTRONAUTENS}~g"
echo
##################################
cat $MY_PATH/../www/PasseportTerre/index.html \
| sed -e "s~_LIBRA_~$(myIpfsGw)~g" \

View File

@ -4,11 +4,13 @@ ipfs stats dht wan
for bootnode in $(cat ~/.zen/Astroport.ONE/A_boostrap_nodes.txt | grep -Ev "#");
do
echo
ipfsnodeid=${bootnode##*/}
ipfs swarm peers | grep $bootnode
ipfs ping -n 3 $bootnode
[ $? = 0 ] && ipfs swarm connect $bootnode \
|| echo "BAD NODE $bootnode"
ipfs swarm peers | grep $bootnode
echo "*****"
done

View File

@ -103,9 +103,9 @@
<div class="subtitle">One Planet</div>
<div id="demo">
<div id="description">
<h3>ENTER Web3</h3>
<h3>ENTER THE GAME</h3>
<h2>Install <a href="https://cesium.app">Cesium</a>. Be the GAME !</h2>
<h2>Install <a href="https://cesium.app">Cesium</a> !</h2>
<p><a href="https://ipfs.copylaradio.com/ipns/_ASTRONAUTENS_">
<img src="/ipfs/QmWUpjGFuF7NhpXgkrCmx8Tbu4xjcFpKhE7Bsvt6HeKYxu/g1ticket_qrcode.png" width=65%>
</a></p>