# CONTAINS AUTOMATIC BOOTSTRAP (PUB) NODES

# ADD YOUR IN ORDER TO START YOUR HOW SWAM SQUELETON
This commit is contained in:
qo-op 2020-12-22 18:21:41 +01:00
parent 65344555b3
commit 7980d8a1e8
2 changed files with 19 additions and 0 deletions

2
A_boostrap_nodes.txt Normal file
View File

@ -0,0 +1,2 @@
2jQUH4HfHxdTesjCjvMCx1VJgA5AnpuvrWRq1swfRdsS

17
zen/ipfs_BOOTSTRAP_me.sh Normal file
View File

@ -0,0 +1,17 @@
#!/bin/bash
########################################################################
# Author: Fred (support@qo-op.com)
# Version: 2020.12.22
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
########################################################################
# Auto maticaly accept incoming frendship sending back 3 stars like
# AstrXbian NODE running it starts acting like a "SSB" PUB
# Best using 24/24 public IP node + 1 TB
for liking_me in $(/home/$YOU/.zen/astrXbian/zen/jaklis/jaklis.py like | jq -r '.likes[].issuer')
do
echo "SENDING 3 STARS to $liking_me"
/home/$YOU/.zen/astrXbian/zen/jaklis/jaklis.py like -p $liking_me -s 3
echo "Our SWARM will join during ipfs_SWARM_refresh.sh RUN"
done