diff --git a/ANA/Readme.md b/ANA/Readme.md index aacea74..4c52088 100644 --- a/ANA/Readme.md +++ b/ANA/Readme.md @@ -3,6 +3,7 @@ If you are exhausted with the actual Feodal Internet... If you want to join and build a P2P Digital Cyberspace, made and own by everyone. You are at the right place +[Do you want to join Swarm#0](https://git.p2p.legal/axiom-team/astroport#installation) ? It as a swarm of Nodes spread accross Internet networks. Each loading a fat stack protocol layer made with + DUNITER Blockchain G1 for Libre money co-creation based on Humans diff --git a/zen/ipfs_SWARM_refresh.sh b/zen/ipfs_SWARM_refresh.sh index 9b2e537..8f81104 100755 --- a/zen/ipfs_SWARM_refresh.sh +++ b/zen/ipfs_SWARM_refresh.sh @@ -38,7 +38,7 @@ echo "I am $ipfsnodeid" cd ~/ # PUBLISH NODE ipfs shared data to swarm -[[ ! -d ~/.zen/ipfs ]] && echo "ERROR please create ~/.zen/ipfs/" && exit 1 +[[ ! -d ~/.zen/ipfs ]] && echo "ERROR : ~/.zen/ipfs/ NOT FOUND" && exit 1 IWALLETS=$(ipfs add -rHq ~/.zen/ipfs | tail -n 1) NODEIPNS=$(ipfs name publish --quieter /ipfs/$IWALLETS) diff --git a/zen/nextcloud_SWARM_share.sh b/zen/nextcloud_SWARM_share.sh index 884a533..def3206 100755 --- a/zen/nextcloud_SWARM_share.sh +++ b/zen/nextcloud_SWARM_share.sh @@ -15,9 +15,11 @@ ipfsnodeid=$(ipfs id -f='\n') [[ ! -f ~/.ssb/secret.dunikey ]] && $MY_PATH/tools/secret2dunikey.sh g1pub=$(cat ~/.ssb/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2) +# ADDING A FILE +# ipfs files cp /ipfs/ /nextcloud/ + # ipfs files ls /nextcloud # ipfs files stat /nextcloud/filename - ## LOG INTO SSB ??? TODO # sbotc publish '{"type":"zenlog","text":"'"$ME"'"}' diff --git a/zen/ssb_IPFS_swarm.sh b/zen/ssb_IPFS_swarm.sh index 568e91f..90aaf8b 100755 --- a/zen/ssb_IPFS_swarm.sh +++ b/zen/ssb_IPFS_swarm.sh @@ -62,3 +62,4 @@ for SSBFRIEND in $(cat /tmp/ssb-friends.txt); do done +ipfs swarm peers diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index abab761..52e823a 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -84,7 +84,7 @@ export PATH=$PATH:~/.local/bin if [[ ! $(which silkaj) ]]; then sudo apt update || true libzzz=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium2) - sudo apt install build-essential jq $libzzz -y + sudo apt install build-essential qrencode jq $libzzz -y sudo apt install python3-pip python3-setuptools python3-wheel -y sudo pip3 install base58 pip3 install silkaj --user