Description Usage Arguments Value Details Author(s) References See Also
Pruning of blockchain.
1 | pruneblockchain(con, height)
|
con |
object of class |
height |
|
A S4-object of class ANSRPC.
May be set to a discrete height, or a unix timestamp to prune blocks whose block time is at least 2 hours older than the provided timestamp.
Bernhard Pfaff
https://bitcoin.org/en/developer-reference#pruneblockchain, https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs
Other Blockchain RPCs: decodescript,
getbestblockhash,
getblockchaininfo,
getblockcount, getblockhash,
getblockheader, getblock,
getchaintips,
getchaintxstats,
getdifficulty,
getmempoolancestors,
getmempooldescendants,
getmempoolentry,
getmempoolinfo,
getrawmempool, gettxoutproof,
gettxoutsetinfo, gettxout,
preciousblock, verifychain,
verifytxoutproof
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.