Bitcoin Forum
May 01, 2024, 11:53:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
  Print  
Author Topic: Sidehack stick solo pool club  (Read 27052 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
September 18, 2015, 09:28:06 PM
 #141

Also I don't think you can see your statistics until phil adds you to the list, as I'm also looking forward to.
The stats are generated by ckpool, phil's list is just record keeping I believe.

e.g. here are the stats of my compac pointed to the club address:
Code:
{"hashrate1m": "9.52G", "hashrate5m": "8.87G", "hashrate1hr": "8.16G", "hashrate1d": "1.6G", "lastupdate": 1442611648, "bestshare": 101333.67748123179}
1714607585
Hero Member
*
Offline Offline

Posts: 1714607585

View Profile Personal Message (Offline)

Ignore
1714607585
Reply with quote  #2

1714607585
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pepto
Full Member
***
Offline Offline

Activity: 223
Merit: 100


View Profile
September 18, 2015, 09:52:17 PM
 #142

Yeah, I spoke out of school about the stats.
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
September 18, 2015, 09:59:00 PM
 #143

This is what the raw log in minera says:

Code:
 [2015-09-10 11:20:50.607] Started cgminer 4.9.2
[2015-09-10 11:20:50.609] Loaded configuration file /var/www/minera/conf/miner_conf.json
[2015-09-10 11:20:52.456] Probing for an alive pool
[2015-09-10 11:20:53.657] Pool 0 difficulty changed to 128
[2015-09-10 11:20:54.459] Network diff set to 57G
[2015-09-10 11:20:55.206] Accepted 3c583967 Diff 1.09K/128 COMPAC 0
[2015-09-10 11:20:59.477] API running in IP access mode on port 4028 (14)
[2015-09-10 11:20:59.481] Accepted 11512d7b Diff 3.78K/128 COMPAC 1

Can you show us the command line that Minera is using for your sticks? It's in Settings -> Local Miner under "Miner will start with this syntax:"

We probably don't need to see your JSON conf file. It's auto generated and will just contain a couple of stock options plus your pools.

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
baktegon
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 18, 2015, 10:28:15 PM
 #144

This is what the raw log in minera says:

Code:
 [2015-09-10 11:20:50.607] Started cgminer 4.9.2
[2015-09-10 11:20:50.609] Loaded configuration file /var/www/minera/conf/miner_conf.json
[2015-09-10 11:20:52.456] Probing for an alive pool
[2015-09-10 11:20:53.657] Pool 0 difficulty changed to 128
[2015-09-10 11:20:54.459] Network diff set to 57G
[2015-09-10 11:20:55.206] Accepted 3c583967 Diff 1.09K/128 COMPAC 0
[2015-09-10 11:20:59.477] API running in IP access mode on port 4028 (14)
[2015-09-10 11:20:59.481] Accepted 11512d7b Diff 3.78K/128 COMPAC 1

Can you show us the command line that Minera is using for your sticks? It's in Settings -> Local Miner under "Miner will start with this syntax:"

We probably don't need to see your JSON conf file. It's auto generated and will just contain a couple of stock options plus your pools.

The only alteration I've made to this section is adding the "-balance" bit, this is what it looks like.
http://s10.postimg.org/f5q1k3m21/local_settings.png
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
September 18, 2015, 10:42:34 PM
 #145

The only alteration I've made to this section is adding the "-balance" bit, this is what it looks like.


I don't know if it's OK to separate manual options by return character. If that gets passed directly to cgminer, then it might not "see" the remaining options after the return character.

That's why I asked to see your actual command line. If you look after "Miner will start with this syntax:" on the settings page, you'll see something like this:

Code:
/usr/bin/screen -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json

Even better would be to ssh into the box and show us the exact command line. Something like this:

Code:
ps aux | grep [c]gminer-gekko

It should output two lines, something like this:

Code:
minera   14482  0.0  0.4   3020  2056 ?        Ss   Sep11   1:25 /usr/bin/SCREEN -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json
minera   14483  5.4  2.1 153856  9636 pts/1    Ssl+ Sep11 544:39 /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json

My guess is that in your case Minera is not handing the return from your options well and is truncating the command to something like this:

Code:
/usr/bin/SCREEN -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150

Just a guess. But if this is the case, then I would all this a minera bug. The app should replace CR's with space chars.

The work around is to put your options all on one line and restart the miner.

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
baktegon
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 18, 2015, 10:49:20 PM
 #146

The only alteration I've made to this section is adding the "-balance" bit, this is what it looks like.

I don't know if it's OK to separate manual options by return character. If that gets passed directly to cgminer, then it might not "see" the remaining options after the return character.

That's why I asked to see your actual command line. If you look after "Miner will start with this syntax:" on the settings page, you'll see something like this:

Code:
/usr/bin/screen -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json

Even better would be to ssh into the box and show us the exact command line. Something like this:

Code:
ps aux | grep [c]gminer-gekko

It should output two lines, something like this:

Code:
minera   14482  0.0  0.4   3020  2056 ?        Ss   Sep11   1:25 /usr/bin/SCREEN -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json
minera   14483  5.4  2.1 153856  9636 pts/1    Ssl+ Sep11 544:39 /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json

My guess is that in your case Minera is not handing the return from your options well and is truncating the command to something like this:

Code:
/usr/bin/SCREEN -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150

Just a guess. But if this is the case, then I would all this a minera bug. The app should replace CR's with space chars.

The work around is to put your options all on one line and restart the miner.


Ooh my apologies. Okay, so I put the commands on one line and did the restart. I also found the part you actually asked to see.
http://s30.postimg.org/lbcklbwdt/miner_settings.png

I also SSH'd in and got that bit.

Code:
minera@moria ~ $ ps aux | grep [c]gminer-gekko
minera   10905  0.0  0.4   3020  1996 ?        Ss   15:45   0:00 /usr/bin/SCREEN -dmS cgminer-gekko /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/mine
minera   10906  0.2  1.3 174708  5992 pts/0    Ssl+ 15:45   0:01 /var/www/minera/minera-bin/custom/cgminer-gekko --compac-freq 150 --balance -c /var/www/minera/conf/miner_conf.json
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
September 18, 2015, 10:55:58 PM
 #147

Ooh my apologies. Okay, so I put the commands on one line and did the restart. I also found the part you actually asked to see.

No problem. That command line looks OK.

So did that make any difference? It probably didn't, because now that I look at your log again, it seems like cgminer is loading your config.

So much for the theory that a CR was breaking up the command line...

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 12:00:46 AM
 #148

Just got back from NYC.


  I can tell many workers added to the pool.

let me check all info.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
bmoscato
Sr. Member
****
Offline Offline

Activity: 361
Merit: 267


View Profile
September 19, 2015, 12:19:59 AM
 #149

Just got back from NYC.


  I can tell many workers added to the pool.

let me check all info.

Stay out of my neck of the woods! Lol
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 12:21:01 AM
 #150

I have mine in a USB3 hub connected via USB3 cable to a USB3 port - no problems here.

Could you check / post what your mining software screen is showing?  The pool seems to have your worker as having validated (connected), just... without any hash rate.



The raspberry pi only has USB 2.0 ports, so for me it's a 3 hub with a 3 cord into a 2.0 port. 3.0 is supposed to be backwards compatible thought yes?

This is what my minera dash looks like.

This is what the raw log in minera says:

Code:
 [2015-09-10 11:20:50.607] Started cgminer 4.9.2
[2015-09-10 11:20:50.609] Loaded configuration file /var/www/minera/conf/miner_conf.json
[2015-09-10 11:20:52.456] Probing for an alive pool
[2015-09-10 11:20:53.657] Pool 0 difficulty changed to 128
[2015-09-10 11:20:54.459] Network diff set to 57G
[2015-09-10 11:20:55.206] Accepted 3c583967 Diff 1.09K/128 COMPAC 0
[2015-09-10 11:20:59.477] API running in IP access mode on port 4028 (14)
[2015-09-10 11:20:59.481] Accepted 11512d7b Diff 3.78K/128 COMPAC 1

try just 1 stick use http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.baktegonUnit01  crank the + pot   from + to 1 o clock  it.  If  it is at 1 oclock make it 2 oclock.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 12:23:10 AM
 #151

Just got back from NYC.


  I can tell many workers added to the pool.

let me check all info.

Stay out of my neck of the woods! Lol

hey man 'I am a Native New Yorker'  Born in Queens. Schooled in Brooklyn K to 12th grade. Wink

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
bmoscato
Sr. Member
****
Offline Offline

Activity: 361
Merit: 267


View Profile
September 19, 2015, 12:32:20 AM
 #152

Just got back from NYC.


  I can tell many workers added to the pool.

let me check all info.

Stay out of my neck of the woods! Lol

hey man 'I am a Native New Yorker'  Born in Queens. Schooled in Brooklyn K to 12th grade. Wink

Born and raised in Brooklyn, live on Long Island now.
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 12:35:23 AM
 #153

If you are in this pool-club check the list and see if I put you on it.







Remember most likely this pool club will never hit a block.

The master user addy is this.


http://solo.ckpool.org/users/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX


Current workers are here:

1)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957donation

1A)   http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957sticks  

2)  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.edonkeystick

3)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.VirosaGITSdonation

4)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.notlist3dstick

5)   http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.larry12stick  --------- not yet

5.A) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.larry12s5donation

6) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.vapourminerstick

7) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.fullzerostick


8 )  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Jake36stick

9 )  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.TheRealStevestick

10) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.alienesbstick

11) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Chris_Sabianstick -----   trouble with setup but does show it reached the pool all
 12) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Ecnadstick

13) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks

14) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.mikestangstick

15)http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.baktegonUnit01

baktegon has a setup issue will post info on last page of this thread

16) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.slimepuppysticks
16A) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.slimepuppydonation  up nice hashrate thanks


17) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.peptostick


Look for your name above

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Jake36
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 19, 2015, 02:36:15 AM
 #154

If you are in this pool-club check the list and see if I put you on it.







Remember most likely this pool club will never hit a block.

The master user addy is this.


http://solo.ckpool.org/users/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX


Current workers are here:

1)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957donation

1A)   http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957sticks  

2)  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.edonkeystick

3)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.VirosaGITSdonation

4)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.notlist3dstick

5)   http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.larry12stick  --------- not yet

5.A) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.larry12s5donation

6) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.vapourminerstick

7) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.fullzerostick


8 )  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Jake36stick

9 )  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.TheRealStevestick

10) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.alienesbstick

11) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Chris_Sabianstick -----   trouble with setup but does show it reached the pool all
 12) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Ecnadstick

13) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks

14) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.mikestangstick

15)http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.baktegonUnit01

baktegon has a setup issue will post info on last page of this thread

16) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.slimepuppysticks
16A) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.slimepuppydonation  up nice hashrate thanks


17) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.peptostick


Look for your name above

It's growing, slowly but surly.
alienesb
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
September 19, 2015, 02:51:30 AM
 #155

Just got back from NYC.


  I can tell many workers added to the pool.

let me check all info.

Stay out of my neck of the woods! Lol

hey man 'I am a Native New Yorker'  Born in Queens. Schooled in Brooklyn K to 12th grade. Wink

Born and raised in Brooklyn, live on Long Island now.

Nassau or Suffolk?
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 02:55:55 AM
 #156


If you are in this pool-club check the list and see if I put you on it.





Remember most likely this pool club will never hit a block.


The master user addy is this.


http://solo.ckpool.org/users/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX


Current workers are here:

top of the list is this:

http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.sidehackdonatedstick --- donor is not me

1)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957donation

1A)   http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957sticks  

2)  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.edonkeystick

3)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.VirosaGITSdonation

4)    http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.notlist3dstick

5)   http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.larry12stick  --------- not yet

5.A) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.larry12s5donation

6) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.vapourminerstick

7) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.fullzerostick


8 )  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Jake36stick

9 )  http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.TheRealStevestick

10) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.alienesbstick

11) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Chris_Sabianstick -----   trouble with setup but does show it reached the pool all
 12) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.Ecnadstick

13) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks

14) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.mikestangstick

15)http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.baktegonUnit01

baktegon has a setup issue will post info on last page of this thread

16) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.slimepuppysticks
16A) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.slimepuppydonation  up nice hashrate thanks


17) http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.peptostick


Look for your name above

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 03:01:25 AM
 #157

Also I don't think you can see your statistics until phil adds you to the list, as I'm also looking forward to.
The stats are generated by ckpool, phil's list is just record keeping I believe.

e.g. here are the stats of my compac pointed to the club address:
Code:
{"hashrate1m": "9.52G", "hashrate5m": "8.87G", "hashrate1hr": "8.16G", "hashrate1d": "1.6G", "lastupdate": 1442611648, "bestshare": 101333.67748123179}


Yes the list is to track everyone and pay out shares if we get lucky.

If you sign in on that btc address with a worker name  and we hit I control the address and will manually pay shares.

If you don't let me know and you are not on the list and we hit you won't get a share since I wold not know if you joined after we hit the block.

The exception to this would be if your worker hit the block we would know you were mining and would get the share.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 19, 2015, 11:05:22 AM
 #158

5th of hash for about the next 6 hours.


http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.philipma1957donation



▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Ecnad
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


View Profile
September 19, 2015, 11:11:54 PM
 #159

Had some extra credit on MRR, so sending 11T for the next 4.5 hours.

http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.ecnaddonate
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 20, 2015, 03:30:30 AM
 #160

Had some extra credit on MRR, so sending 11T for the next 4.5 hours.

http://solo.ckpool.org/workers/1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.ecnaddonate

very nice.

I am happy to report i am running 20 sticks on my debian 7 build (first time i ever used the os)

got a lot help to set it up in the support thread.

I am using a very good pc .  It has 250 gb ssd It has i5 4570t cpu it has 16 gb ram

this will be my new mining only pc.

the 20 sticks are set at freq 125 cool and quiet very nice build

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
  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!