Friday, September 20, 2024

terminology – What are Bitcoin purchasers, servers, nodes and friends

Consumer

A consumer sometimes is a sort of participant or position in a distributed software construction referred to as client-server. Purchasers talk with servers and never with different purchasers.

client-server
Supply

Server

Servers primarily talk with purchasers and never with different servers. When servers talk with different servers they could use a distinct protocol (e.g. SMTP as an alternative of IMAP/POP) or in any other case act as a consumer as an alternative of as a server in that relationship.

Node or Peer

A node is a peer in a peer-to-peer community. The concept right here is that each one friends have the identical position and tasks. Their roles will not be differentiated.

peer-to-peer
Supply


Bitcoin

The Bitcoin community was designed as a peer-to-peer community. Not as a client-server community.

Bitcoin core

Strictly talking, calling a program equivalent to bitcoin-qt a consumer is misusing client-server terminology for peer-to-peer distributed-application construction.

bitcoind is a server (for the RPC API) however word that bitcoin-qt is not a consumer for bitcoind at current.

bitcoind and bitcoin-qt are each nodes or friends with respect to the peer-to-peer Bitcoin community protocol. Each are servers (not purchasers) with respect to the network-accessible client-server RPC API. bitcoin-cli is a consumer for that.

See associated query about constituent applications of Bitcoin Core

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles