bitcoinrpc-mining

This Rust crate provides an interface for mining-related RPC functions in the Bitcoin system. These functions can be used to generate blocks, estimate transaction fees, and prioritize transactions.

Note that this crate is part of a direct translation from C++ to Rust of the Bitcoin Core. As such, some of the function bodies may still be in the process of translation. Please note that this system will become testable once the translation process is complete.

Here is a brief description of the tokens in this crate:

110> which RPCs are associated with mining?

The following RPCs are associated with mining:

In addition to these RPCs, the estimaterawfee and estimatesmartfee calls can also be useful for miners to estimate transaction fees for including in their blocks.