0
I just read about this update.
What does a mining RPC mean and stand for?
0
I just read about this update.
What does a mining RPC mean and stand for?
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.