This commit is contained in:
qo-op 2020-05-04 16:30:43 +02:00
parent 3925655d98
commit d8ebcf65de
5 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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)

View File

@ -15,9 +15,11 @@ ipfsnodeid=$(ipfs id -f='<id>\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/<cid> /nextcloud/
# ipfs files ls /nextcloud
# ipfs files stat /nextcloud/filename
## LOG INTO SSB ??? TODO
# sbotc publish '{"type":"zenlog","text":"'"$ME"'"}'

View File

@ -62,3 +62,4 @@ for SSBFRIEND in $(cat /tmp/ssb-friends.txt); do
done
ipfs swarm peers

View File

@ -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