RALENTIR DEMARRAGE STATIONS NON BOOTSTRAP

This commit is contained in:
qo-op 2021-05-22 00:45:40 +02:00
parent cadde5cc5b
commit 2ffd894d72
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ sleep 10
ipfs bootstrap rm --all
for bootnode in $(cat ~/.zen/astrXbian/A_boostrap_nodes.txt | grep -Ev "#") # remove comments
do
ipfsnodeid=${bootnode##*/}
[[ "$ipfsnodeid" != "$IPFSNODEID" ]] && sleep 20 ## RALENTIR DEMARRAGE STATIONS NON BOOTSTRAP
## ADD $bootnode TO BOOTSTRAP
ipfs bootstrap add $bootnode
done