-
Notifications
You must be signed in to change notification settings - Fork 190
bx send tx node
evoskuil edited this page Oct 20, 2014
·
8 revisions
Broadcast a transaction to the Bitcoin network via a single Bitcoin network node.
$ Usage: bx send-tx-node [-h] [--config VALUE] [--port VALUE] [--host
VALUE] [TRANSACTION] Info: Broadcast a transaction to the Bitcoin network via a single Bitcoin
network node.
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
-p [--port] The IP port of the Bitcoin service on the node.
Defaults to 8333, the standard for mainnet.
-t [--host] The IP address or DNS name of the node. Defaults to
localhost.
Arguments (positional):
TRANSACTION The Base16 transaction to send. If not specified the
transaction is read from STDIN.
$ bx send-tx-node ......
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands