Page MenuHomePhabricator

Updated seeds
ClosedPublic

Authored by jasonbcox on Jul 25 2019, 17:03.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rSTAGINGf8cbc0e2b439: Updated seeds
rABCf8cbc0e2b439: Updated seeds
Summary

See title.

Test Plan
make check

# Sanity check that new peers can be connected to.
# This is not robust, but will do until this is automated.

bitcoind
git diff HEAD~ ./nodes_main.txt | grep "^+[0-9]" | cut -c 2- | xargs printf 'addnode=%s\n' >> ~/.bitcoin/bitcoin.conf
bitcoin-cli getpeerinfo | grep "addr\": \""

bitcoind --testnet
git diff HEAD~ ./nodes_test.txt | grep "^+[0-9]" | cut -c 2- | xargs printf 'addnode=%s\n' >> ~/.bitcoin/bitcoin.conf
bitcoin-cli --testnet getpeerinfo | grep "addr\": \""

Diff Detail

Repository
rABC Bitcoin ABC
Branch
seeds
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6969
Build 11985: Bitcoin ABC Buildbot (legacy)
Build 11984: arc lint + arc unit