Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: fx-avatar on May 10, 2019, 02:34:41 PM



Title: Recurring, automatic Payments with Qt Wallet?
Post by: fx-avatar on May 10, 2019, 02:34:41 PM
Hello!

I have a few Qt Wallet where I want to send on a daily base some coins.

How can I make this process automatially? SO that I have multiple reciever
adress wher I can send daily a certain amount of coins?

thanks for Your Help!  ;D

Sunny


Title: Re: Recurring, automatic Payments with Qt Wallet?
Post by: DaveF on May 10, 2019, 04:11:35 PM
There was a thread a few days ago about scheduling payments:
https://bitcointalk.org/index.php?topic=5140716.0 (https://bitcointalk.org/index.php?topic=5140716.0)

Same basic theory applies here.

Also if you have any programming skills, it would be even easier. I threw together a php script after thinking about that topic that does it.
You need PHP & cron (or any scheduler) and that's it. It's unsecured and buggy but if I can do it, anyone with any real php skills can probably do something that does not suck.

-Dave