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