HomePhabricator

Updated seeds

Description

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\": \""

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3744

Details

Provenance
jasonbcoxAuthored on Jul 25 2019, 16:42
jasonbcoxPushed on Jul 25 2019, 18:21
Reviewer
Restricted Project
Differential Revision
D3744: Updated seeds
Parents
rABCdb8ac1be82e3: Update manpages for 0.19.11 release
Branches
Unknown
Tags
Unknown