HomePhabricator

Updated seeds

Description

Updated 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.8% 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
94.7% connectivity from my local machine

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, Fabien

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

Details

Provenance
jasonbcoxAuthored on Nov 7 2019, 22:48
jasonbcoxPushed on Nov 8 2019, 17:07
Reviewer
Restricted Project
Differential Revision
D4411: Updated seeds
Parents
rABC947c1bc5e02b: Added a release note regarding builds needing python 3.5
Branches
Unknown
Tags
Unknown