Jon Atack
Jon Atack
Alongside Tor and I2P, [CJDNS](https://github.com/cjdelisle/cjdns) is a complementary option supported by Bitcoin Core since v23 that can enhance network redundancy and robustness for both the Bitcoin peer-to-peer network and individual...
Alongside Tor and I2P, [CJDNS](https://github.com/cjdelisle/cjdns) is a complementary option supported by Bitcoin Core since v23 that can enhance network redundancy and robustness for both the Bitcoin peer-to-peer network and individual...
While creating and verifying fresh addresses today, noticed it would be helpful to see the address type in RPC getaddressinfo. Also extracted repeated help docs to a utility helper. Will...
Running `test_bitcoin --help` prints the list of arguments that may be passed, not the list of tests, so fix that. An optional second commit improves the clarity and organization of...
Been using this since May 2023. - add a peer services column (considered displaying the p2p_v2 flag as "p" or "2"; proposing "2" here for continuity with the "v" column,...
These are required for legal use, and also per BIP-2, and they avoid user confusion as seen in https://github.com/bitcoin/bips/pull/1395#issuecomment-2393915807. Choice of MIT license per BIP author feedback in https://github.com/bitcoin/bips/pull/1395#issuecomment-2393930721. The...
Add a "total" field in RPC getbalances to be able to easily see the total amount held in the wallet, and use that field for the wallet balances in CLI...
When an addnode peer is disconnected by our IBD headers/blocks download timeout or stalling logic, `ThreadOpenAddedConnections` attempts to immediately reconnect it (unless "onetry" was passed to the addnode RPC) up...
BIP 129 requires several prerequisite BIPs, so state them in a "Requires" header.
to clarify the relationship between BIPs 20 and 21.