Author

Topic: KanoPool kano.is lowest 0.9% fee 🐈 since 2014 - Worldwide - 2432 blocks - page 2050. (Read 5352086 times)

legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
...
Would it be possible display the last 100 blocks on the Blocks page? right now onl the last 42 are displayed. Maybe there is a reason 42 are displayed.

Thanks,
Because 6x7
legendary
Activity: 1302
Merit: 1068
Whoever stopped sacrificing the rubber chicken, please start again. No block in 61hours just plainly suxors!  Wink

Sorry, it's probably my fault. I started mining Sha256 for the first time ever, on Kano pool, on this block, when it was at 60%~

I must have jinxed it!

hero member
Activity: 518
Merit: 500
Any reason why the invalid share count went up by 10x?
Hmmm ... good spot. My guess is a rejected block (I'll check and see if it was one of my rigs ...)

EDIT: Nope ... best share on of all my rigs is 828,477,642 and biggest cum rejected share 279,149
hero member
Activity: 968
Merit: 515
Any reason why the invalid share count went up by 10x?
legendary
Activity: 1694
Merit: 1002
Go Big or Go Home.....
Whoever stopped sacrificing the rubber chicken, please start again. No block in 61hours just plainly suxors!  Wink
hero member
Activity: 575
Merit: 500
Yeah  that's fine. Although ck broke the pool with his update. We haven't had a block solve since. Cheesy
Can we start the hourly restarts? Lol

Lol, I'm all for it!

Thanks, bud.
Heh, the pool uptime has been 7 days ... the last 10 blocks all under 100%
But ... OK ... just restarted it anyway Smiley
One of the more ugly restarts in a while ... everyone will have failed over.
All up and running ok again.

Would it be possible display the last 100 blocks on the Blocks page? right now onl the last 42 are displayed. Maybe there is a reason 42 are displayed.

Thanks,
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Yeah  that's fine. Although ck broke the pool with his update. We haven't had a block solve since. Cheesy
Can we start the hourly restarts? Lol

Lol, I'm all for it!

Thanks, bud.
Heh, the pool uptime has been 7 days ... the last 10 blocks all under 100%
But ... OK ... just restarted it anyway Smiley
One of the more ugly restarts in a while ... everyone will have failed over.
All up and running ok again.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Well from the mining side you shouldn't be mining to an IP address Smiley
I'll look into seeing what they say about the rdns ...
I wasn't doing any mining, just troubleshooting slowdowns and 'website access denied' problems on a completely unrelated web sites. I've accidentally found that your has the same problem as the other ones. This could cause you (and your members) problems as the most common symptom was 'slowdown', not 'doesn't work anymore', depending on the firewall setup on the miner's end.

Yeah they'll be updated soon.
I'm not exactly sure if they did it on purpose or by mistake for the defaults - though I did ask them but they skipped that question among the rest.
I've sent them updates but they also initially just removed the '$' characters so that should be resolved now or some time in the next 24hrs or so.
I've not actually had anyone ask about slow web access.
The web site it very fast ... most of the time ... by design Smiley
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Well from the mining side you shouldn't be mining to an IP address Smiley
I'll look into seeing what they say about the rdns ...
full member
Activity: 143
Merit: 100
Using some expensive heaters
Yeah  that's fine. Although ck broke the pool with his update. We haven't had a block solve since. Cheesy
Can we start the hourly restarts? Lol

Lol, I'm all for it!

Thanks, bud.
legendary
Activity: 1694
Merit: 1002
Go Big or Go Home.....
Yeah  that's fine. Although ck broke the pool with his update. We haven't had a block solve since. Cheesy
Can we start the hourly restarts? Lol
full member
Activity: 143
Merit: 100
Using some expensive heaters
Hi,

Just a quick question for anyone who's mining on the pool right now:

Is all your hashing showing up? Just double-checking if it's just a problem with my hosted miners or the pool.

Thanks!
member
Activity: 70
Merit: 10
Time is the one thing you can't run from
Hi Kano, since BTCGUILD closed down i have used a few pools but none that made me want to stick with them. I happened upon this thread and your attitude and honesty have won me over so i'm pointing my s3+'s at your pool and will keep them there. I see you have written some modifications for the s3 but i can't seem to find the all the information. Is there a thread that explains it fully? Are there any performance gains or is it mainly a graphical change? Thanks in advance!
Firstly the AntS3 README is here:
https://github.com/kanoi/cgminer-binaries/tree/master/AntS3
One big change I've added since I merged in the S3 changes into master git is to reduce CPU usage.
You'll find the Load Average spends most of it's time under 1.0 - and that change is advantageous, not harmful.
I basically removed a major CPU waste, doing something unnecessary.

There are a bunch of issues with the bitmain fork of cgminer, which are not in the master cgminer of course.
They are actually listed in the S2 README:
https://github.com/kanoi/cgminer-binaries/tree/master/AntS2
down at the initial release

Master cgminer doesn't have the Best Share of Diff setting problem either (they added that problem to some of their versions)
Also, of course, it's the latest cgminer 4.9.2 which means it has all the latest cgminer fixes

The update is not a flash change, just a few reasonably simple steps to extract an archive into the Ant
The archive file is simply a gzipped tar of the changes that are all effectively the source code except for the cgminer binary itself.

Thanks for clarifying. Updated the first one and about to update the second with no issues.

The web interface changes are listed in the AntS3 README, the most important one being you can see and modify the API allow settings to make it secure.

Since you have an S3+ make sure you check what your settings are in the Advanced Tab before you update and set/save them again after the update.
However it's easy to see what settings my version is running since I also display them at the bottom of the Miner Status web page
Thanks for clarifying and pointing me to your github. First one done with no issues and about to do the second.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Hi Kano, since BTCGUILD closed down i have used a few pools but none that made me want to stick with them. I happened upon this thread and your attitude and honesty have won me over so i'm pointing my s3+'s at your pool and will keep them there. I see you have written some modifications for the s3 but i can't seem to find the all the information. Is there a thread that explains it fully? Are there any performance gains or is it mainly a graphical change? Thanks in advance!
Firstly the AntS3 README is here:
https://github.com/kanoi/cgminer-binaries/tree/master/AntS3
One big change I've added since I merged in the S3 changes into master git is to reduce CPU usage.
You'll find the Load Average spends most of it's time under 1.0 - and that change is advantageous, not harmful.
I basically removed a major CPU waste, doing something unnecessary.

There are a bunch of issues with the bitmain fork of cgminer, which are not in the master cgminer of course.
They are actually listed in the S2 README:
https://github.com/kanoi/cgminer-binaries/tree/master/AntS2
down at the initial release

Master cgminer doesn't have the Best Share of Diff setting problem either (they added that problem to some of their versions)
Also, of course, it's the latest cgminer 4.9.2 which means it has all the latest cgminer fixes

The update is not a flash change, just a few reasonably simple steps to extract an archive into the Ant
The archive file is simply a gzipped tar of the changes that are all effectively the source code except for the cgminer binary itself.

The web interface changes are listed in the AntS3 README, the most important one being you can see and modify the API allow settings to make it secure.

Since you have an S3+ make sure you check what your settings are in the Advanced Tab before you update and set/save them again after the update.
However it's easy to see what settings my version is running since I also display them at the bottom of the Miner Status web page
member
Activity: 70
Merit: 10
Time is the one thing you can't run from
Hi Kano, since BTCGUILD closed down i have used a few pools but none that made me want to stick with them. I happened upon this thread and your attitude and honesty have won me over so i'm pointing my s3+'s at your pool and will keep them there. I see you have written some modifications for the s3 but i can't seem to find the all the information. Is there a thread that explains it fully? Are there any performance gains or is it mainly a graphical change? Thanks in advance!
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
...

So whats the odds of keeping the luck at over 200% for the next 10 block with such a good luck streak over the last 10 block, or 25 and 50 for that matter.......
To answer that in terms of a run of blocks, (which I didn't in the last answer ...)
Well, firstly, the previous 5, 10, 25 have no effect on the next 5, 10, 25.
But the CDF[Erl] of the block range gives you insight into the chances of getting the current value ... and of course the chance of repeating the same performance at the end of the next N blocks
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Payout 365602 sent
0469d434de8bfc6561e6eb9c440e8eb1885d5a38b3b779ff6b646e6e4615a5a1
and confirmed
Payout 365637 sent
39ac3b69b3b158a659f72cb061689da7844d6d6f80dd6150127a82e93e5ff6a3
and confirmed
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Well ... we did an hour and a half ago Smiley

Payouts 365491 and 365509 sent
f9811d479993f1cdfc2030ac9bdc9a4a79aa91c2b60aae1d2aea84bb82c40940
8e37ec2c2cbc6ac1877153c4dd7aede4341535f8271c3065e30e6e191e734ccf
and both confirmed


So whats the odds of keeping the luck at over 200% for the next 10 block with such a good luck streak over the last 10 block, or 25 and 50 for that matter.......
Well in the simplest terms ...
For the 5 block luck to stay the same or be better, the new block found must be the same or better than the current 5th block.
i.e. the 5 block range drops one off the end when it adds a new one on the front.

That's of course the same for each of the block ranges (except the "All" blocks one)
How much the range luck will change will depend on the luck of the new block found vs the one dropped off the end of the range.
sr. member
Activity: 419
Merit: 250
Wow guys - that's some blocktastic green run you've got going on there, well done!

Do you think it's because of your modifications -ck mentioned earlier?:

Gimme gimme........ Wink Cheesy
The modifications are custom and private, sorry Smiley Pools need to have some advantage.

I'm intrigued...... Wink
Well ... actually ... it is valid to say it affects the % luck of the pool.

There is a problem in the bitcoin world of saying what the pool's luck is.

Although you would statistically expect that over a long period of time, the pool's accepted hashes would approach the expected: 100% luck, that isn't completely true.

There are factors that reduce the number of blocks found.
Specifically orphans.
Some pools have long term bad luck because they are slow at handling block changes and lose more blocks because of that.
Eligius is an example of this

There were also pools that counted stale shares for a short period of time after the block change had occurred.
While this makes the pool look better by lowering and lying about their reject statistics, it also has the long term effect of lowering the pool luck.
Not sure which pools do this.

One pool in particular doesn't count all the hashes used to produce it's blocks and thus reports luck higher than it really is.
P2Pool

The change does have a long term affect on our % luck, but it doesn't affect what is really 'Luck' - which isn't exactly what pools report Tongue

However, it is also true to simply say that running ckpool has a long term effect on the % luck since it handles block changes very fast.

So it may lead to a better "luck" the metric but has no impact on "Luck" the abstract concept of things seeming to go your way.
hero member
Activity: 615
Merit: 500
Not sure the odds, but we found another one!
Jump to: