Submit Block
submitblock "hexdata" ( "dummy" )
If you want to submit new block to the blockchain, use submitblock command. Use getblocktemplate to construct a block along with the block header and transactions.
- "hexdata" (string, required) the hex-encoded block data to submit
- "dummy" (optional) dummy value, for compatibility with BIP22. This value is ignored.
Example TO COME.