Bitcoin Forum
May 06, 2024, 07:10:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 1 wallet with "cron" job to split earnings to 2 wallets in time period(2 days) ?  (Read 728 times)
Demogorgonz (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
June 05, 2013, 06:40:50 PM
 #1

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
1714979453
Hero Member
*
Offline Offline

Posts: 1714979453

View Profile Personal Message (Offline)

Ignore
1714979453
Reply with quote  #2

1714979453
Report to moderator
1714979453
Hero Member
*
Offline Offline

Posts: 1714979453

View Profile Personal Message (Offline)

Ignore
1714979453
Reply with quote  #2

1714979453
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714979453
Hero Member
*
Offline Offline

Posts: 1714979453

View Profile Personal Message (Offline)

Ignore
1714979453
Reply with quote  #2

1714979453
Report to moderator
1714979453
Hero Member
*
Offline Offline

Posts: 1714979453

View Profile Personal Message (Offline)

Ignore
1714979453
Reply with quote  #2

1714979453
Report to moderator
1714979453
Hero Member
*
Offline Offline

Posts: 1714979453

View Profile Personal Message (Offline)

Ignore
1714979453
Reply with quote  #2

1714979453
Report to moderator
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4616



View Profile
June 05, 2013, 07:49:09 PM
 #2

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.
Demogorgonz (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
June 06, 2013, 03:40:07 PM
 #3

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.
Eva Braun
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 06, 2013, 03:45:31 PM
 #4

Danny knows everything.. seriously he can help anyone with any problem with bitcoins.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4616



View Profile
June 06, 2013, 03:51:03 PM
 #5

Danny knows everything.. seriously he can help anyone with any problem with bitcoins.

LOL, Where did you get an idea like that?
Eva Braun
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 06, 2013, 03:52:19 PM
 #6

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
Lohoris
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


Bitgoblin


View Profile
June 06, 2013, 03:52:26 PM
 #7

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.

1LohorisJie8bGGG7X4dCS9MAVsTEbzrhu
DefaultTrust is very BAD.
dbuthay
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 06, 2013, 03:54:19 PM
 #8

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?
Eva Braun
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 06, 2013, 03:58:22 PM
 #9

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
Demogorgonz (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
June 06, 2013, 04:13:36 PM
 #10

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 ..
Alexander The Great
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 06, 2013, 04:25:56 PM
 #11

This is a cool idea
Lohoris
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


Bitgoblin


View Profile
June 07, 2013, 05:01:07 PM
 #12

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.

1LohorisJie8bGGG7X4dCS9MAVsTEbzrhu
DefaultTrust is very BAD.
Alexander The Great
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 07, 2013, 05:52:09 PM
 #13

this is cool
thestringpuller
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
June 07, 2013, 11:14:45 PM
 #14

Run bitcoind locally and have a crontab that executes a shell script that runs a command like:

./bitcoind -rpcuser=user -rpcpassword=password sendtoaddress <address> <amount>

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 <timeout> (the wallet automatically locks itself).
Demogorgonz (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
June 08, 2013, 04:21:31 PM
 #15

Run bitcoind locally and have a crontab that executes a shell script that runs a command like:

./bitcoind -rpcuser=user -rpcpassword=password sendtoaddress <address> <amount>

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 <timeout> (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
Eva Braun
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
June 08, 2013, 04:22:50 PM
 #16

Cool thank you
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!