Author

Topic: Bitcoin core transfer problem (Read 172 times)

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
January 11, 2018, 08:05:14 AM
#3
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:
staff
Activity: 3500
Merit: 6152
January 11, 2018, 05:44:03 AM
#2
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.
newbie
Activity: 1
Merit: 0
January 11, 2018, 03:38:24 AM
#1
How can I use bitcoin core to transfer certain amount of bitcoin to many bitcoin accounts ?  I want to spend less in transaction fee.
Jump to: