astrXbian/zen/ipns_TAG_refresh.sh

272 lines
14 KiB
Bash
Raw Normal View History

2020-12-12 01:26:39 +01:00
#!/bin/bash
########################################################################
# Author: Fred (support@qo-op.com)
# Version: 2020.04.28
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
########################################################################
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
########################################################################
# \\///
# qo-op
############# '$MY_PATH/$ME'
########################################################################
# ex: ./'$ME'
# SYNC IPFS SWARM PEERS SHARED DATA .12D3KooW****
########################################################################'
########################################################################
# ENVIRONEMENT DETECTION + IPFS ~/.zen/ipfs/.$IPFSNODEID/G1SSB/_info
########################################################################
2021-06-03 02:53:56 +02:00
IPFSNODEID=$(ipfs --timeout=5s id -f='<id>\n')
2020-12-12 01:26:39 +01:00
[[ $IPFSNODEID == "" ]] && echo "ERROR missing IPFS Node id !! IPFS is not installed !?" && exit 1
########################################################################
[[ ! -f ~/.zen/secret.dunikey ]] && exit 1
G1PUB=$(cat ~/.zen/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2)
2020-12-12 01:26:39 +01:00
########################################################################
2021-06-16 00:37:09 +02:00
echo "## FRIENDS IPFS PINGing"
2021-06-16 01:06:01 +02:00
for g1pub in $(ls -t ~/.zen/ipfs/.$IPFSNODEID/FRIENDS/); do [[ $g1pub ]] && ipfs ping --timeout=7s -n 5 /ipfs/$(~/.zen/astrXbian/zen/tools/g1_to_ipfs.py $g1pub 2>/dev/null) 2>/dev/null; done
2021-06-16 00:37:09 +02:00
2021-06-15 20:23:07 +02:00
########################################################################
# ACTIVATE TO CONTROL SWARM STATION SAME CODE VERSION
########################################################################
## myCODE is a SECURITY about code SIMILARITY
2021-03-02 11:19:04 +01:00
## EACH NODE CAN CHECK IF ANOTHER HAS SAME IPFS CODE HASH
2021-06-15 20:23:07 +02:00
# MyCODE=$(ipfs add -rq --ignore="__pycache__" ~/.zen/astrXbian/ | tail -n 1)
# [[ ! -f ~/.zen/ipfs/.${IPFSNODEID}/.mycode ]] && echo $MyCODE > ~/.zen/ipfs/.${IPFSNODEID}/.mycode
# [[ "$(cat ~/.zen/ipfs/.${IPFSNODEID}/.mycode)" != "$MyCODE" ]] && echo $MyCODE > ~/.zen/ipfs/.${IPFSNODEID}/.mycode
# [[ "$G1PUB" == "Ee1n3hDv9vunfd6m3LW6XeYg7bnt5aaRn9EjqnBe8GNS" ]] && ipfs name publish -k mastodon $(cat ~/.zen/ipfs/.${IPFSNODEID}/.mycode)
# echo "MyCODE = $MyCODE CODE is published
# ipfs ls /ipns/k51qzi5uqu5dk1nt1pfbtgfis4bep8pcip78w30xykhgba7y7wk0xyu8nwci5m"
########################################################################
# ACTIVATE TO CONTROL SWARM STATION SAME CODE VERSION
########################################################################
echo "
2020-12-12 01:26:39 +01:00
_ _ _ _
/ \ / \ / \ / \
( I | P | N | S )
\_/ \_/ \_/ \_/
2021-06-15 20:23:07 +02:00
ZENTAG / MEDIAKEY : IPNS REFRESH
2021-03-02 18:56:33 +01:00
"
2021-03-31 01:19:41 +02:00
echo "I am /ipns/$IPFSNODEID controling and refreshing my MEDIAKEY IPNS"
########################################################################
# REFRESH IPNS SELF PUBLISH
########################################################################
~/.zen/astrXbian/zen/ipns_self_publish.sh
########################################################################
2020-12-12 01:26:39 +01:00
count=0
2021-03-17 18:17:42 +01:00
[[ ! -d ~/.zen/ipfs/.${IPFSNODEID}/KEY/ ]] && exit 0
2020-12-12 01:26:39 +01:00
## TAKE CARE OF MY KEY
2021-06-17 22:38:04 +02:00
for mediakey in $(ls ~/.zen/ipfs/.${IPFSNODEID}/KEY/); # Alternative search
2020-12-12 01:26:39 +01:00
do
2021-03-31 01:19:41 +02:00
count=$((count+1)) && echo "$count) "
2021-06-17 22:38:04 +02:00
IPNSLINK=$(ipfs key list -l | grep ${mediakey} | cut -d ' ' -f 1)
FILE_NAME=$(cat ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.ipfs.filename)
TITLE=$(cat ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.title)
2021-03-20 01:33:02 +01:00
source=$(echo $id | cut -d '_' -f 1)
2021-06-17 22:38:04 +02:00
ANNONCE=$(cat ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.gchange.ad)
## CRYPTO EXAMPLE, use natools to decrypt (could also verify signature)
2021-06-17 22:38:04 +02:00
[[ -f ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.ipfs.filelink.natools.encrypt ]] && $MY_PATH/tools/natools.py decrypt -f pubsec -k "$HOME/.zen/secret.dunikey" -i "$HOME/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.ipfs.filelink.natools.encrypt" -o "/tmp/${mediakey}_filelink.txt"
# file=$(cat /tmp/${mediakey}_filelink.txt | rev | cut -d '/' -f 1 | rev)
2021-06-15 20:16:52 +02:00
2021-06-17 22:38:04 +02:00
TUBELINK="https://tube.copylaradio.com$(cat /tmp/${mediakey}_filelink.txt)"
LOCALTUBELINK="http://127.0.0.1:8181$(cat /tmp/${mediakey}_filelink.txt)"
2021-06-16 01:06:01 +02:00
### IPNS LINK CAN EVOLVE (REFRESH EVERY 12 H TO MAINTAIN ALIVE IN THE SWARM) # TODO : Use templating
### This index.html is ipns link root, 1st welcome page for MEDIAKEY -> *** Redirect to CONTRACTS processing HERE ***
echo "<!DOCTYPE html>
<html>
<head>
<title>$TITLE in Astroport</title>
<meta charset=\"UTF-8\">
<meta http-equiv=\"Refresh\" content=\"10;URL=https://tube.copylaradio.com/ipns/$IPNSLINK/${G1PUB}/\">
<link rel='stylesheet' href='/crowdbunker.css' type='text/css' />
<link rel='icon' type='image/png' href='/astrocrowdbunker.png' />
</head>
<body>
<header>
<h6>
<a href='https://astroport.com'><span>ASTROPORT/KODI</span> × <span> DEMO</span></a>
</h6>
</header>
<main>
<article><h2>$TITLE</h2>
<a href=\"$LOCALTUBELINK\">LECTURE LOCALHOST</a>!<br><br>Lancement de la video dans 10 secondes ...<br>
<h1 class='video-title'>Essayez <a href='https://copylaradio.com'>astrXbian</a> BETA Live TEstNET</h1>
</article>
</main>
<center><br>Démonstration du service Video Club du Datacenter P2P Libre et Légal.<br>
2021-06-17 22:38:04 +02:00
<br>Les dons au portefeuille du Media (${mediakey}) rapportent à son Auteur, et payent son hébergement.
2021-06-17 23:49:53 +02:00
<br>
<br><a target='tube' href=\"https://www.gchange.fr/#/app/user/${G1PUB}/\"><img width=222 src=\"https://tube.copylaradio.com/ipns/$IPNSLINK/QR.png\"></a></center>
</body>
2021-06-17 22:38:04 +02:00
</html>" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/index.html
2021-03-01 01:53:42 +01:00
2021-03-18 02:24:41 +01:00
########################################################################
2021-06-16 01:06:01 +02:00
### Scenario are G1PUB subdivized. Thus each friend can establish own contract
2021-03-18 02:24:41 +01:00
# ~/.zen/ipfs/.${IPFSNODEID}/KEY/${INDEXPREFIX}${REFERENCE}/${G1PUB}/index.html
########################################################################
2021-06-16 01:06:01 +02:00
2021-03-18 02:24:41 +01:00
## Write KEY id (provide verification)
2021-06-17 22:38:04 +02:00
[[ ! -f ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.id ]] && echo ${mediakey} > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.id
2021-06-16 01:06:01 +02:00
## THIS MAKES FRENCH COPY RIGHT LAW RESPECT
## LOCALHOST REDIRECT FOR INTERNAL KODI DEFCON 3 (swarm.key) ASTROPORT STATION MODE
2021-06-17 22:38:04 +02:00
# echo "<meta charset=\"UTF-8\"><meta http-equiv=\"Refresh\" content=\"0;URL=http://127.0.0.1:8181$(cat /tmp/${mediakey}_filelink.txt)\">" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/index.html
# echo "<meta charset=\"UTF-8\"><meta http-equiv=\"Refresh\" content=\"0;URL=https://tube.copylaradio.com$(cat /tmp/${mediakey}_filelink.txt)\">" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/index.html
2021-06-15 20:16:52 +02:00
## TREAT OLD DATA from new_file_in_astroport.sh (LATER can be removed)
if [[ ! -f $HOME/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/MEDIAPUBKEY ]]; then
$MY_PATH/tools/natools.py privkey -f ipfs-keystore -k $HOME/.ipfs/keystore/$KEYFILE -F pubsec -o /tmp/${MEDIAKEY}.dunikey
# PubFromDunikey=$(cat /tmp/${MEDIAKEY}.dunikey | grep "sec" | cut -d ' ' -f2 | base58 -d | tail -c+33 | base58)
PubFromDunikey=$(cat /tmp/${MEDIAKEY}.dunikey | grep "pub" | cut -d ' ' -f2)
echo "$PubFromDunikey" > $HOME/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/MEDIAPUBKEY
fi
MEDIAPUBKEY=$(cat $HOME/.zen/ipfs/.${IPFSNODEID}/KEY/${MEDIAKEY}/MEDIAPUBKEY)
2021-07-01 00:47:13 +02:00
BALANCE=$(~/.zen/astrXbian/zen/jaklis/jaklis.py balance ${MEDIAPUBKEY})
2021-06-16 01:06:01 +02:00
## DEMO PERIOD
2021-07-01 00:47:13 +02:00
## NICE FINAL STREAMING PAGE # TODO ACTIVATE DOWNLOAD FOR AVI or MKV
2021-06-21 00:41:21 +02:00
FILETYPE="${LOCALTUBELINK##*.}"
MIMETYPE="video/$FILETYPE" && HTMLTAG="video"
[[ "$FILETYPE" == "avi" ]] && MIMETYPE="video/x-msvideo"
[[ "$FILETYPE" == "mkv" ]] && MIMETYPE="video/x-matroska"
[[ "$FILETYPE" == "mp3" ]] && MIMETYPE="audio/mpeg" ]] && HTMLTAG="audio"
2021-06-15 20:16:52 +02:00
echo "<!DOCTYPE html>
<html>
<head>
2021-06-16 02:44:57 +02:00
<title>$TITLE in Astroport</title>
2021-06-15 20:16:52 +02:00
<meta charset=\"UTF-8\">
2021-06-16 00:37:09 +02:00
<link rel='stylesheet' href='/crowdbunker.css' type='text/css' />
2021-06-15 20:16:52 +02:00
<link rel='icon' type='image/png' href='/astrocrowdbunker.png' />
</head>
<body>
<header>
<h6>
2021-06-16 02:44:57 +02:00
<a href='https://copylaradio.com'><span>astrXbian</span> × <span> DEMO</span></a>
2021-06-15 20:16:52 +02:00
</h6>
</header>
<main>
<article>
2021-06-21 00:41:21 +02:00
<$HTMLTAG controls>
<source src=\"$TUBELINK\" type=\"$MIMETYPE\">
</$HTMLTAG>
<h1 class='video-title'>$TITLE ($MIMETYPE)</h1>
2021-06-15 20:16:52 +02:00
</article>
</main>
2021-06-21 00:54:42 +02:00
<center><br>Ce fichier possède un G1 portefeuille qui permet de payer son hébergement ( 1 Zen / Mo / Bootstrap ).
<br>Faire un don permet de conserver cette version de ${mediakey} en ligne et aussi de récompenser son Auteur!<br>
2021-06-16 00:37:09 +02:00
<br>
2021-07-01 01:35:11 +02:00
<br><img width=222 src=\"https://tube.copylaradio.com/ipns/$IPNSLINK/QR.png\"><br>${MEDIAPUBKEY} = ${BALANCE} ZEN
2021-06-30 23:55:18 +02:00
<br><img src=\"https://g1sms.fr/g1barre/image.php?pubkey=${MEDIAPUBKEY}&amp;target=1000&amp;title=DONS%20%${mediakey}&amp;node=g1.duniter.org&amp;start_date=2021-06-21&amp;display_pubkey=true&amp;display_qrcode=true&amp;progress_color=ff07a4\">
<br><br>1 G1 = 100 Zen</center>
2021-06-15 20:16:52 +02:00
</body>
2021-06-17 22:38:04 +02:00
</html>" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/index.html
2021-03-31 01:19:41 +02:00
if [[ "$source" == "YOUTUBE" ]]
then
2021-04-08 04:22:31 +02:00
echo "$source"
2021-04-08 04:11:46 +02:00
# mutiTUBE - activate .views.counter
2021-06-17 22:38:04 +02:00
# echo "<meta http-equiv=\"Refresh\" content=\"0;URL=https://tube.copylaradio.com/ipns/$IPNSLINK/${G1PUB}/go\">" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/index.html
2021-04-08 04:11:46 +02:00
# TODO go/index.php from nginx proxy acting act as gateway (= Easy Round robin DNS tube.copylaradio.com is dynamic IP swap swarm nodes from node performance...)
fi
2021-03-31 01:19:41 +02:00
# ln -s /$HOME/.zen/astrXbian/www /var/www/astrxbian
2021-06-17 22:38:04 +02:00
# Testez vos application à même la blockchain en la copiant dans ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/go/
2021-03-31 01:19:41 +02:00
# Proposez de l'ajouter au dépot des applications web2.0 dans ../www/
2021-06-15 20:23:07 +02:00
########################################################################
# EXAMPLE TO ACTIVATE SECURITY : FORCE SIGNATURE VERIFICATION for each sensible file
########################################################################
2021-06-17 22:38:04 +02:00
echo "~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.views.counter"
if [[ ! -f ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.views.counter.sign ]]; then
echo "0" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.views.counter
$MY_PATH/tools/natools.py sign -f pubsec -k "$HOME/.zen/secret.dunikey" -i ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.views.counter -o ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.views.counter.sign
fi
2021-06-15 20:23:07 +02:00
2021-06-17 22:38:04 +02:00
$MY_PATH/tools/natools.py verify -p "${G1PUB}" -i "$HOME/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/${G1PUB}/.views.counter.sign" -o "/tmp/verified_msg" && echo "c'est bon" || echo "c'est pas bon"
# Each time a station modify .views.counter it signs, log and timestamp then publish new IPNS to swarm.
2021-05-06 17:53:49 +02:00
# If a "faulty" blockchain appears (Mediakey collision)...
# Message are sent to warn friends they have to manualy validate data conflict and merge back their mutual chain.
2021-06-15 20:23:07 +02:00
########################################################################
2021-06-16 01:06:01 +02:00
## CHAIN & IPNS REFRESH
2021-06-15 20:23:07 +02:00
########################################################################
2021-03-31 01:19:41 +02:00
# ipfs nanochain progression
2021-06-17 22:38:04 +02:00
I=$(ipfs add -qrH ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/ | tail -n 1)
2021-06-21 00:41:21 +02:00
echo "CHAIN: $I"
2021-06-17 22:38:04 +02:00
OLDCHAIN=$(cat ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/.chain)
2021-06-21 00:41:21 +02:00
echo "OLDCHAIN: $OLDCHAIN"
2021-03-31 01:19:41 +02:00
if [[ "$OLDCHAIN" != "$I" ]] # MODIFY CHAIN only if something was changed
then
2021-06-21 00:41:21 +02:00
echo "UPDATING CHAIN"
2021-06-17 22:38:04 +02:00
echo "$(date -u +%s%N | cut -b1-13)" > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/.timestamp
echo $I > ~/.zen/ipfs/.${IPFSNODEID}/KEY/${mediakey}/.chain
2021-03-31 01:19:41 +02:00
fi
2021-06-21 00:41:21 +02:00
echo "${mediakey} NAME PUBLISHING "
# KEY ZenTag IPNS name publish
2021-06-17 22:38:04 +02:00
J=$(ipfs name publish -k ${mediakey} --quieter /ipfs/${I})
2020-12-12 01:26:39 +01:00
echo "$id REFRESHED https://tube.copylaradio.com/ipns/$J"
2021-06-15 20:23:07 +02:00
########################################################################
########################################################################
2020-12-12 01:26:39 +01:00
done
2021-06-15 20:23:07 +02:00
########################################################################
########################################################################
## TAKE CARE OF PIN CREATED THROUGH autoPINfriends.sh
## Then refresh MEDIAKEY IPNS/IPFS RELATION
## CORRECT ISSUE : https://git.p2p.legal/axiom-team/astrXbian/issues/25
2021-06-15 20:23:07 +02:00
########################################################################
for ipnslink in $(ls ~/.zen/PIN/*/IPNSLINK); do
ipnsid=$(cat $ipnslink)
ipfsid=$(echo $ipnslink | cut -d '/' -f 6)
mediakey=$(cat ~/.zen/PIN/${ipfsid}/MEDIAKEY)
2021-06-29 03:08:47 +02:00
[[ ! $(ipfs key list | grep ${mediakey}) ]] && echo "ERROR MISSING MEDIAKEY" && continue
## GET ACTUAL IPNS .chain VALUE
2021-06-16 01:24:02 +02:00
actual=$(ipfs --timeout 12s cat /ipns/$ipnsid/.chain)
## PUBLISH IT
2021-06-29 03:08:47 +02:00
if [[ $actual != "" ]]; then
echo "${mediakey} : STATION DHT ONLINE"
ipfs --timeout 20s name publish -k ${mediakey} --quieter /ipfs/${actual}
echo "${actual}" > ~/.zen/PIN/$ipfsid/ACTUAL
else
echo "${mediakey} : STATION OFFLINE"
[[ -f ~/.zen/PIN/$ipfsid/ACTUAL ]] && actual=$(cat ~/.zen/PIN/$ipfsid/ACTUAL) || continue
ipfs --timeout 20s name publish -k ${mediakey} --quieter /ipfs/${actual}
fi
echo "PUBLISH https://tube.copylaradio.com/ipns/$ipnsid TO /ipfs/$actual"
actual=""
done
2021-03-31 01:19:41 +02:00
2021-06-15 20:23:07 +02:00
########################################################################
########################################################################
########################################################################
2021-03-18 02:24:41 +01:00
# ACTIVATION MONNAIES LIBRES EQUIBIBREES
# En relatif M/N :
# DU(t+1)=(DU+c²)/r
# S(t+1)=(S+DU)/r
# M(t+1)=N (et oui, si vous regardez les formules, on na pas besoin de M :slight_smile: On a donc pas besoin de stocker M !)
# r=(1+DU)*N/N(t+1) (diviser par r, cest multiplier par [N(t+1)/N]/(1+DU), qui prend en compte la variation de N)
# Chaque joueur démarre à 100 LOVE au début du JEu. DU = 100 LOVE.
# Le compteur de DU de chacun converge chaque jour vers 100 LOVE (prélevant au fort pour redistribuer aux faibles)
# amortis temporellement par C² (adapté à la durée de vie moyenne des joueurs de chaque essaim !!).
# Cela ressemble à circuit résonant (RLC) amortis par la durée de vie?!
# https://forum.monnaie-libre.fr/t/etude-commencer-a-la-moyenne/15231/34?u=qoop
# https://forum.monnaie-libre.fr/t/formules-en-referentiel-du-et-m-n/10417