ADD $bootnode TO BOOTSTRAP

This commit is contained in:
qo-op 2021-05-10 23:10:31 +02:00
parent a48d536bd2
commit 40d4ab18a8
1 changed files with 2 additions and 2 deletions

View File

@ -267,11 +267,11 @@ ipfs config Datastore.StorageMax $diskSize
ipfs config --json Experimental.Libp2pStreamMounting true ipfs config --json Experimental.Libp2pStreamMounting true
ipfs config --json Experimental.P2pHttpProxy true ipfs config --json Experimental.P2pHttpProxy true
# EMPTY IPFS BOOTSTRAP - Gchange+ friends sends ipfstryme message ########### # CREATE IPFS BOOTSTRAP ###########
ipfs bootstrap rm --all ipfs bootstrap rm --all
for bootnode in $(cat ~/.zen/astrXbian/A_boostrap_nodes.txt | grep -Ev "#") # remove comments for bootnode in $(cat ~/.zen/astrXbian/A_boostrap_nodes.txt | grep -Ev "#") # remove comments
do do
## ADD TO BOOTSTRAP ## ADD $bootnode TO BOOTSTRAP
ipfs bootstrap add $bootnode ipfs bootstrap add $bootnode
done done