getblocksubsidy - Zcash 5.10.0 RPC
getblocksubsidy height Returns block subsidy reward, taking into account the mining slow start and the founders reward, of block at index provided. Arguments: 1. height (numeric, optional) The block height. If not provided, defaults to the current height of the chain. Result: { "miner" : x.xxx, (numeric) The mining reward amount in ZEC. "founders" : x.xxx, (numeric) The founders' reward amount in ZEC. "fundingstreamstotal" : x.xxx,(numeric) The total value of direct funding streams in ZEC. "lockboxtotal" : x.xxx, (numeric) The total value sent to development funding lockboxes in ZEC. "totalblocksubsidy" : x.xxx, (numeric) The total value of the block subsidy in ZEC. "fundingstreams" : [ (array) An array of funding stream descriptions (present only when funding streams are active). { "recipient" : "...", (string) A description of the funding stream recipient. "specification" : "url", (string) A URL for the specification of this funding stream. "value" : x.xxx (numeric) The funding stream amount in ZEC. "valueZat" : xxxx (numeric) The funding stream amount in zatoshis. "address" : (string) The transparent or Sapling address of the funding stream recipient. }, ... ], "lockboxstreams" : [ (array) An array of development fund lockbox stream descriptions (present only when lockbox streams are active). { "recipient" : "...", (string) A description of the lockbox. "specification" : "url", (string) A URL for the specification of this lockbox. "value" : x.xxx (numeric) The amount locked in ZEC. "valueZat" : xxxx (numeric) The amount locked in zatoshis. }, ... ] } Examples: > zcash-cli getblocksubsidy 1000 > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblocksubsidy", "params": [1000] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
Maintained by @_garethtdavies; modified by: mdr0id;license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT (github repo)
Note it uses a mainnet zcash node
Blockchain
Generating
Mining
Network
Rawtransactions
Wallet
addmultisigaddress
backupwallet
dumpprivkey
encryptwallet
getbalance
getnewaddress
getrawchangeaddress
getreceivedbyaddress
gettransaction
getunconfirmedbalance
getwalletinfo
importaddress
importprivkey
importpubkey
importwallet
keypoolrefill
listaddresses
listaddressgroupings
listlockunspent
listreceivedbyaddress
listsinceblock
listtransactions
listunspent
lockunspent
sendmany
sendtoaddress
settxfee
signmessage
walletconfirmbackup
z_converttex
z_exportkey
z_exportviewingkey
z_exportwallet
z_getaddressforaccount
z_getbalance
z_getbalanceforaccount
z_getbalanceforviewingkey
z_getmigrationstatus
z_getnewaccount
z_getnewaddress
z_getnotescount
z_getoperationresult
z_getoperationstatus
z_gettotalbalance
z_importkey
z_importviewingkey
z_importwallet
z_listaccounts
z_listaddresses
z_listoperationids
z_listreceivedbyaddress
z_listunifiedreceivers
z_listunspent
z_mergetoaddress
z_sendmany
z_setmigration
z_shieldcoinbase
z_viewtransaction
zcbenchmark
zcsamplejoinsplit
backupwallet
dumpprivkey
encryptwallet
getbalance
getnewaddress
getrawchangeaddress
getreceivedbyaddress
gettransaction
getunconfirmedbalance
getwalletinfo
importaddress
importprivkey
importpubkey
importwallet
keypoolrefill
listaddresses
listaddressgroupings
listlockunspent
listreceivedbyaddress
listsinceblock
listtransactions
listunspent
lockunspent
sendmany
sendtoaddress
settxfee
signmessage
walletconfirmbackup
z_converttex
z_exportkey
z_exportviewingkey
z_exportwallet
z_getaddressforaccount
z_getbalance
z_getbalanceforaccount
z_getbalanceforviewingkey
z_getmigrationstatus
z_getnewaccount
z_getnewaddress
z_getnotescount
z_getoperationresult
z_getoperationstatus
z_gettotalbalance
z_importkey
z_importviewingkey
z_importwallet
z_listaccounts
z_listaddresses
z_listoperationids
z_listreceivedbyaddress
z_listunifiedreceivers
z_listunspent
z_mergetoaddress
z_sendmany
z_setmigration
z_shieldcoinbase
z_viewtransaction
zcbenchmark
zcsamplejoinsplit