Page MenuHomePhabricator

Update seeds
ClosedPublic

Authored by jasonbcox on Oct 24 2019, 22:32.

Details

Reviewers
deadalnix
Fabien
Group Reviewers
Restricted Project
Commits
rSTAGING96ee68a28d25: Update seeds
rABC96ee68a28d25: Update seeds
Summary

Last time, we included both 0.19.x and 0.20.x nodes, but this time we have enough 0.20.x nodes to start serving only those by default.

Test Plan

make

TOTAL=$(cat nodes_main.txt | wc -l); NUM=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
96.0% 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
92.8% connectivity from my local machine

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable