Bitcoin Forum
May 24, 2024, 02:02:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Automated scheduled bitcoin sends  (Read 472 times)
tennis (OP)
Sr. Member
****
Offline Offline

Activity: 343
Merit: 250


View Profile
February 22, 2014, 12:44:08 AM
 #1

How would I set this up?  Basically I want a faucet to feed a sort of bitcoin investment wallet back to another wallet at scheduled times - like daily, weekly, that sort of thing.
bittyweb
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 22, 2014, 01:05:11 PM
 #2

Hi,

It is only possible through cronjob and api function. Cronjob will schedule the function, and api will send the payment automated from wallet.

If you can let me know in full, what you need, i may help you.
tennis (OP)
Sr. Member
****
Offline Offline

Activity: 343
Merit: 250


View Profile
February 22, 2014, 03:56:00 PM
 #3

Okay, here's what I need.

Over the years I have become horrible at managing my money. I'd basically like a program that is essentially a bitcoin investment tool and a money management tool that pays me an allowance.

So when I make money and buy bitcoin, I can store it and have it pay me out at self-specified intervals... I believe this could save me a lot of money.
tennis (OP)
Sr. Member
****
Offline Offline

Activity: 343
Merit: 250


View Profile
February 22, 2014, 05:19:57 PM
 #4

"Yeah,

it is simple, but little complex.

So basically,

the function to send will be like this

include_once("Bitcoin.php");

$rpcUser = "username";
$rpcPass = "password";
$url = "http://localhost:8332";
$address = "whatever";
$amount = 5;

$bitcoin = new Bitcoin($url, $rpcUser, $rpcPass);

$bitcoin->sendToAddress($address, $amount);

There are a list of parameters which will do this, and next a cron job function will set this to run at frequent times. But the process is very big and only programmers can run this.

I have understood your concept well. You want to make automated bitcoin sending to different wallets at frequent times which you scheduled, so all the task will be automated.

But as of now, i can say, get programmed using bitcoind api sending and a php cronjob function."

Does anyone understand this?  Bittyweb told me this throuh private message but i don't exactly have the knowledge to get this done
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!