Author

Topic: 1 wallet with "cron" job to split earnings to 2 wallets in time period(2 days) ? (Read 751 times)

newbie
Activity: 28
Merit: 0
newbie
Activity: 17
Merit: 0
Run bitcoind locally and have a crontab that executes a shell script that runs a command like:

./bitcoind -rpcuser=user -rpcpassword=password sendtoaddress


You'll have to somehow pass in the address and the amount.

As well if you use wallet encryption (which you should just for added safety), you'll need to unlock the wallet first with walletpassphrase (the wallet automatically locks itself).

That is nice idea thestringpuller,
however i wanted something hosted on web,some kind of online wallet which could do this..

But,thank you for your reply Smiley
newbie
Activity: 24
Merit: 0
Run bitcoind locally and have a crontab that executes a shell script that runs a command like:

./bitcoind -rpcuser=user -rpcpassword=password sendtoaddress


You'll have to somehow pass in the address and the amount.

As well if you use wallet encryption (which you should just for added safety), you'll need to unlock the wallet first with walletpassphrase (the wallet automatically locks itself).
newbie
Activity: 28
Merit: 0
hero member
Activity: 630
Merit: 500
Bitgoblin
Sounds good to me too.

You could easily offer a small reward, it shouldn't take much to code such a script.

I guess you could either pay a little bit but have no guarantee it will work, or pay much more but have it throughly tested.
newbie
Activity: 28
Merit: 0
newbie
Activity: 17
Merit: 0
Is it possible? To have 1 wallet which will split earnings to 2 bitcoin addresses after for example 2 days ? Huh

Looking forward to your answers !

Best regards,
Demo
Bear in mind that it might be useful to know why you need to do such a thing.



Friend and I want to team up and to mine together on different pools and to split earnings 50%-50% due to "rejects,stales" and variables like that Smiley. it is better insurance for each of us that we will be making profit even if 1 hardware fails or similar ..
newbie
Activity: 28
Merit: 0
Is it possible? To have 1 wallet which will split earnings to 2 bitcoin addresses after for example 2 days ? Huh

Looking forward to your answers !

Best regards,
Demo

What would be the motivation for doing that?

Something like getting dividends from your investments on an wallet that gets split between to your exchange wallet and a cold wallet?


This is what I was thinking
newbie
Activity: 8
Merit: 0
Is it possible? To have 1 wallet which will split earnings to 2 bitcoin addresses after for example 2 days ? Huh

Looking forward to your answers !

Best regards,
Demo

What would be the motivation for doing that?

Something like getting dividends from your investments on an wallet that gets split between to your exchange wallet and a cold wallet?
hero member
Activity: 630
Merit: 500
Bitgoblin
Is it possible? To have 1 wallet which will split earnings to 2 bitcoin addresses after for example 2 days ? Huh

Looking forward to your answers !

Best regards,
Demo
Bear in mind that it might be useful to know why you need to do such a thing.
newbie
Activity: 28
Merit: 0
Danny knows everything.. seriously he can help anyone with any problem with bitcoins.

LOL, Where did you get an idea like that?

The fact that I always see you give great long answers to a ton of problems  Grin
legendary
Activity: 3472
Merit: 4801
Danny knows everything.. seriously he can help anyone with any problem with bitcoins.

LOL, Where did you get an idea like that?
newbie
Activity: 28
Merit: 0
Danny knows everything.. seriously he can help anyone with any problem with bitcoins.
newbie
Activity: 17
Merit: 0
Thank you for your answer,i was thinking of some web service which could be hosted remotely,something like web wallet.. Can you suggest me something like that Smiley ?

Best regards.
legendary
Activity: 3472
Merit: 4801
Is it possible? To have 1 wallet which will split earnings to 2 bitcoin addresses after for example 2 days ? Huh

Looking forward to your answers !

Best regards,
Demo

It depends on the wallet you are using.  If you are using Bitcoin-Qt (or bitcoind), you could write a script that would create a raw transaction to combine all the unspent inputs received in the past two days and split them between 2 addresses.  Then you could schedule the execution of the script in a cron job.  It wouldn't be a very difficult script to write at all.
newbie
Activity: 17
Merit: 0
Is it possible? To have 1 wallet which will split earnings to 2 bitcoin addresses after for example 2 days ? Huh

Looking forward to your answers !

Best regards,
Demo
Jump to: