Author

Topic: [4+ EH] Slush Pool (slushpool.com); Overt AsicBoost; World First Mining Pool - page 895. (Read 4382653 times)

legendary
Activity: 1386
Merit: 1097
Payouts are still disabled, I came at home too late and it's always better to be fresh while handling with coins. I'm working on fix right now and payouts should be enabled very soon.
legendary
Activity: 1386
Merit: 1097
splitt, invalid ratio is slightly under 1% in long term average. Yes, in recent days there were some extra invalids, but as you can trace on blockchain.info, it was really just bad luck, there isn't any obvious mistake. Pool is also directly connected to some well propagated nodes and also to few other pools to minimize latency.
newbie
Activity: 12
Merit: 0
Hi. I noticed that recently there have been a lot of invalid blocks here on Slush.
Is that normal or just bad luck?
What is the average number of invalid blocks for, say, 30 days?

Thanks!
legendary
Activity: 1386
Merit: 1097
Writing from mobile connection; i was fixing one issue on the server, sorry for short outage. Connection from here was incredibly laggy. I also stopped payouts, they'll be back on the evening UTC.
mem
hero member
Activity: 644
Merit: 501
Herp Derp PTY LTD
pool appears to be offline atm Sad

still first time Ive ever seen an outage on slush, finally had to configure a failover pool in cgminer.
full member
Activity: 184
Merit: 100
Feel the coffee, be the coffee.
...so it can't be too much harder than PPLNS to implement here - especially when Slush has more experience than anyone at running a pool using exponential scoring).

The main difference between current score implementation is that score equation needs only time as an input, but proper implementation of DGM need to know also count of already submitted shares (across all backends). Pool core is designed quite scalable, there's no online synchronization between backends necessary, but it goes against DGM requirements. And it's the pain and the reason why it takes so much time. Originally I expect that it won't be so hard, but I felt into solving strange threading issues (cause framework which I'm currently using doesn't natively support user's threads).

Can't you multiply (or add the logs) of all the "s" variables from all the backend nodes and then do the same for the per-user scores (sk) ?

It might work, but I suck at math, Meni may have an idea on how to algebrize that.

Edit: Just in case I was not clear, the idea would be to have each backend node do DGM independently and then multiply all the backend "s" together and all the backend "sk" together to estimate or compute the payout.
legendary
Activity: 1386
Merit: 1097
Ok, it's back up, downtime was 35 minutes.
legendary
Activity: 1386
Merit: 1097
I'll start linux kernel & database update in following 30 minutes. Unfortunately I need to stop application, expected downtime will be 20-30 minutes.
legendary
Activity: 1386
Merit: 1097
Would moving to PPLNS temporarily be a possibility? Or would you be changing one difficult to solve problem for another?

At this moment is simplier to finish DGM than do all coding and testing for PPLNS and then DGM again...
donator
Activity: 2058
Merit: 1007
Poor impulse control.
The main difference between current score implementation is that score equation needs only time as an input, but proper implementation of DGM need to know also count of already submitted shares (across all backends). Pool core is designed quite scalable, there's no online synchronization between backends necessary, but it goes against DGM requirements. And it's the pain and the reason why it takes so much time. Originally I expect that it won't be so hard, but I felt into solving strange threading issues (cause framework which I'm currently using doesn't natively support user's threads).

Thanks for your input there - it's interesting to know how the differences in payout implementation affect pool operators.

Would moving to PPLNS temporarily be a possibility? Or would you be changing one difficult to solve problem for another?
legendary
Activity: 1386
Merit: 1097
...so it can't be too much harder than PPLNS to implement here - especially when Slush has more experience than anyone at running a pool using exponential scoring).

The main difference between current score implementation is that score equation needs only time as an input, but proper implementation of DGM need to know also count of already submitted shares (across all backends). Pool core is designed quite scalable, there's no online synchronization between backends necessary, but it goes against DGM requirements. And it's the pain and the reason why it takes so much time. Originally I expect that it won't be so hard, but I felt into solving strange threading issues (cause framework which I'm currently using doesn't natively support user's threads).
donator
Activity: 2058
Merit: 1007
Poor impulse control.
Can anyone explain the benefit of DGM over PPLNS?  Pool hopping is also prevented by PPLNS and seems like it would be much easier to implement.  From what I gather, DGM helps 'absorb' a little bit of variation but I would imagine that isn't as big a deal on a larger pool like Slush's. 

