Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: longleg901 on January 11, 2018, 07:38:24 AM



Title: Bitcoin core transfer problem
Post by: longleg901 on January 11, 2018, 07:38:24 AM
How can I use bitcoin core to transfer certain amount of bitcoin to many bitcoin accounts ?  I want to spend less in transaction fee.


Title: Re: Bitcoin core transfer problem
Post by: OmegaStarScream on January 11, 2018, 09:44:03 AM
What do you mean by regularly? You will have to manually send unless you did it programmatically. I'm not sure If it can be done through the GUI but you can do it from the console:

Code:
sendmany "" '{"address2":0.1, "address2":0.2}'

The first "" represent the default account, address1 & address2 represents the addresses you want to send to (you can add more) and the 0.1 & 0.2 are the amounts being sent to these addresses.


Title: Re: Bitcoin core transfer problem
Post by: LoyceV on January 11, 2018, 12:05:14 PM
I'm not sure If it can be done through the GUI
Bitcoin Core's GUI can do this: On the Send-tab, just click "Add Recipient" at the bottom.

Image found on Google:
https://i.stack.imgur.com/Kmapk.png