Bitcoin Forum
April 25, 2024, 08:49:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 ... 1154 »
  Print  
Author Topic: [4+ EH] Slush Pool (slushpool.com); Overt AsicBoost; World First Mining Pool  (Read 4381856 times)
cosurgi
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
June 03, 2011, 07:57:38 PM
 #2541

For me pool works without any problems for few hours already. How about you?

1714078172
Hero Member
*
Offline Offline

Posts: 1714078172

View Profile Personal Message (Offline)

Ignore
1714078172
Reply with quote  #2

1714078172
Report to moderator
1714078172
Hero Member
*
Offline Offline

Posts: 1714078172

View Profile Personal Message (Offline)

Ignore
1714078172
Reply with quote  #2

1714078172
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714078172
Hero Member
*
Offline Offline

Posts: 1714078172

View Profile Personal Message (Offline)

Ignore
1714078172
Reply with quote  #2

1714078172
Report to moderator
1714078172
Hero Member
*
Offline Offline

Posts: 1714078172

View Profile Personal Message (Offline)

Ignore
1714078172
Reply with quote  #2

1714078172
Report to moderator
1714078172
Hero Member
*
Offline Offline

Posts: 1714078172

View Profile Personal Message (Offline)

Ignore
1714078172
Reply with quote  #2

1714078172
Report to moderator
pokermon919
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 03, 2011, 08:07:04 PM
 #2542

For me pool works without any problems for few hours already. How about you?

Fine and dandy since that little down time, I'm a happy camper.
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
June 04, 2011, 12:59:48 AM
 #2543

Thank you Slush. Like butter now.

Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
June 04, 2011, 01:45:58 AM
 #2544

Today I extended existing profile json API (https://mining.bitcoin.cz/accounts/profile/json/<token>) with worker stats. Now you can monitor your workers in easy way: timestamp of their last submitted shares (unix timestamp in UTC), approx. hashrate (unfortunately for current round only, so it's not very exact for short rounds or slow workers) and if they are alive (currently fixed 3600 second threshold, will be possible to customize it soon).

I also see that some people are polling json api very frequently (some guys even many times per second!). Because data in json calls are cached for 60 seconds, you're doing 60x more requests than necessary Wink. Please change your polling interval to something sane, otherwise I'll have to solve it somehow ]:->.

SchizophrenicX
Member
**
Offline Offline

Activity: 112
Merit: 100

"I'm not psychic; I'm just damn good"


View Profile
June 04, 2011, 02:03:20 AM
 #2545

Thanks slush for the dedication. I believe it is most appreciated by members of your pool.

pokermon919
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 04, 2011, 02:21:28 AM
 #2546

I definitely do. Great job man!  Cheesy
max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
June 04, 2011, 03:16:22 AM
 #2547

Looking at the stats page I do not understand what all the stats mean.

Can someone explain these...

Current server load (60 sec average):
Total score of current round:
Shares contributed in current round:
Approx. cluster performance (30 min average):

thanks!
nzbtc
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 04, 2011, 03:55:42 AM
 #2548

Today I extended existing profile json API (https://mining.bitcoin.cz/accounts/profile/json/<token>) with worker stats. Now you can monitor your workers in easy way: timestamp of their last submitted shares (unix timestamp in UTC), approx. hashrate (unfortunately for current round only, so it's not very exact for short rounds or slow workers) and if they are alive (currently fixed 3600 second threshold, will be possible to customize it soon).

This is great! Thankyou Smiley

I also see that some people are polling json api very frequently (some guys even many times per second!). Because data in json calls are cached for 60 seconds, you're doing 60x more requests than necessary Wink. Please change your polling interval to something sane, otherwise I'll have to solve it somehow ]:->.

Whooops! Ill be sure to fix that, sorry!
cosurgi
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
June 04, 2011, 06:53:44 AM
 #2549

Can someone explain these...

Current server load (60 sec average):
 - how mant getWorks the server is sending per second. It is a total of all getWorks sent to all miners. Each solved getwork (your GPU found a nonce) is a share.

Total score of current round:
 - it is a sum of how many getWorks were solved in this round (submitted shares), each multiplied by current scoring factor = exp(t/300). Where t is time in seconds.

Shares contributed in current round:
 - a total of all sumbitted shares, without the scoring factor

Approx. cluster performance (30 min average):
 - a combined pool speed of all workers together.


To connect to json API and check your stats you need a token, which you take from here:

http://mining.bitcoin.cz/accounts/token-manage/

the link to this page is on top of your profile page.

kcobra
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
June 04, 2011, 07:00:19 AM
 #2550

Forgive my ignorance if this is a dumb question but shouldn't the account login and various pages under that section be run over https?
max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
June 04, 2011, 07:05:54 AM
 #2551

Can someone explain these...

Current server load (60 sec average):
 - how mant getWorks the server is sending per second. It is a total of all getWorks sent to all miners. Each solved getwork (your GPU found a nonce) is a share.

