Page MenuHomePhabricator

Update seeds
ClosedPublic

Authored by jasonbcox on Dec 5 2019, 19:08.

Details

Reviewers
deadalnix
Fabien
Group Reviewers
Restricted Project
Commits
rSTAGING91689edf6526: Update seeds
rABC91689edf6526: 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

Diff Detail

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