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
jasonbcoxPushed on Dec 5 2019, 22:52
Reviewer
Restricted Project
Differential Revision
D4652: Update seeds
Parents
rABC770bceebc841: Update manpages for 0.20.8 release
Branches
Unknown
Tags
Unknown