Multiple input address to a single output address in one transaction?

2

1

If I have Wallet A with one address (call it A1) and Wallet B with 2 addresses (B1, B2), can I send BTC from A1 AND B1 to B2 in a single transaction thus incurring a network fee only once?

bloodynri

Posted 2018-09-21T13:55:38.750

Reputation: 23

Answers

1

can I send BTC from A1 AND B1 to B2 in a single transaction thus incurring a network fee only once?

Absolutely. A transaction may contain multiple inputs and multiple outputs. The trick will be to get the wallet to do this for you. It will need to be aware of both address's private keys, and be able to let you select which inputs to use. Alternatively, you could construct the transaction manually.

See http://en.bitcoin.it/wiki/transaction

JBaczuk

Posted 2018-09-21T13:55:38.750

Reputation: 6 172