See title. Note that these seeds still include 0.19.x nodes because the number of high-uptime 0.20.x nodes is still too low.
Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING2f6b0e6eb1ac: Update seeds
rABC2f6b0e6eb1ac: Update seeds
make check
TOTAL=$(cat nodes_main.txt | wc -l); NUM=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
Mainnet, percent of nodes with connectivity before this patch: 83.0%
Mainnet, percent of nodes with connectivity after this patch: 88.1%
TOTAL=$(cat nodes_test.txt | wc -l); NUM=$(./test-seeds.sh --testnet < nodes_test.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
Testnet, percent of nodes with connectivity before this patch: 75.7%
Testnet, percent of nodes with connectivity after this patch: 86.6%
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- updateseeds
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7735 Build 13509: Bitcoin ABC Buildbot (legacy) Build 13508: arc lint + arc unit