How to send btc from multiple addresses to a single btc address?

1

1

Let's say, I have 3 btc addresses A, B, C i.e; 1 BTC in address A, 1 BTC in address B, 1 BTC in address C. Now I want to send 3 BTC to another address. How to do that and what about the miner fee?

merklexy

Posted 2018-02-13T22:48:44.637

Reputation: 87

Answers

0

If you were asking about creating transaction manually, you can do that by creating raw transactions using addresses (A, B, C) inputs.

You can set the fee by not spending the fee while creating the transaction. so if you have 3 BTC you send 2.998 and just leave the rest, it will be considered as miners fee.

By default if you are using Bitcoin-core or any other wallet they are using required inputs to cover your payment, so you shouldn't worry about that.

Adam

Posted 2018-02-13T22:48:44.637

Reputation: 3 215

Thanks. How to generate multiple public addresses using one private key?merklexy 2018-02-14T09:52:18.013

Please don't ask multiple questions in one questions. add another question.Adam 2018-02-14T11:27:57.223