2
Bitcoin implements both a peer-to-peer synchronization protocol (normally on port 8333) and a JSON-RPC API (normally on port 8332).
- What are these designed to accomplish?
- If I'm trying to implement a wallet that doesn't need bitcoind to be installed to work, which one should I use?
- What existing libraries implement the low-level details of these protocols?
Related: