-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Allow to specify a custom executable to be used for broadcasting transactions to the network, instead of using bitcoind's sendtawtransaction. This can be preferable for privacy reasons.
Electrum Personal Server has this implemented as the broadcast_method config option.
- Add
--tx-broadcast-cmd <cmd>option to allow specifying a custom command for broadcasting txs (c9d76e8) - Add
--tx-broadcast-p2p <proxy-addr>option to broadcast directly to the P2P network using a socks proxy (or alternatively, using a public block explorer api, which is simpler) - Add
--tx-broadcast-toroption as a shortcut for setting--tx-broadcast-p2pwith tor - Enable
--tx-broadcast-torby default if tor is found on the machine?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request