Total score of current round:
 - it is a sum of how many getWorks were solved in this round (submitted shares), each multiplied by current scoring factor = exp(t/300). Where t is time in seconds.

Shares contributed in current round:
 - a total of all sumbitted shares, without the scoring factor

Approx. cluster performance (30 min average):
 - a combined pool speed of all workers together.


To connect to json API and check your stats you need a token, which you take from here:

http://mining.bitcoin.cz/accounts/token-manage/

the link to this page is on top of your profile page.

ok then what do i do with that token...what I would ike to see are MY STATS...
Jack of Diamonds
Sr. Member
****
Offline Offline

Activity: 252
Merit: 251



View Profile
June 04, 2011, 09:02:03 AM
 #2552

Can someone explain these...

Current server load (60 sec average):
 - how mant getWorks the server is sending per second. It is a total of all getWorks sent to all miners. Each solved getwork (your GPU found a nonce) is a share.

Total score of current round:
 - it is a sum of how many getWorks were solved in this round (submitted shares), each multiplied by current scoring factor = exp(t/300). Where t is time in seconds.

Shares contributed in current round:
 - a total of all sumbitted shares, without the scoring factor

Approx. cluster performance (30 min average):
 - a combined pool speed of all workers together.


To connect to json API and check your stats you need a token, which you take from here:

http://mining.bitcoin.cz/accounts/token-manage/

the link to this page is on top of your profile page.

ok then what do i do with that token...what I would ike to see are MY STATS...

If you use GUIminer then just copy that token, press 'refresh balance' then paste it.

1f3gHNoBodYw1LLs3ndY0UanYB1tC0lnsBec4USeYoU9AREaCH34PBeGgAR67fx
SchizophrenicX
Member
**
Offline Offline

Activity: 112
Merit: 100

"I'm not psychic; I'm just damn good"


View Profile
June 04, 2011, 09:10:37 AM
 #2553

what's the token for. Sorry I've been focusing on building rigs for awhile. still doesn't know much about pools. (in fact I've ever only been registered to this pool and tycho's)

max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
June 04, 2011, 09:20:52 AM
 #2554

I am only on this pool, but i am not able to figure out where i can see my stats easily....well i cannot see my stats at all. What i am specifically looking for is how much hash rate my systems are getting.
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
June 04, 2011, 09:49:25 AM
 #2555

ok then what do i do with that token...what I would ike to see are MY STATS...

On "token manage" page is link to json statistics, which can be used in other tools.

Can you guys confirm that those json stats are working for you? I used same json format as deepbit, but I don't know which tools are you using, so I want to know that everything is going well...

cosurgi
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
June 04, 2011, 09:51:38 AM
 #2556

I am only on this pool, but i am not able to figure out where i can see my stats easily....well i cannot see my stats at all. What i am specifically looking for is how much hash rate my systems are getting.

to see hashrate you can use a third party GreaseMonkey script: http://userscripts.org/scripts/show/98553 on your profile page http://mining.bitcoin.cz/accounts/profile/

Or you can use that token exactly as the instructions are provided on http://mining.bitcoin.cz/accounts/token-manage/ this will give you a short json data, which will contain hashrate also.

but beware! this hashrate is not precise! A better measurement of your speed is your daily reward on http://mining.bitcoin.cz/stats/graphs/ - assuming that you mine 24/7, then it should be more or less equal to what you can get from bitcoin calculator and your expected hashrate.

max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
June 04, 2011, 10:00:35 AM
 #2557

ok then what do i do with that token...what I would ike to see are MY STATS...

On "token manage" page is link to json statistics, which can be used in other tools.

Can you guys confirm that those json stats are working for you? I used same json format as deepbit, but I don't know which tools are you using, so I want to know that everything is going well...

what tools are we talking about? Im using miner stats, but there is some info missing.

And when i look at the page there are no graphs, i see where the graphs should be but nothing is there, other than the title of the graphs that should be there...
max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
June 04, 2011, 10:14:47 AM
 #2558

ok then what do i do with that token...what I would ike to see are MY STATS...

On "token manage" page is link to json statistics, which can be used in other tools.

Can you guys confirm that those json stats are working for you? I used same json format as deepbit, but I don't know which tools are you using, so I want to know that everything is going well...

the json stats seem to have all info, i just thought everything would be easier seeing on the website than getting a tool. Are there any tools you reccomend?
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
June 04, 2011, 10:24:31 AM
 #2559

the json stats seem to have all info, i just thought everything would be easier seeing on the website than getting a tool. Are there any tools you reccomend?

There is everything on profile page, except worker hashrate. That's hidden because it is not very exact and people still asked me why it shows wrong numbers (although there was explanation directly on profile page). So I decided to hide that and offer this number just thru greasemonkey script and similar tools, which expect some better understanding of things...

pokermon919
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 04, 2011, 10:45:00 AM
 #2560

How come stats don't show connected workers anymore slush?
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 ... 1154 »
  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!