Author

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

legendary
Activity: 952
Merit: 1003
Well, let's see...I gotta go to Home Depot after the audiologist for a couple of micro-USB cables for the Raspberry Pi's...maybe that'll be good for a block or two. I couldn't grind a stump if my life depended on it.  Roll Eyes
legendary
Activity: 1736
Merit: 1032
Carl, aka Sonny :)
Man, I had to sleep in this morning...I was totally exhausted from the stump grinding work I did all day yesterday.  It's good to see the 2 blocks overnight!  Good job 18EirzXnr and kranium! Cheesy Cheesy

I rented a stump grinder from home depot about 6 months ago.... I think I'm still sore from the lashing it gave me.

That's where I rented mine also...I can barely walk today!  They had a larger self-propelled model but I was too cheap to pay the extra $100.  The 13 HP model did the job but it I had to endure about 10 hours of pure physical beating to get it done.  It was funny how every time I went out to use it we hit blocks!
sr. member
Activity: 324
Merit: 250
Man, I had to sleep in this morning...I was totally exhausted from the stump grinding work I did all day yesterday.  It's good to see the 2 blocks overnight!  Good job 18EirzXnr and kranium! Cheesy Cheesy

I rented a stump grinder from home depot about 6 months ago.... I think I'm still sore from the lashing it gave me.
sr. member
Activity: 546
Merit: 253
Man, I had to sleep in this morning...I was totally exhausted from the stump grinding I did all day yesterday.  It's good to see the 2 blocks overnight!  Cheesy Cheesy

Go grind more stumps. It seems to bring us good luck  Wink
legendary
Activity: 1736
Merit: 1032
Carl, aka Sonny :)
Man, I had to sleep in this morning...I was totally exhausted from the stump grinding work I did all day yesterday.  It's good to see the 2 blocks overnight!  Good job 18EirzXnr and kranium! Cheesy Cheesy
sr. member
Activity: 546
Merit: 253
Positive energy from me today. Let the blocks roll in.
legendary
Activity: 952
Merit: 1003
I do like waking up to a block or two...or three...or...

Waiting on my next A6 that shipped. This one seems really sensitive to being physically moved once it's hashing...disconnects, reconnects, etc. when there doesn't appear to be any problem with connections, etc. Interesting. Solution...just don't move it.  Cool
hero member
Activity: 1610
Merit: 538
I'm in BTC XTC
I'm a little late but let's hear it for kranium using their electronic head to crack the last block!  Schweet! Cool
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Hmm, quiet again - another block by kranium again Smiley
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
I haven't look at it, and I can't stand a language that decides code execution based on invisible characters ... so I avoid python completely ... and no that's not a complaint about your code Smiley Just thought I'd mention that Smiley

+1 on Python's idiotic reliance on indentation for delineating code blocks. Makes it a pain to copy and insert code from other developers because some (the right thinking ones) use tabs and others (the wrong thinking ones) use spaces. Yeah, I come down on the tab side in that religious war Wink

What's wrong with using explicit characters, like braces, for code blocks for crap's sake?

But even with pain in the ass of having to entab and normalize text more often than I'd like, I find Python too damn useful for small scale needs. It's great for limited scripts and glue between other tools. More often than not I start writing what I thought would be a simple script in Bash, then I get over some number lines or need to do anything complex then wish I'd used Python.

That said I'm glad you're not using Python for this pool. I assume that it's all compiled C, and it shows.

I recently started running a proxy and it's really interesting what you see in the logs. Kano.is and the ck solo pool are both rock solid on the connection front. Literally zero disconnects.

F2Pool (which I have as a third backup) shows something like 40 disconnects a day. Some other pools that I won't mention seem similarly shaky.

Running a proxy has been very eye opening...

If you set our pool as your third priority it is normal to have disconnect every half an hour or so because you are not submitting shares so that your connection's priority will be reduced and it may be seen as dead connection by the server as well.

So you're saying that if I was submitting shares your pool would appear to suck less.

Maybe. But then there's the empty blocks and whatnot.
There of course is the fact that they pay less also.

That's expected to pay less, not luck based at all Smiley

They pay under 100% PPS coz they take away fees from the PPS miners.

Here we are EXPECTED to pay OVER 100% PPS.

But lots of people are stupid enough to mine there, so, I guess that's their problem for wanting to be paid less than mining here Smiley
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
So a block happened whole 18 minutes ago and no one mentioned it!

Block!
Well it's a quiet time of the UTC - though I know about it before anyone but the person who found it could know about it and report them in irc as I did with that one Smiley
legendary
Activity: 1150
Merit: 1004
I haven't look at it, and I can't stand a language that decides code execution based on invisible characters ... so I avoid python completely ... and no that's not a complaint about your code Smiley Just thought I'd mention that Smiley

+1 on Python's idiotic reliance on indentation for delineating code blocks. Makes it a pain to copy and insert code from other developers because some (the right thinking ones) use tabs and others (the wrong thinking ones) use spaces. Yeah, I come down on the tab side in that religious war Wink

What's wrong with using explicit characters, like braces, for code blocks for crap's sake?

But even with pain in the ass of having to entab and normalize text more often than I'd like, I find Python too damn useful for small scale needs. It's great for limited scripts and glue between other tools. More often than not I start writing what I thought would be a simple script in Bash, then I get over some number lines or need to do anything complex then wish I'd used Python.

That said I'm glad you're not using Python for this pool. I assume that it's all compiled C, and it shows.

I recently started running a proxy and it's really interesting what you see in the logs. Kano.is and the ck solo pool are both rock solid on the connection front. Literally zero disconnects.

F2Pool (which I have as a third backup) shows something like 40 disconnects a day. Some other pools that I won't mention seem similarly shaky.

Running a proxy has been very eye opening...

If you set our pool as your third priority it is normal to have disconnect every half an hour or so because you are not submitting shares so that your connection's priority will be reduced and it may be seen as dead connection by the server as well.

So you're saying that if I was submitting shares your pool would appear to suck less.

Maybe. But then there's the empty blocks and whatnot.
legendary
Activity: 1150
Merit: 1004
So a block happened whole 18 minutes ago and no one mentioned it!

Block!
sr. member
Activity: 324
Merit: 260
I haven't look at it, and I can't stand a language that decides code execution based on invisible characters ... so I avoid python completely ... and no that's not a complaint about your code Smiley Just thought I'd mention that Smiley

+1 on Python's idiotic reliance on indentation for delineating code blocks. Makes it a pain to copy and insert code from other developers because some (the right thinking ones) use tabs and others (the wrong thinking ones) use spaces. Yeah, I come down on the tab side in that religious war Wink

What's wrong with using explicit characters, like braces, for code blocks for crap's sake?

But even with pain in the ass of having to entab and normalize text more often than I'd like, I find Python too damn useful for small scale needs. It's great for limited scripts and glue between other tools. More often than not I start writing what I thought would be a simple script in Bash, then I get over some number lines or need to do anything complex then wish I'd used Python.

That said I'm glad you're not using Python for this pool. I assume that it's all compiled C, and it shows.

I recently started running a proxy and it's really interesting what you see in the logs. Kano.is and the ck solo pool are both rock solid on the connection front. Literally zero disconnects.

F2Pool (which I have as a third backup) shows something like 40 disconnects a day. Some other pools that I won't mention seem similarly shaky.

Running a proxy has been very eye opening...

If you set our pool as your third priority it is normal to have disconnect every half an hour or so because you are not submitting shares so that your connection's priority will be reduced and it may be seen as dead connection by the server as well.
legendary
Activity: 952
Merit: 1003
Sorry for the offtopic, but because some of you are talking about avalons, I was thinking in getting one.

In a scale from 1 to S7, how loud are these?

I just bought one, and it is MUCH quieter than either the 1 or 2-fan S7s I had here.

EDIT: It's even quieter than the pair of S3s that are still running right below it.
full member
Activity: 233
Merit: 100
reality is what you think it is
Yeah, smth is going on there in China. Canaan Creative now has a new owner as far as I understand... http://www.coindesk.com/bitcoin-mining-asic-acquired-avalon/
full member
Activity: 186
Merit: 100
Avalon 6 is quieter and less nasty pitch.

I am on iPad  so linking to my threads on the Avalon 6 threads is not easy.

The delta fan s-6 was pretty quiet

The newer fan was louder.

I got a case of very good sub fans that worked Sanyo ace

Thanks Phil, as a previous owner of S1s, S3s, SP20 and Dell server psus I though the s7 was another kinda loud miner, but damn, it is more louder and dangerous, my house can't stand it.
legendary
Activity: 4382
Merit: 9330
'The right to privacy matters'
Sorry for the offtopic, but because some of you are talking about avalons, I was thinking in getting one.

In a scale from 1 to S7, how loud are these?

Avalon 6 is quieter and less nasty pitch.

I am on iPad  so linking to my threads on the Avalon 6 threads is not easy.

The delta fan s-6 was pretty quiet

The newer fan was louder.

I got a case of very good sub fans that worked Sanyo ace
full member
Activity: 186
Merit: 100
Sorry for the offtopic, but because some of you are talking about avalons, I was thinking in getting one.

In a scale from 1 to S7, how loud are these?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Personally I wish the block statistics was based on the current time, not the last block time.

For example, right now, it says we got 5 blocks in 6.7 hrs which looks great and is nice shiny green.  But it hides the fact we haven't really had a block for 14 hrs and it has been over 20 hrs since that 5th block was mined. Sad

Meh. An unhealthy obsession with short-term statistics is a frustrating game. Are you going to pool hop based on 1 or 5 day luck?

Was great when we were up 108% or so long-term, for sure, but I've not seen evidence of a change in policy/practice/management that makes me think that something is fundamentally different and now wrong with the pool.

Steady on...

I don't believe there is anything there is indicate an unhealthy obsession with short term statistics or pool hopping.  I simply made a comment that I felt that the current displayed statistics could be improved if they were based on the current time rather than the time the last block was found.  You are certainly free to express your own opinion.
The details of the yet to be found block are clearly at the top of every page.

I don't deal in predicting the future, that block doesn't exist yet, so it's not shown as a block anywhere.

(Edit: and block times are how long they took to find, not how long since they were found)
Jump to: