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