10#include <chainparams.h>
63 const CChain &active_chain) {
66 if (height >= 0 && height < active_chain.
Height()) {
67 pb = active_chain[height];
70 if (pb ==
nullptr || !pb->
nHeight) {
88 int64_t maxTime = minTime;
89 for (
int i = 0; i < lookup; i++) {
92 minTime = std::min(time, minTime);
93 maxTime = std::max(time, maxTime);
98 if (minTime == maxTime) {
103 int64_t timeDiff = maxTime - minTime;
111 "Returns the estimated network hashes per second based on the last n "
113 "Pass in [blocks] to override # of blocks, -1 specifies since last "
114 "difficulty change.\n"
115 "Pass in [height] to estimate the network speed at the time when a "
116 "certain block was found.\n",
119 "The number of blocks, or -1 for blocks since last difficulty "
122 "To estimate at the time of the given height."},
132 self.
Arg<
int>(
"height"),
140 uint64_t &max_tries,
BlockHash &block_hash) {
146 while (max_tries > 0 &&
147 block.
nNonce < std::numeric_limits<uint32_t>::max() &&
156 if (block.
nNonce == std::numeric_limits<uint32_t>::max()) {
160 std::shared_ptr<const CBlock> shared_pblock =
161 std::make_shared<const CBlock>(block);
167 "ProcessNewBlock, block not accepted");
177 const CScript &coinbase_script,
int nGenerate,
178 uint64_t nMaxTries) {
181 std::unique_ptr<CBlockTemplate> pblocktemplate(
184 .CreateNewBlock(coinbase_script));
186 if (!pblocktemplate.get()) {
190 CBlock *pblock = &pblocktemplate->block;
198 if (!block_hash.
IsNull()) {
206 ->SyncWithValidationInterfaceQueue();
212 CScript &
script, std::string &error) {
215 Parse(descriptor, key_provider, error,
false);
217 if (desc->IsRange()) {
219 "Ranged descriptor not accepted. Maybe pass "
220 "through deriveaddresses first?");
224 std::vector<CScript> scripts;
225 if (!desc->Expand(0, key_provider, scripts, provider)) {
228 strprintf(
"Cannot derive script without private keys"));
235 if (scripts.size() == 1) {
250 "generatetodescriptor",
251 "Mine blocks immediately to a specified descriptor (before the RPC "
255 "How many blocks are generated immediately."},
257 "The descriptor to send the newly generated bitcoin to."},
259 "How many iterations to try."},
263 "hashes of blocks generated",
271 const int num_blocks{self.
Arg<
int>(
"num_blocks")};
272 const auto max_tries{self.
Arg<uint64_t>(
"maxtries")};
274 CScript coinbase_script;
277 coinbase_script, error)) {
286 coinbase_script, num_blocks, max_tries);
293 "has been replaced by the -generate cli option. Refer to "
294 "-help for more information.",
308 "Mine blocks immediately to a specified address before the "
309 "RPC call returns)\n",
312 "How many blocks are generated immediately."},
314 "The address to send the newly generated bitcoin to."},
316 "How many iterations to try."},
320 "hashes of blocks generated",
325 "\nGenerate 11 blocks to myaddress\n" +
327 "If you are using the " PACKAGE_NAME
" wallet, you can "
328 "get a new address to send the newly generated bitcoin to with:\n" +
332 const int num_blocks{request.params[0].
getInt<
int>()};
333 const uint64_t max_tries{request.params[2].isNull()
335 : request.params[2].getInt<int64_t>()};
338 request.params[1].get_str(), config.GetChainParams());
341 "Error: Invalid address");
351 coinbase_script, num_blocks, max_tries);
359 "Mine a block with a set of ordered transactions immediately to a "
360 "specified address or descriptor (before the RPC call returns)\n",
363 "The address or descriptor to send the newly generated bitcoin "
369 "An array of hex strings which are either txids or raw "
371 "Txids must reference transactions currently in the mempool.\n"
372 "All transactions must be valid and in valid order, otherwise "
373 "the block will be rejected.",
388 "\nGenerate a block to myaddress, with txs rawtx and "
391 R
"("myaddress" '["rawtx", "mempool_txid"]')")},
394 const auto address_or_descriptor = request.params[0].
get_str();
395 CScript coinbase_script;
398 const CChainParams &chainparams = config.GetChainParams();
402 const auto destination =
406 "Error: Invalid address or descriptor");
415 std::vector<CTransactionRef> txs;
416 const auto raw_txs_or_txids = request.params[1].get_array();
417 for (
size_t i = 0; i < raw_txs_or_txids.size(); i++) {
418 const auto str(raw_txs_or_txids[i].get_str());
423 const auto tx = mempool.
get(
TxId(hash));
427 strprintf(
"Transaction %s not in mempool.", str));
430 txs.emplace_back(tx);
437 strprintf(
"Transaction decode failed for %s", str));
447 std::unique_ptr<CBlockTemplate> blocktemplate(
449 node.avalanche.get()}
450 .CreateNewBlock(coinbase_script));
451 if (!blocktemplate) {
453 "Couldn't create new block");
455 block = blocktemplate->block;
461 block.
vtx.insert(block.
vtx.end(), txs.begin(), txs.end());
474 .withCheckMerkleRoot(
false))) {
476 strprintf(
"TestBlockValidity failed: %s",
492 ->SyncWithValidationInterfaceQueue();
504 "Returns a json object containing mining-related "
514 "The block size of the last assembled block (only present if "
515 "a block was ever assembled)"},
517 "The number of block transactions of the last assembled block "
518 "(only present if a block was ever assembled)"},
521 "The network hashes per second"},
524 "current network name (main, test, regtest)"},
526 "any network and blockchain warnings"},
540 if (BlockAssembler::m_last_block_size) {
541 obj.
pushKV(
"currentblocksize",
542 *BlockAssembler::m_last_block_size);
544 if (BlockAssembler::m_last_block_num_txs) {
545 obj.
pushKV(
"currentblocktx",
546 *BlockAssembler::m_last_block_num_txs);
550 obj.
pushKV(
"networkhashps",
552 obj.
pushKV(
"pooledtx", uint64_t(mempool.
size()));
553 obj.
pushKV(
"chain", config.GetChainParams().GetChainTypeString());
564 "prioritisetransaction",
565 "Accepts the transaction into mined blocks at a higher "
566 "(or lower) priority\n",
569 "The transaction id."},
571 "API-Compatibility for previous API. Must be zero or null.\n"
572 " DEPRECATED. For forward compatibility "
573 "use named arguments and omit this parameter."},
575 "The fee value (in satoshis) to add (or subtract, if negative).\n"
576 " The fee is not actually paid, only the "
577 "algorithm for selecting transactions into a block\n"
578 " considers the transaction as it would "
579 "have paid a higher (or lower) fee."},
590 const auto dummy{self.
MaybeArg<
double>(1)};
591 Amount nAmount = request.params[2].getInt<int64_t>() *
SATOSHI;
593 if (dummy && *dummy != 0) {
596 "Priority is no longer supported, dummy argument to "
597 "prioritisetransaction must be 0.");
621 if (strRejectReason.empty()) {
624 return strRejectReason;
634 "If the request parameters include a 'mode' key, that is used to "
635 "explicitly select between the default 'template' request or a "
637 "It returns data needed to construct a block to work on.\n"
638 "For full specification, see BIPs 22, 23, 9, and 145:\n"
640 "https://github.com/bitcoin/bips/blob/master/"
641 "bip-0022.mediawiki\n"
643 "https://github.com/bitcoin/bips/blob/master/"
644 "bip-0023.mediawiki\n"
646 "https://github.com/bitcoin/bips/blob/master/"
647 "bip-0009.mediawiki#getblocktemplate_changes\n"
653 "Format of the template",
657 "This must be set to \"template\", \"proposal\" (see BIP "
668 "client side supported feature, 'longpoll', "
669 "'coinbasetxn', 'coinbasevalue', 'proposal', "
670 "'serverlist', 'workid'"},
677 RPCResult{
"If the proposal was accepted with mode=='proposal'",
679 RPCResult{
"If the proposal was not accepted with mode=='proposal'",
688 "The preferred block version"},
690 "The hash of current highest block"},
693 "contents of non-coinbase transactions that should be "
694 "included in the next block",
701 "transaction data encoded in hexadecimal "
704 "transaction id encoded in little-endian "
707 "hash encoded in little-endian hexadecimal"},
713 "transactions before this one (by 1-based "
714 "index in 'transactions' list) that must "
715 "be present in the final block if this one "
719 "difference in value between transaction inputs "
720 "and outputs (in satoshis); for coinbase "
721 "transactions, this is a negative Number of the "
722 "total collected block fees (ie, not including "
723 "the block subsidy); "
724 "if key is not present, fee is unknown and "
725 "clients MUST NOT assume there isn't one"},
727 "total sigChecks, as counted for purposes of "
728 "block limits; if key is not present, sigChecks "
729 "are unknown and clients MUST NOT assume it is "
735 "data that should be included in the coinbase's scriptSig "
741 "maximum allowable input to coinbase transaction, "
742 "including the generation award and transaction fees (in "
746 "information for coinbase transaction",
750 "information related to the coinbase miner fund."
751 "This will NOT be set if -simplegbt is enabled",
756 "List of valid addresses for the miner fund "
763 "The minimum value the miner fund output must "
769 "information related to the coinbase staking reward "
770 "output, only set if the -avalanchestakingrewards "
771 "option is enabled and if the node is able to "
772 "determine a winner. This will NOT be set if "
773 "-simplegbt is enabled",
777 "The proof payout script",
780 "Decoded payout script"},
782 "Raw payout script in hex format"},
784 "The output type (e.g. " +
787 "The required signatures"},
797 "The minimum value the staking reward output "
804 "The minimum timestamp appropriate for the next block "
805 "time, expressed in " +
809 "list of ways the block template may be changed",
812 "A way the block template may be changed, e.g. "
813 "'time', 'transactions', 'prevblock'"},
816 "A range of valid nonces"},
818 "limit of sigChecks in blocks"},
823 "compressed target of next block"},
825 "The height of the next block"},
828 "The real-time target parameters. Only present after the "
829 "Nov. 15, 2024 upgrade activated and if -enablertt is set",
833 "The time the preview block headers were received, "
836 ". Contains 4 values for headers at height N-2, "
837 "N-5, N-11 and N-17.",
840 "The time the block header was received, "
845 "The previous block compressed target"},
849 "The real-time target in compact format"},
853 "information related to the coinbase miner fund."
854 "This will ONLY be set if -simplegbt is enabled",
857 "The scriptpubkey for the miner fund output in "
860 "The minimum value the miner fund output must "
866 "information related to the coinbase staking reward "
867 "output, only set if the -avalanchestakingrewards "
868 "option is enabled and if the node is able to "
869 "determine a winner. This will ONLY be set if "
870 "-simplegbt is enabled",
873 "The scriptpubkey for the staking reward "
874 "output in hex format"},
876 "The minimum value the staking reward output must "
890 const CChainParams &chainparams = config.GetChainParams();
892 std::string strMode =
"template";
894 std::set<std::string> setClientRules;
897 if (!request.params[0].isNull()) {
900 if (modeval.
isStr()) {
902 }
else if (modeval.
isNull()) {
909 if (strMode ==
"proposal") {
911 if (!dataval.
isStr()) {
914 "Missing data String key for proposal");
920 "Block decode failed");
930 if (pindex->nStatus.isInvalid()) {
931 return "duplicate-invalid";
933 return "duplicate-inconclusive";
940 return "inconclusive-not-best-prevblk";
947 .withCheckMerkleRoot(
true));
952 if (strMode !=
"template") {
959 "Bitcoin is not connected!");
965 " is in initial sync and waiting for blocks...");
968 static unsigned int nTransactionsUpdatedLast;
978 std::chrono::steady_clock::time_point checktxtime;
979 unsigned int nTransactionsUpdatedLastLP;
983 const std::string &lpstr = lpval.
get_str();
986 ParseHashV(lpstr.substr(0, 64),
"longpollid");
987 nTransactionsUpdatedLastLP =
988 LocaleIndependentAtoi<int64_t>(lpstr.substr(64));
993 nTransactionsUpdatedLastLP = nTransactionsUpdatedLast;
997 const auto initialLongpollDelay = isRegtest ? 5s : 1min;
998 const auto newTxCheckLongpollDelay = isRegtest ? 1s : 10s;
1004 std::chrono::steady_clock::now() + initialLongpollDelay;
1011 std::cv_status::timeout) {
1016 nTransactionsUpdatedLastLP) {
1019 checktxtime += newTxCheckLongpollDelay;
1048 static int64_t time_start;
1049 static std::unique_ptr<CBlockTemplate> pblocktemplate;
1050 if (pindexPrev != active_chain.
Tip() ||
1052 GetTime() - time_start > 5)) {
1055 pindexPrev =
nullptr;
1064 CScript scriptDummy = CScript() <<
OP_TRUE;
1066 &mempool,
node.avalanche.get()}
1067 .CreateNewBlock(scriptDummy);
1068 if (!pblocktemplate) {
1073 pindexPrev = pindexPrevNew;
1078 CBlock *pblock = &pblocktemplate->block;
1081 int64_t adjustedTime =
1083 UpdateTime(pblock, chainparams, pindexPrev, adjustedTime);
1093 int index_in_template = 0;
1094 for (
const auto &it : pblock->
vtx) {
1095 const CTransaction &tx = *it;
1096 const TxId txId = tx.GetId();
1098 if (tx.IsCoinBase()) {
1099 index_in_template++;
1101 for (
const auto &o : pblock->
vtx[0]->vout) {
1102 coinbasevalue += o.nValue;
1112 entry.
pushKVEnd(
"hash", tx.GetHash().GetHex());
1115 pblocktemplate->entries[index_in_template].fees /
SATOSHI);
1117 pblocktemplate->entries[index_in_template].sigChecks;
1120 transactions.
push_back(std::move(entry));
1121 index_in_template++;
1124 const bool simplifyGbt = argsman.
GetBoolArg(
"-simplegbt",
false);
1131 const auto minerFundWhitelist =
1133 int64_t minerFundMinValue = 0;
1142 std::vector<CScript> stakingRewardsPayoutScripts;
1143 int64_t stakingRewardsAmount =
1145 if (
node.avalanche &&
1147 if (!
node.avalanche->getStakingRewardWinners(
1149 stakingRewardsPayoutScripts)) {
1150 stakingRewardsPayoutScripts.clear();
1156 if (!minerFundWhitelist.empty()) {
1157 minerFund.
pushKV(
"script",
1159 *minerFundWhitelist.begin())));
1160 minerFund.
pushKV(
"amount", minerFundMinValue);
1162 result.
pushKV(
"minerfund", std::move(minerFund));
1164 if (!stakingRewardsPayoutScripts.empty()) {
1167 "script",
HexStr(stakingRewardsPayoutScripts[0]));
1168 stakingRewards.
pushKV(
"amount", stakingRewardsAmount);
1169 result.
pushKV(
"stakingrewards", std::move(stakingRewards));
1174 for (
const auto &fundDestination : minerFundWhitelist) {
1179 minerFund.
pushKV(
"addresses", std::move(minerFundList));
1180 minerFund.
pushKV(
"minimumvalue", minerFundMinValue);
1182 coinbasetxn.
pushKV(
"minerfund", std::move(minerFund));
1184 if (!stakingRewardsPayoutScripts.empty()) {
1188 stakingRewardsPayoutScriptObj,
1192 std::move(stakingRewardsPayoutScriptObj));
1193 stakingRewards.
pushKV(
"minimumvalue", stakingRewardsAmount);
1195 coinbasetxn.
pushKV(
"stakingrewards",
1196 std::move(stakingRewards));
1208 result.
pushKV(
"capabilities", std::move(aCaps));
1213 result.
pushKV(
"transactions", std::move(transactions));
1214 result.
pushKV(
"coinbaseaux", std::move(aux));
1215 result.
pushKV(
"coinbasetxn", std::move(coinbasetxn));
1216 result.
pushKV(
"coinbasevalue", int64_t(coinbasevalue /
SATOSHI));
1217 result.
pushKV(
"longpollid",
1219 ToString(nTransactionsUpdatedLast));
1223 result.
pushKV(
"mutable", std::move(aMutable));
1224 result.
pushKV(
"noncerange",
"00000000ffffffff");
1225 const uint64_t sigCheckLimit =
1227 result.
pushKV(
"sigchecklimit", sigCheckLimit);
1235 uint32_t nextTarget = pblock->
nBits;
1241 pindexPrev, adjustedTime, consensusParams);
1244 nextTarget = *rttTarget;
1249 std::vector<int64_t> prevHeaderReceivedTime(18, 0);
1250 for (
size_t i = 1; i < 18; i++) {
1251 if (!previousIndex) {
1255 prevHeaderReceivedTime[i] =
1257 previousIndex = previousIndex->
pprev;
1265 for (
size_t i : {1, 2, 5, 11, 17}) {
1266 prevHeaderTimes.
push_back(prevHeaderReceivedTime[i]);
1269 rtt.
pushKV(
"prevheadertime", std::move(prevHeaderTimes));
1271 rtt.
pushKV(
"nodetime", adjustedTime);
1274 result.
pushKV(
"rtt", std::move(rtt));
1306 "Attempts to submit new block to network.\n"
1307 "See https://en.bitcoin.it/wiki/BIP_0022 for full specification.\n",
1310 "the hex-encoded block data to submit"},
1312 "dummy value, for compatibility with BIP22. This value is "
1319 "According to BIP22"},
1325 std::shared_ptr<CBlock> blockptr = std::make_shared<CBlock>();
1326 CBlock &block = *blockptr;
1327 if (!
DecodeHexBlk(block, request.params[0].get_str())) {
1329 "Block decode failed");
1332 if (block.
vtx.empty() || !block.
vtx[0]->IsCoinBase()) {
1334 "Block does not start with a coinbase");
1348 if (pindex->nStatus.isInvalid()) {
1349 return "duplicate-invalid";
1356 std::make_shared<submitblock_StateCatcher>(block.
GetHash());
1358 ->RegisterSharedValidationInterface(sc);
1363 node.avalanche.get());
1365 ->UnregisterSharedValidationInterface(sc);
1366 if (!new_block && accepted) {
1371 return "inconclusive";
1376 ->SyncWithValidationInterfaceQueue();
1386 "Decode the given hexdata as a header and submit it as a candidate "
1387 "chain tip if valid."
1388 "\nThrows when the header is invalid.\n",
1391 "the hex-encoded block header data"},
1401 "Block header decode failed");
1408 "Must submit previous header (" +
1431 "Estimates the approximate fee per kilobyte needed for a "
1465 for (
const auto &c : commands) {
static bool IsAxionEnabled(const Consensus::Params ¶ms, int32_t nHeight)
static constexpr Amount SATOSHI
double GetDifficulty(const CBlockIndex &blockindex)
Calculate the difficulty for a given block index.
@ SCRIPTS
Scripts & signatures ok.
const CChainParams & Params()
Return the currently selected parameters.
#define CHECK_NONFATAL(condition)
Identity function.
bool GetBoolArg(const std::string &strArg, bool fDefault) const
Return boolean argument or default value.
std::vector< CTransactionRef > vtx
The block chain is a tree shaped structure starting with the genesis block at the root,...
bool IsValid(enum BlockValidity nUpTo=BlockValidity::TRANSACTIONS) const EXCLUSIVE_LOCKS_REQUIRED(
Check whether this block index entry is valid up to the passed validity level.
CBlockIndex * pprev
pointer to the index of the predecessor of this block
int64_t GetHeaderReceivedTime() const
arith_uint256 nChainWork
(memory only) Total amount of work (expected number of hashes) in the chain up to and including this ...
int64_t GetBlockTime() const
int64_t GetMedianTimePast() const
BlockHash GetBlockHash() const
int nHeight
height of the entry in the chain. The genesis block has height 0
An in-memory indexed chain of blocks.
CBlockIndex * Tip() const
Returns the index entry for the tip of this chain, or nullptr if none.
int Height() const
Return the maximal height in the chain.
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system.
const Consensus::Params & GetConsensus() const
bool MineBlocksOnDemand() const
Whether it is possible to mine blocks on demand (no retargeting)
size_t GetNodeCount(ConnectionDirection) const
Amount GetFeePerK() const
Return the fee in satoshis for a size of 1000 bytes.
A mutable version of CTransaction.
void appendCommand(const std::string &name, const CRPCCommand *pcmd)
Appends a CRPCCommand to the dispatch table.
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
CFeeRate estimateFee() const
CTransactionRef get(const TxId &txid) const
void PrioritiseTransaction(const TxId &txid, const Amount nFeeDelta)
Affect CreateNewBlock prioritisation of transactions.
unsigned long size() const
unsigned int GetTransactionsUpdated() const
Implement this to subscribe to events generated in validation.
Chainstate stores and provides an API to update our local knowledge of the current best chain.
CChain m_chain
The current chain of blockheaders we consult and build on.
Provides an interface for creating and interacting with one or two chainstates: an IBD chainstate gen...
SnapshotCompletionResult MaybeCompleteSnapshotValidation() EXCLUSIVE_LOCKS_REQUIRED(const CBlockIndex *GetSnapshotBaseBlock() const EXCLUSIVE_LOCKS_REQUIRED(Chainstate ActiveChainstate)() const
Once the background validation chainstate has reached the height which is the base of the UTXO snapsh...
const Config & GetConfig() const
bool IsInitialBlockDownload() const
Check whether we are doing an initial block download (synchronizing from disk or network)
bool ProcessNewBlock(const std::shared_ptr< const CBlock > &block, bool force_processing, bool min_pow_checked, bool *new_block, avalanche::Processor *const avalanche=nullptr) LOCKS_EXCLUDED(cs_main)
Process an incoming block.
bool ProcessNewBlockHeaders(const std::vector< CBlockHeader > &block, bool min_pow_checked, BlockValidationState &state, const CBlockIndex **ppindex=nullptr, const std::optional< CCheckpointData > &test_checkpoints=std::nullopt) LOCKS_EXCLUDED(cs_main)
Process incoming block headers.
const Consensus::Params & GetConsensus() const
CChain & ActiveChain() const EXCLUSIVE_LOCKS_REQUIRED(GetMutex())
node::BlockManager m_blockman
A single BlockManager instance is shared across each constructed chainstate to avoid duplicating bloc...
auto Arg(size_t i) const
Helper to get a required or default-valued request argument.
auto MaybeArg(size_t i) const
Helper to get an optional request argument.
std::string ToString() const
void push_back(UniValue val)
const std::string & get_str() const
const UniValue & find_value(std::string_view key) const
const UniValue & get_obj() const
void pushKVEnd(std::string key, UniValue val)
void pushKV(std::string key, UniValue val)
std::string GetRejectReason() const
std::string ToString() const
256-bit unsigned big integer.
arith_uint256 & SetCompact(uint32_t nCompact, bool *pfNegative=nullptr, bool *pfOverflow=nullptr)
The "compact" format is a representation of a whole number N using an unsigned 32bit number similar t...
std::string GetHex() const
std::string GetHex() const
Generate a new block, without valid proof-of-work.
CBlockIndex * LookupBlockIndex(const BlockHash &hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
void BlockChecked(const CBlock &block, const BlockValidationState &stateIn) override
Notifies listeners of a block validation result.
submitblock_StateCatcher(const uint256 &hashIn)
BlockValidationState state
static UniValue Parse(std::string_view raw)
Parse string to UniValue or throw runtime_error if string contains invalid JSON.
static const uint64_t DEFAULT_MAX_BLOCK_SIZE
Default setting for maximum allowed size for a block, in bytes.
uint64_t GetMaxBlockSigChecksCount(uint64_t maxBlockSize)
Compute the maximum number of sigchecks that can be contained in a block given the MAXIMUM block size...
std::string EncodeHexTx(const CTransaction &tx)
void ScriptPubKeyToUniv(const CScript &scriptPubKey, UniValue &out, bool fIncludeHex)
bool DecodeHexTx(CMutableTransaction &tx, const std::string &strHexTx)
bool DecodeHexBlk(CBlock &, const std::string &strHexBlk)
bool ParseHashStr(const std::string &strHex, uint256 &result)
Parse a hex string into 256 bits.
bool DecodeHexBlockHeader(CBlockHeader &, const std::string &hex_header)
RecursiveMutex cs_main
Mutex to guard access to validation specific variables, such as reading or changing the chainstate.
std::string HexStr(const Span< const uint8_t > s)
Convert a span of bytes to a lower-case hexadecimal string.
std::string EncodeDestination(const CTxDestination &dest, const Config &config)
CTxDestination DecodeDestination(const std::string &addr, const CChainParams ¶ms)
uint256 BlockMerkleRoot(const CBlock &block, bool *mutated)
Compute the Merkle root of the transactions in a block.
std::unordered_set< CTxDestination, TxDestinationHasher > GetMinerFundWhitelist(const Consensus::Params ¶ms)
Amount GetMinerFundAmount(const Consensus::Params ¶ms, const Amount &coinbaseValue, const CBlockIndex *pprev)
static RPCHelpMan estimatefee()
static UniValue GetNetworkHashPS(int lookup, int height, const CChain &active_chain)
Return average network hashes per second based on the last 'lookup' blocks, or from the last difficul...
static RPCHelpMan generateblock()
static RPCHelpMan generatetodescriptor()
static bool getScriptFromDescriptor(const std::string &descriptor, CScript &script, std::string &error)
static UniValue BIP22ValidationResult(const Config &config, const BlockValidationState &state)
static RPCHelpMan getnetworkhashps()
static RPCHelpMan submitblock()
static RPCHelpMan getblocktemplate()
static RPCHelpMan generate()
static RPCHelpMan submitheader()
static RPCHelpMan prioritisetransaction()
static bool GenerateBlock(ChainstateManager &chainman, avalanche::Processor *const avalanche, CBlock &block, uint64_t &max_tries, BlockHash &block_hash)
static UniValue generateBlocks(ChainstateManager &chainman, const CTxMemPool &mempool, avalanche::Processor *const avalanche, const CScript &coinbase_script, int nGenerate, uint64_t nMaxTries)
static RPCHelpMan getmininginfo()
static RPCHelpMan generatetoaddress()
void RegisterMiningRPCCommands(CRPCTable &t)
static const uint64_t DEFAULT_MAX_TRIES
Default max iterations to try in RPC generatetodescriptor, generatetoaddress, and generateblock.
int64_t UpdateTime(CBlockHeader *pblock, const CChainParams &chainParams, const CBlockIndex *pindexPrev, int64_t adjustedTime)
std::string ToString(const T &t)
Locale-independent version of std::to_string.
bool CheckProofOfWork(const BlockHash &hash, uint32_t nBits, const Consensus::Params ¶ms)
Check whether a block hash satisfies the proof-of-work requirement specified by nBits.
static CTransactionRef MakeTransactionRef()
UniValue JSONRPCError(int code, const std::string &message)
@ RPC_OUT_OF_MEMORY
Ran out of memory during operation.
@ RPC_MISC_ERROR
General application defined errors std::exception thrown in command handling.
@ RPC_TYPE_ERROR
Unexpected type was passed as parameter.
@ RPC_CLIENT_NOT_CONNECTED
P2P client errors Bitcoin is not connected.
@ RPC_INVALID_PARAMETER
Invalid, missing or duplicate parameter.
@ RPC_VERIFY_ERROR
General error during transaction or block submission.
@ RPC_CLIENT_IN_INITIAL_DOWNLOAD
Still downloading initial blocks.
@ RPC_DESERIALIZATION_ERROR
Error parsing or validating structure in raw format.
@ RPC_INVALID_ADDRESS_OR_KEY
Invalid address or key.
std::string HelpExampleCli(const std::string &methodname, const std::string &args)
std::string HelpExampleRpc(const std::string &methodname, const std::string &args)
const std::string UNIX_EPOCH_TIME
String used to describe UNIX epoch time in documentation, factored out to a constant for consistency.
std::string GetAllOutputTypes()
uint256 ParseHashV(const UniValue &v, std::string strName)
Utilities: convert hex-encoded values (throws error if not hex).
std::optional< uint32_t > GetNextRTTWorkRequired(const CBlockIndex *pprev, int64_t now, const Consensus::Params &consensusParams)
Compute the real time block hash target given the previous block parameters.
bool isRTTEnabled(const Consensus::Params ¶ms, const CBlockIndex *pprev)
Whether the RTT feature is enabled.
static std::string ToString(const CService &ip)
bool IsRPCRunning()
Query whether RPC is running.
ChainstateManager & EnsureAnyChainman(const std::any &context)
NodeContext & EnsureAnyNodeContext(const std::any &context)
CTxMemPool & EnsureMemPool(const NodeContext &node)
ChainstateManager & EnsureChainman(const NodeContext &node)
CTxMemPool & EnsureAnyMemPool(const std::any &context)
ArgsManager & EnsureArgsman(const NodeContext &node)
CConnman & EnsureConnman(const NodeContext &node)
bool ShutdownRequested()
Returns true if a shutdown is requested, false otherwise.
bool IsStakingRewardsActivated(const Consensus::Params ¶ms, const CBlockIndex *pprev)
Amount GetStakingRewardsAmount(const Amount &coinbaseValue)
bool IsValidDestination(const CTxDestination &dest)
Check whether a CTxDestination is a CNoDestination.
CScript GetScriptForDestination(const CTxDestination &dest)
Generate a Bitcoin scriptPubKey for the given CTxDestination.
std::variant< CNoDestination, PKHash, ScriptHash > CTxDestination
A txout script template with a specific destination.
static constexpr Amount zero() noexcept
A BlockHash is a unqiue identifier for a block.
Parameters that influence chain consensus.
int64_t DifficultyAdjustmentInterval() const
int64_t nPowTargetSpacing
bool fPowAllowMinDifficultyBlocks
@ STR_HEX
Special type that is a STR with only hex chars.
@ OMITTED
Optional argument for which the default value is omitted from help text for one of two reasons:
std::string oneline_description
Should be empty unless it is supposed to override the auto-generated summary line.
@ ELISION
Special type to denote elision (...)
@ NUM_TIME
Special numeric to denote unix epoch time.
@ STR_HEX
Special string with only hex chars.
@ STR_AMOUNT
Special string to represent a floating point amount.
A TxId is the identifier of a transaction.
ValidationSignals * signals
NodeContext struct containing references to chain state and connection state.
#define WAIT_LOCK(cs, name)
#define ENTER_CRITICAL_SECTION(cs)
#define LEAVE_CRITICAL_SECTION(cs)
int64_t GetTime()
DEPRECATED Use either ClockType::now() or Now<TimePointType>() if a cast is needed.
NodeClock::time_point GetAdjustedTime()
const UniValue NullUniValue
GlobalMutex g_best_block_mutex
std::condition_variable g_best_block_cv
const CBlockIndex * g_best_block
Used to notify getblocktemplate RPC of new tips.
bool TestBlockValidity(BlockValidationState &state, const CChainParams ¶ms, Chainstate &chainstate, const CBlock &block, CBlockIndex *pindexPrev, const std::function< NodeClock::time_point()> &adjusted_time_callback, BlockValidationOptions validationOptions)
Check a block is completely valid from start to finish (only works on top of our current best block)
bilingual_str GetWarnings(bool verbose)
Format a string that describes several potential problems detected by the core.