-
Notifications
You must be signed in to change notification settings - Fork 31
node submit transaction Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Submits a transaction to mempool, and if it is valid, broadcasts it to the network.
node-submit-transaction [OPTIONS] <TRANSACTION>
-
<TRANSACTION>: Hex encoded transaction to submit.
-
--do-not-store: Do not store the transaction in the wallet database.
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).
-
config-broadcast: Configure automatic broadcasting. -
account-sign-raw-transaction: Sign a raw transaction. -
transaction-abandon: Abandon a pending transaction.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG