From a41086043385e821c0340e0886a7c5175a1f490e Mon Sep 17 00:00:00 2001 From: lns Date: Thu, 5 May 2022 13:04:44 +0200 Subject: Added Edgecast and Cachefly CDNs. * Improved ASN update script * Ran `utils/update_every_lists.sh' * `tests/do.sh.in' prints the amount of failed pcap(s) * `utils/asn_update.sh' prints the amount of failed download(s) Signed-off-by: lns --- utils/bitcoinnodes.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/bitcoinnodes.sh') diff --git a/utils/bitcoinnodes.sh b/utils/bitcoinnodes.sh index cfc6b3e1a..03fbedd14 100755 --- a/utils/bitcoinnodes.sh +++ b/utils/bitcoinnodes.sh @@ -3,6 +3,8 @@ # List all the current bittorrent nodes # +set -e + # NOTE: JQ can be found at https://stedolan.github.io/jq/ curl -s -H "Accept: application/json; indent=4" https://bitnodes.io/api/v1/snapshots/latest/ | jq -r '.nodes|keys[] as $k | "\($k)"' | grep -v onion | grep -v ']' | cut -d ':' -f 1 -- cgit v1.2.3