HomePhabricator

Description

Update seeds

Summary: See title.

Test Plan:
Script from D3809:

T=$(cat nodes_main.txt | wc -l); N=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $N / $T" | bc
84% of mainnet seed nodes successfully connected on my machine

T=$(cat nodes_test.txt | wc -l); N=$(./test-seeds.sh --testnet < nodes_test.txt | wc -l); echo "scale=3; $N / $T" | bc
81% of testnet seed nodes successfully connected on my machine

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, Fabien

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

Details

Provenance
jasonbcoxAuthored on Aug 15 2019, 17:14
jasonbcoxPushed on Aug 15 2019, 20:36
Reviewer
Restricted Project
Differential Revision
D3883: Update seeds
Parents
rABC94fef364245a: Added some more release notes for 0.20.0
Branches
Unknown
Tags
Unknown