Skip to content

submitblock JSON-RPC command

submitblock "hexdata" ( "dummy" )

Attempts to submit new block to network.
See BIP22 for full specification.

Arguments

1. hexdata    (string, required) the hex-encoded block data to submit
2. dummy      (string, optional) dummy value, for compatibility with BIP22. This value is ignored.

Examples

> bitcoin-cli submitblock "mydata"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "submitblock", "params": ["mydata"] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/

Bitcoin Cash Node Daemon version v27.0.1-6a03070

Documentation on docs.bitcoincashnode.org reflects the current master branch in Git, and may include API changes that are not yet present in the latest release.