PPLNS is a subset of DGM solutions. DGM has much more flexibility than PPLNS: variance and maturity time can be tuned to the miners' and pool op's needs and wants. PPLNS cannot.

All of the info (not just my interpretation of it) is here.

Btw there are a number of DGM pools now, so it can't be too much harder than PPLNS to implement here - especially when Slush has more experience than anyone at running a pool using exponential scoring).
newbie
Activity: 55
Merit: 0
Can anyone explain the benefit of DGM over PPLNS?  Pool hopping is also prevented by PPLNS and seems like it would be much easier to implement.  From what I gather, DGM helps 'absorb' a little bit of variation but I would imagine that isn't as big a deal on a larger pool like Slush's. 
newbie
Activity: 31
Merit: 0
I like the wait... Something Zen about it I suppose...

I would imagine that is a built-in safety to better allow for the detection of fraud or manipulation.
legendary
Activity: 1386
Merit: 1097
No big deal, but comfort... It's useless to wait that much, even 10 confirmations (<2 hours !) is more than enough.

Well, then ask Satoshi why he defined 100 blocks for validation in Bitcoin protocol :-).

My original idea was to implement pooled mining with the same rules as original Bitcoin network, which I'm still keeping. But I agree that it has some PR drawbacks. I'll think about paying blocks faster...
full member
Activity: 148
Merit: 100
Crazy!
What's the big deal? Mining is longterm business, couple of hours won't kill you.

Yes, there are pools that pay right after block discovery, but they are doing it at their own risk. Slush's pool is in this way very conservative (and this is IMHO good).

Maybe 50 would be enough, but that makes no difference though - 10 or 20 hours vs. weeks or months of mining....

No big deal, but comfort... It's useless to wait that much, even 10 confirmations (<2 hours !) is more than enough.
I guess a lot of people don't like to wait either, I've read some that don't mine at Slush because of this and the more hashing power Slush get, the better for us (less variance for everybody...).
newbie
Activity: 22
Merit: 0
Hi Slush, Hi Everyone,

Is waiting 100 confirmations really necessary? Did you ever saw a block with 10 or even 5 confirmations to be invalid?
Like many, I don't like waiting for confirmations... Blocks get confirmed ~20 hours after being discovered, I think this is way too much waiting...

Also, I hope DGM will come soon, because I don't like hoppers (but I like slush's pool, don't want to switch to ozcoin...)

What's the big deal? Mining is longterm business, couple of hours won't kill you.

Yes, there are pools that pay right after block discovery, but they are doing it at their own risk. Slush's pool is in this way very conservative (and this is IMHO good).

Maybe 50 would be enough, but that makes no difference though - 10 or 20 hours vs. weeks or months of mining....
full member
Activity: 148
Merit: 100
Crazy!
Hi Slush, Hi Everyone,

Is waiting 100 confirmations really necessary? Did you ever saw a block with 10 or even 5 confirmations to be invalid?
Like many, I don't like waiting for confirmations... Blocks get confirmed ~20 hours after being discovered, I think this is way too much waiting...

Also, I hope DGM will come soon, because I don't like hoppers (but I like slush's pool, don't want to switch to ozcoin...)
legendary
Activity: 1386
Merit: 1097
Hello slush pool! I dove in for a swim yesterday for the first time, and I'm curious as to how long it takes to validate blocks and why invalid blocks exist in the first place.

Hello werdna94, it takes 100 another blocks to validate freshly mined block, it's part of Bitcoin protocol rules. There are few reasons why block can be invalid: https://en.bitcoin.it/wiki/Invalid_block
legendary
Activity: 1386
Merit: 1097
I'm sorry for those invalid blocks yesterday, it was fixed manually few hours later. Yes, it was because of blockexplorer.com.
Jump to: