HomePhabricator

Description

Update seeds

Summary: See title.

Test Plan:
make check

TOTAL=$(cat nodes_main.txt | wc -l); NUM=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
94.2% connectivity from my local machine

TOTAL=$(cat nodes_test.txt | wc -l); NUM=$(./test-seeds.sh --testnet < nodes_test.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
100% connectivity from my local machine

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D4504

Details

Provenance
jasonbcoxAuthored on Nov 21 2019, 17:52
jasonbcoxPushed on Nov 21 2019, 23:48
Reviewer
Restricted Project
Differential Revision
D4504: Update seeds
Parents
rABC8a31c2afd39f: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functions returning bool
Branches
Unknown
Tags
Unknown