Page MenuHomePhabricator

Update seeds
ClosedPublic

Authored by jasonbcox on Aug 15 2019, 19:04.

Details

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

Diff Detail

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