Skip to content

Files

Latest commit

 

History

History
19 lines (13 loc) · 939 Bytes

p2p.adoc

File metadata and controls

19 lines (13 loc) · 939 Bytes

P2P

Tip
This section has been updated to Bitcoin Core @ v23.0

With bitcoin we are seeking to create a permissionless network in which anyone can make a bitcoin transaction. Anybody should be free and able to run a node and join the network.

The Bitcoin P2P network serves 3 purposes:

Although these three purposes share the same network, they have different design goals and properties. Transaction relay is optimized for a combination of redundancy/robustness to peer misbehaviour as well as bandwidth minimization, while block relay is optimized to minimize delay.