HomePhabricator

Description

Update seeds

Summary: See title.

Test Plan:
ninja check

TOTAL=$(cat nodes_main.txt | wc -l); NUM=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
92.1% 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/D4652

Details

Provenance
jasonbcoxAuthored on Dec 5 2019, 19:04
nakihitoPushed on Dec 6 2019, 18:36
Reviewer
Restricted Project
Differential Revision
D4652: Update seeds
Parents
rSTAGING770bceebc841: Update manpages for 0.20.8 release
Branches
Unknown
Tags
Unknown
References
tag: phabricator/base/14688, tag: phabricator/base/14686, tag: phabricator/base/14685, tag: phabricator/base/14682, tag: phabricator/base/14677