submitblock
submitblock "hexdata" ( "dummy" )
Attempts to submit a new block to network.
Argument #1 – hexdata
Type: string, required
the hex-encoded block data to submit
Argument #2 – dummy
Type: string, optional, default=ignored
Dummy value, for compatibility with BIP22. This value is ignored.
Result
Name |
Type |
Description |
---|---|---|
null |
json null |
Returns JSON Null when valid, a string according to BIP22 otherwise |