Can multiple wallets send 1 transaction for the combined balance?

0

I have multiple wallets, I want to transfer all of the money to 1 wallet of some other person. But I want to do this as one transaction to avoid fees. Is this possible with bitcoind API?

makakas

Posted 2017-10-05T09:35:05.880

Reputation: 113

Answers

1

If you are using a wallet which supports importing private keys, such an Bitcoin Core, you can just import the private key of your other wallet: https://bitcoin.stackexchange.com/a/5944/14325

Ben Harold

Posted 2017-10-05T09:35:05.880

Reputation: 196