See title.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGf8cbc0e2b439: Updated seeds
rABCf8cbc0e2b439: Updated seeds
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
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable