Can someone explain what is a mining RPC?

0

I just read about this update.

What does a mining RPC mean and stand for?

Patoshi パトシ

Posted 2013-12-10T22:38:15.867

Reputation: 8 911

Answers

2

RPC stands for Remote Procedure Call and it is a technology that allows you to perform actions on a machine being on another machine (or on the same machine but in a different process).

The new RPC calls from the update are calls related to Bitcoin mining. Most mining software will use these calls to get information from the bitcoind client running on the same machine.

So, nothing to do with crypto, just an extension of the API you don't have to worry about.

Steven Roose

Posted 2013-12-10T22:38:15.867

Reputation: 10 855