Bitcoin Forum
June 21, 2024, 05:49:11 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: best way to share 50/50 of whats mined with a friend?  (Read 511 times)
forzendiablo (OP)
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
December 27, 2013, 08:26:08 PM
 #1

were buying big miner together and want to share everythign we mine [we will do many altcoins].

is there any smart way how this can be done [ie trackign what each worked made] or i should make new accounts on all pools i want to mine and just we send 50/50 with him ?

yolo
xzempt
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
December 27, 2013, 08:27:50 PM
 #2

have all mining done to a public address you both know,  and once a week send him half, half to your personal address
uranian
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 28, 2013, 10:55:14 AM
 #3

I've just been wondering the same thing; I did as xzempt suggested, but have been trying to work out how to automate this. So having had a read of the CGminer readme, I came up with this:

{
"pools" : [

   {
      "quota" : "1;stratum+tcp://eu.middlecoin.com:3333",
      "user" : "wallet1",
      "pass" : "x"
   },
   {
      "quota" : "1;stratum+tcp://eu.middlecoin.com:3333",
      "user" : "wallet2",
      "pass" : "x"
   },
   {
      "quota" : "0;stratum+tcp://middlecoin.com:3333",
      "user" : "wallet1",
      "pass" : "x"
   },
   {
      "quota" : "0;stratum+tcp://middlecoin.com:3333",
      "user" : "wallet2",
      "pass" : "x"
   }

I don't think this is perfect, though; what I think it will do it to share the results between wallet1 and wallet2 equally, but then if eu.middlecoin.com goes down, it will failover to wallet1 at middlecoin.com

I'm not sure how to get it set up so that if the EU middlecoin server goes down, CGMiner will then share the quote 1:1 between the backup (US) middlecoin server. I'm also wondering how CGminer calculates the load sharing, right now my machine is mining to wallet1, I don't know if it'll just do this for an hour then switch to wallet2. There's only one instance of the program running. If anyone can suggest a better solution to this, much appreciated.
uranian
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 28, 2013, 05:27:34 PM
Last edit: December 28, 2013, 05:42:50 PM by uranian
 #4

Well that didn't appear to work, CGMiner was just mining towards one wallet for hours. So I tried two instances, with one pointing towards wallet1, the other towards wallet2, but unfortunately the hash rate isn't 50/50 between the 2 instances. Back to square one, perhaps it's not possible to automate this with CGMiner.
ebildude123
Full Member
***
Offline Offline

Activity: 223
Merit: 100


View Profile
December 28, 2013, 05:35:52 PM
 #5

Well that didn't appear to work, CGMiner was just mining towards one wallet for hours. So I tried two instances, with one pointing towards wallet1, the other towards wallet2, but unfortunately the hash rate isn't 50/50 between the 2 instances. Back to square one, perhaps it's not possible to do automate this with CGMiner.
Yeah, unfortunately not.
The best way you have for now is probably just to send him half yourself; and let him monitor the progress too! (pool api).
uranian
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 28, 2013, 05:50:25 PM
 #6

I wonder if there's some way around it with the correct use of the rotate and quota commands...I've sent a PM to the developer of CGMiner, if he doesn't bite my head off for being too direct, I'll share my results if I do manage to get this to work.
forzendiablo (OP)
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
December 28, 2013, 09:20:53 PM
 #7

cool, thanx guys

yolo
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!