Author

Topic: Automating sendmany with % distribution from core (Read 114 times)

hero member
Activity: 1430
Merit: 513
February 26, 2022, 02:24:07 PM
#3
Bitcoin Core does not have a scheduling system so it can't automatically run RPC calls. You need to use MacOS/Linux cron or Windows Task Scheduler with a time interval and have it call some batch script which in turn makes the RPC call you want it to make.
Notated thank you.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Bitcoin Core does not have a scheduling system so it can't automatically run RPC calls. You need to use MacOS/Linux cron or Windows Task Scheduler with a time interval and have it call some batch script which in turn makes the RPC call you want it to make.
hero member
Activity: 1430
Merit: 513
sendmany "" {"address":amount,...} ( minconf "comment" ["address",...] replaceable conf_target "estimate_mode" fee_rate verbose )
Basically, i want to use core to split up weekly/daily mining deposits in percentages automatically
from pool to landing wallet , from landing wallet to wallet1(50%) wallet2(20%) wallet3(20%) wallet4(10%) fee deducted from landing wallet.
Will this require external input (c# maybe?) or can it be done in core?
Jump to: