From 4b11c248ebd7c124c6f0b4be77d5b798d4625172 Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 4 Dec 2020 23:31:28 +0100 Subject: [PATCH] oasis default bootstrap new ID 12D3KooWBYme2BsNUrtx4mEdNX6Yioa9AV7opWzQp6nrPs6ZKabN --- .install/ipfs_alone.sh | 8 ++++---- ISOconfig.sh | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index 1ba6008..e7735d7 100755 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -213,10 +213,10 @@ ipfs config --json Experimental.P2pHttpProxy true ######### MAKE DEFAULT BOOTSTRAP TO oasis.astroport.com ########### ipfs bootstrap rm --all -ipfs bootstrap add /dnsaddr/oasis.astroport.com/tcp/4001/ipfs/12D3KooWFL6pWAFxqMghbseuZZhmnejLGYk1pS2GvgXKgic5ydwF -ipfs bootstrap add /ip4/51.15.166.54/tcp/4001/p2p/12D3KooWFL6pWAFxqMghbseuZZhmnejLGYk1pS2GvgXKgic5ydwF -ipfs bootstrap add /ip4/51.15.166.54/udp/4001/quic/p2p/12D3KooWFL6pWAFxqMghbseuZZhmnejLGYk1pS2GvgXKgic5ydwF -ipfs bootstrap add /ip6/fe80::208:a2ff:fe0c:20d8/tcp/4001/p2p/12D3KooWFL6pWAFxqMghbseuZZhmnejLGYk1pS2GvgXKgic5ydwF +ipfs bootstrap add /dnsaddr/oasis.astroport.com/tcp/4001/ipfs/12D3KooWBYme2BsNUrtx4mEdNX6Yioa9AV7opWzQp6nrPs6ZKabN +ipfs bootstrap add /ip4/51.15.166.54/tcp/4001/p2p/12D3KooWBYme2BsNUrtx4mEdNX6Yioa9AV7opWzQp6nrPs6ZKabN +ipfs bootstrap add /ip4/51.15.166.54/udp/4001/quic/p2p/12D3KooWBYme2BsNUrtx4mEdNX6Yioa9AV7opWzQp6nrPs6ZKabN +ipfs bootstrap add /ip6/fe80::208:a2ff:fe0c:20d8/tcp/4001/p2p/12D3KooWBYme2BsNUrtx4mEdNX6Yioa9AV7opWzQp6nrPs6ZKabN ########################################### # TODO: ADD some other bootstrap NODES ########################################### diff --git a/ISOconfig.sh b/ISOconfig.sh index 1349e92..b14ba21 100644 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -66,9 +66,11 @@ mv /tmp/config.ipfs ~/.ipfs/config echo "IPFS_SYNC_DIR=$IPFS_sync_directory" > ~/.zen/ipfs.sync # CREATE gchange+ profile -# cd ~/.zen/astroport/zen/jaklis -# ./jaklis.py --key "~/.zen/secret.dunikey" --node "https://data.gchange.fr" set --name "$g1_profil" --avatar "~/.zen/astroport/logo.png" -# ERROR +cd ~/.zen/astroport/zen/jaklis +./jaklis.py set --name "$(hostname)" --avatar "$HOME/.zen/astroport/logo.png" + +# BECOME FRIEND with oasis +./jaklis.py like -p 6Wjem2gFeTRDBz9UvxxS1reVnDhNnjwny6AJJjTC5hDK -s 5 echo "Restart IPFS" sudo service ipfs restart