Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: jgarzik on February 24, 2011, 01:37:17 AM



Title: [RFC] Add 'dumpblock' RPC command, to dump all fields in specified block
Post by: jgarzik on February 24, 2011, 01:37:17 AM
"dumpblock" RPC command is a variant of getblockbycount (http://bitcointalk.org/index.php?topic=724.0).  I believe that a program should come with easy data inspection tools, and that was the motivation of the original getblock (then renamed to getblockbycount).  One apparent objection to the merging of this patch into bitcoin was that the output would vary in the future, when lightweight clients and partial blocks are far more common.  I have attempted to address this objection, with this patch.

So, I propose to include this patch

     http://yyz.us/bitcoin/patch.bitcoin-dumpblock

into bitcoin 0.3.21.  It adds the "dumpblock" RPC command, which takes a block-height parameter.  A "_complete" boolean is inserted into the JSON output as a convenience, to indicate whether or not all transactions in the block are present (lightweight client).

Although not shown in the this, if this proposal is acceptable, I will further modify the 'dumpblock' RPC command to accept a hash parameter as an alternative to a block-height parameter.  This will permit JSON-RPC users to query by either height or hash, to obtain the desired block dump.



Title: Re: [RFC] Add 'dumpblock' RPC command, to dump all fields in specified block
Post by: barwizi on September 13, 2014, 10:30:09 PM
NECRO

Looking for something similar, except i require it to dump a list of all addresses and current balance.