Skip to content

node submit transaction Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

node-submit-transaction

Submits a transaction to mempool, and if it is valid, broadcasts it to the network.

Usage

node-submit-transaction [OPTIONS] <TRANSACTION>

Arguments

  • <TRANSACTION>: Hex encoded transaction to submit.

Options

  • --do-not-store: Do not store the transaction in the wallet database.

Notes

This command is useful when config-broadcast has been set to no, or when submitting a transaction that was signed externally (e.g. via account-sign-raw-transaction in a cold wallet).

Related

Clone this wiki locally