Bitcoin Forum
April 24, 2024, 05:23:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 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 ... 1154 »
  Print  
Author Topic: [4+ EH] Slush Pool (slushpool.com); Overt AsicBoost; World First Mining Pool  (Read 4381856 times)
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
March 15, 2011, 01:30:29 PM
 #1301

Active workers (at least one share in last hour): 0

Yes, this and "connected: No" in hall of fame are known bugs. I'll fix it soon, now I'd like to finish long polling and related updates.

1713979419
Hero Member
*
Offline Offline

Posts: 1713979419

View Profile Personal Message (Offline)

Ignore
1713979419
Reply with quote  #2

1713979419
Report to moderator
1713979419
Hero Member
*
Offline Offline

Posts: 1713979419

View Profile Personal Message (Offline)

Ignore
1713979419
Reply with quote  #2

1713979419
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713979419
Hero Member
*
Offline Offline

Posts: 1713979419

View Profile Personal Message (Offline)

Ignore
1713979419
Reply with quote  #2

1713979419
Report to moderator
1713979419
Hero Member
*
Offline Offline

Posts: 1713979419

View Profile Personal Message (Offline)

Ignore
1713979419
Reply with quote  #2

1713979419
Report to moderator
1713979419
Hero Member
*
Offline Offline

Posts: 1713979419

View Profile Personal Message (Offline)

Ignore
1713979419
Reply with quote  #2

1713979419
Report to moderator
urizane
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
March 15, 2011, 03:09:27 PM
 #1302

I'm not sure about the "connected: No" thing, but as far as the Active Workers count is concerned, it may have to do with something I've noticed.  I've seen that soon after a round ends, the workers on my account page show a last submitted share time typically far longer than when they actually submitted a share.  I haven't looked at it closely enough to determine if it's a time zone thing or not, but I have seen the my account page show last submitted times within the last 30 seconds, refresh the page 2 minutes later (consequently a new round begins during that time), and then it says the last submitted share is hours ago rather than 2 and a half minutes ago.  Just a thought as to why the active workers count (within the last hour) drops to zero when a new round begins.
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
March 15, 2011, 04:38:44 PM
Last edit: March 15, 2011, 06:17:55 PM by slush
 #1303

I'm not sure about the "connected: No" thing, but as far as the Active Workers count is concerned, it may have to do with something I've noticed.  I've seen that soon after a round ends, the workers on my account page show a last submitted share time typically far longer than when they actually submitted a share.  I haven't looked at it closely enough to determine if it's a time zone thing or not, but I have seen the my account page show last submitted times within the last 30 seconds, refresh the page 2 minutes later (consequently a new round begins during that time), and then it says the last submitted share is hours ago rather than 2 and a half minutes ago.  Just a thought as to why the active workers count (within the last hour) drops to zero when a new round begins.

Yes, all those bugs are related to single thing, to the update of "last submit timestamp" for each worker, which is currently incorrect (it is only correct immediately after processing the last block); I'll fix that, it just need little workaround. All this is because I optimized data structures for writing instead of for reading  (as there are tens or hundreds of writes per second, but only few readings), so reading exact timestamp for every worker cannot be so "cheap" in all cases. I have to do some postprocessing (denormalization) on the dataset to allow fast reading of them. But this bug does not affect mining core and calculating rewards in any case.

Thndr
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
March 15, 2011, 05:24:15 PM
 #1304

I was just wondering if 70Mhash/s with a GPU is decent with a RadeonHD 5670, or if there could be things that would significantly improve it. Using poclbm-gui with "-v -w128 -f 120" as the options

◈◈   SOCIALMEDIA.MARKET   ◈◈   BLOCKCHAIN BASED Influencer Marketing Platform
ANN Thread   WhitePaper   Facebook   Telegram   Twitter
▰▰▰▰▰▰▰▰▰▰▰▰   TOKEN SALE : 09 February - 16 March   ▰▰▰▰▰▰▰▰▰▰▰▰
urizane
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
March 15, 2011, 05:37:06 PM
Last edit: March 15, 2011, 07:29:44 PM by urizane
 #1305

70 Mhash/s seems quite reasonable at stock clocks.  From what I've seen, lowering the -f parameter should net you something, although very slight.  It will reduce desktop performance, however.  Maybe m0mchil's Python OpenCL miner thread would net you better answers.
urizane
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
March 15, 2011, 07:38:39 PM
 #1306

Slush, I have an oddball question, just out of curiosity.  How much does a submitted share require you to store in a database?  Actually, I would just be interested in knowing how big of an effect that round of nearly 500,000 submitted shares really taxed the whole system when it was processed.  That sounds like a crazy task for the server to have to go through, especially if you have to commit on the order of 2kB per submitted share or something like that.  Umm...I guess that would be something like 1GB of random data spread across 500,000 entries, or something like that.  Maybe that's a little off, but it sure sounds like a mess.  Would a 4GB RAM drive help or am I way off?
[Tycho]
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 15, 2011, 07:58:54 PM
 #1307

Slush, I have an oddball question, just out of curiosity.  How much does a submitted share require you to store in a database?  Actually, I would just be interested in knowing how big of an effect that round of nearly 500,000 submitted shares really taxed the whole system when it was processed.  That sounds like a crazy task for the server to have to go through, especially if you have to commit on the order of 2kB per submitted share or something like that.  Umm...I guess that would be something like 1GB of random data spread across 500,000 entries, or something like that.  Maybe that's a little off, but it sure sounds like a mess.  Would a 4GB RAM drive help or am I way off?
Server can just discard all the shares if they aren't suitable for current difficulty :)
Even if we want to store all the shares in inefficient JSON format, that would be ~25 Mb for 500 000.

Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks !
ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures (NEW!). Third year in bitcoin business.
aistto
Legendary
*
Offline Offline

Activity: 1001
Merit: 1005


View Profile
March 15, 2011, 09:13:25 PM
 #1308

What is the reason of decreasing BTC minig?
difficulty doesn't change. hash rate of pool increase, but my payment for each block down to 30-40% in last 2 days.
why?
comboy
Sr. Member
****
Offline Offline

Activity: 247
Merit: 252



View Profile
March 15, 2011, 09:35:09 PM
 #1309

What is the reason of decreasing BTC minig?
difficulty doesn't change. hash rate of pool increase, but my payment for each block down to 30-40% in last 2 days.
why?

Increased hash rate means your hash rate becomes smaller part of the whole hash rate. So more often blocks, but you get less from them. Better look at daily reward.

Variance is a bitch!
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
March 15, 2011, 09:44:07 PM
Last edit: March 16, 2011, 12:16:01 AM by slush
 #1310

Better look at daily reward.

...which will be also low for today, because we hit few extra long rounds.

Edit: Finally the day wasn't so bad, pool found 5 blocks in the row (firstly in history?) few minutes before midnight. Yes, that's the probability Smiley.

demonofelru
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 15, 2011, 11:22:10 PM
 #1311

Hey Slush totally random question for you feel free to not answer if you want.  I see you are from Prague I have heard there is a pink tank or something there my friend told me about it have you ever seen this "pink tank"?

Names do not matter; however, if you insist...id...
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
March 15, 2011, 11:42:22 PM
 #1312

Hey Slush totally random question for you feel free to not answer if you want.  I see you are from Prague I have heard there is a pink tank or something there my friend told me about it have you ever seen this "pink tank"?

Hehe, everybody in Czech knows Pink tank #23. But it isn't on Smíchov for more than 15 years, they removed it long before I came to Prague. So no, I never seen it Smiley.

Btw it was done by David Černý, a little controversal artist Wink. I like also his Dead Horse which is hanging 20 meters from my office. Both artworks are tightly related to Czech history and mentality.

demonofelru
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 15, 2011, 11:46:45 PM
 #1313

Oh so they took it down? Sad I was planning on seeing if I ever got enough money for a vacation in europe.  Maybe I'll see the horse then instead.

Names do not matter; however, if you insist...id...
slush (OP)
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
March 15, 2011, 11:53:16 PM
 #1314

Oh so they took it down? Sad I was planning on seeing if I ever got enough money for a vacation in europe.  Maybe I'll see the horse then instead.

It's in (I think military) museum, but I never been here.

datathe1st
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 16, 2011, 01:00:40 AM
Last edit: March 16, 2011, 02:11:48 AM by datathe1st
 #1315

Slush, last night my account showed 9.9 BTC confirmed and unconfirmed.  Now it shows only 9.34

How is this possible?


Also last night I had around 0.6 BTC confirmed.  Now it is 0.00358097 BTC


What is going on?  Huh



I think I get it.  Once paid out they get removed from my confirmed amount.  Ahh.  Sorry about that Cheesy


Ooookay new problem - Problem communicating with bitcoin RPC... Huh
aistto
Legendary
*
Offline Offline

Activity: 1001
Merit: 1005


View Profile
March 16, 2011, 07:53:30 AM
 #1316

What is the reason of decreasing BTC minig?
difficulty doesn't change. hash rate of pool increase, but my payment for each block down to 30-40% in last 2 days.
why?

Increased hash rate means your hash rate becomes smaller part of the whole hash rate. So more often blocks, but you get less from them. Better look at daily reward.

daily reward less than ever before...


slush gave answer
Quote
...which will be also low for today, because we hit few extra long rounds.
dacoinminster
Legendary
*
Offline Offline

Activity: 1260
Merit: 1031


Rational Exuberance


View Profile WWW
March 16, 2011, 05:25:02 PM
 #1317

It would be sweet to see GHash/Second in the hall of fame.

# Blocks found weights the hall toward people who have been mining for longer.

SmokeTooMuch
Legendary
*
Offline Offline

Activity: 860
Merit: 1021


View Profile
March 16, 2011, 06:13:57 PM
 #1318

hm why is the site offline ?

edit: nevermind.

Date Registered: 2009-12-10 | I'm using GPG, pm me for my public key. | Bitcoin on Reddit: https://www.reddit.com/r/btc
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2348


Eadem mutata resurgo


View Profile
March 17, 2011, 05:02:49 AM
 #1319


Slush, now that your pool shares are heavily weighted to those found late in the round what is to stop miners cheating by joining late in the round to cash in on all the easy money then?

By this, I mean that they only join your pool when a round has already gone on for longer than the average time for your pool to find a block. So at present they join your pool after ~50 mins into the round, and at other times go solo or with one of the "equal" share pool.

Dude65535
Full Member
***
Offline Offline

Activity: 126
Merit: 101


View Profile
March 17, 2011, 06:40:16 AM
 #1320

A round that has been running for a long time has no better odds of finding a block in the given time period than a new round would.

1DCj8ZwGZXQqQhgv6eUEnWgsxo8BTMj3mT
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 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 ... 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!