From 40d4ab18a8d4b513cbcfa983cb8d29f57e678410 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 10 May 2021 23:10:31 +0200 Subject: [PATCH] ADD $bootnode TO BOOTSTRAP --- ISOconfig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ISOconfig.sh b/ISOconfig.sh index 3c3d885..a06d8f8 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -267,11 +267,11 @@ ipfs config Datastore.StorageMax $diskSize ipfs config --json Experimental.Libp2pStreamMounting true ipfs config --json Experimental.P2pHttpProxy true -# EMPTY IPFS BOOTSTRAP - Gchange+ friends sends ipfstryme message ########### +# CREATE IPFS BOOTSTRAP ########### ipfs bootstrap rm --all for bootnode in $(cat ~/.zen/astrXbian/A_boostrap_nodes.txt | grep -Ev "#") # remove comments do - ## ADD TO BOOTSTRAP + ## ADD $bootnode TO BOOTSTRAP ipfs bootstrap add $bootnode done