Skip to content

Commit

Permalink
add comments to addseednodes
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jul 4, 2024
1 parent 5344894 commit 5126567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/standalone/install.i2pd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ if [ "$1" = "addseednodes" ]; then

i2pSeedNodeList=$(curl -sS https://raw.githubusercontent.com/bitcoin/bitcoin/master/contrib/seeds/nodes_main.txt | grep .b32.i2p:0)
for i2pSeedNode in ${i2pSeedNodeList}; do
echo "# Add i2p seed node: ${i2pSeedNode} by running:"
echo "bitcoin-cli addnode $i2pSeedNode onetry"
sudo -u bitcoin /home/bitcoin/bitcoin/bitcoin-cli addnode "$i2pSeedNode" "onetry"
done

Expand Down

0 comments on commit 5126567

Please sign in to comment.