Home
»
Glossary
»
Remote Procedure Call (RPC)

Remote Procedure Call (RPC)

Remote Procedure Call (RPC) is a protocol used by Bitcoin Core to enable clients to communicate with a Bitcoin node remotely. RPC allows clients to issue commands to a Bitcoin node and receive responses from it, without the need for the client and the node to be on the same machine or network.

In the context of Bitcoin Core, RPC allows users to interact with the Bitcoin network through the node’s APIs. For example, a user can use RPC to query the node for information about the blockchain, such as the current block height or transaction details. They can also use RPC to send transactions to the network or to create new Bitcoin addresses.

To use RPC in Bitcoin Core, a user needs to enable it in the node’s configuration file and specify a username and password for authentication. This helps to ensure that only authorized users can access the node’s APIs remotely. Overall, RPC in Bitcoin Core is a powerful tool that allows users to interact with the Bitcoin network programmatically. 

It enables developers to build applications and services that leverage the power of the Bitcoin network, while also providing users with a way to interact with the network directly.