Skip to content

Commit

Permalink
Update addpeers_2.0.sh
Browse files Browse the repository at this point in the history
Adding link to original source, removing donation information.
  • Loading branch information
Phlogi authored Jul 30, 2020
1 parent b97d34b commit ae09d50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/addpeers_2.0.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
#!/bin/bash

# Original source: https://gist.github.com/utdrmac/2125a8514960e163837e86bc934f19b6
#
# This is a helper script for adding more peers to an already
# running tezos-node. It first queries for, and adds all
# foundation nodes, then queries tzscan's API for more peers and
# adds them as well.
#
#
# The tezos-admin-client binary will output 'Error' messages in
# most cases, even when already connected to a peer.
#
# Be sure to install jq and configure the TZPATH variable below
# [yum|apt] install jq
#
# If you found this script helpful, send a tip to:
# - https://tezosbakery.ch/ tz1fZ767VDbqx4DeKiFswPSHh513f51mKEUZ (updated, fixed version)
#
# Assumptions:
# - tezos commands must be in the users PATH directory
# - following commands are available on your system: dig (dnsutils package on debian), jq, curl
Expand Down

0 comments on commit ae09d50

Please sign in to comment.