Author

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

sr. member
Activity: 440
Merit: 250
Well we are not dancing for rain like some other pools. 
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Well in our case, the drop today was the biggest miner chasing altcoins ...
Sigh.
They'll be back I guess as soon as that altcoin pump and dump starts dumping.
Pity that was also the same source as where the 1PH is coming from - so again still waiting on that Sad
sr. member
Activity: 440
Merit: 250
Bitmain's Antpool has 31 PH/s and hasn't hit a block in nearly 12 hours. Where ever the hashrate went, it doesn't guarantee a change in Luck, keep on' keep'n on..........

I agree but there are some nasty times between blocks right now.  I think yesterday was 90 Min block.  I paid my mining bills for the month so I am ok for now. 

On a side thought.  I do believe a smaller pool run by good people with honest miners and good hardware, luck will be better in the long run.  In the past I have pooled with some dildo farm that did a custom software job and was not submitting high diff shares.  They had bad luck solo so they went to pool. MFers no way to tell what that cost.  Prioritizing TX is playing with the random math behind solving a block I think but not sure if it works out mathematically as it is just random.

Half way through a 24 HR shift so sorry for the blabering. 
legendary
Activity: 966
Merit: 1003
Bitmain's Antpool has 31 PH/s and hasn't hit a block in nearly 12 hours. Where ever the hashrate went, it doesn't guarantee a change in Luck, keep on' keep'n on..........
sr. member
Activity: 440
Merit: 250
Pool is 277.58THs now.  Every block we keep away from KNC Bitfurry Antpool is a win. Good things happen to good people and hardware.  Come on pop you SOB.   Grin

Down to 170 THs now...looks like antpower dropped off...hopefully a lucky block or resurgence in hash power will happen soon..

I have stuff spread out on 3 pools.  Not having the best day mining lets just say. 
hero member
Activity: 543
Merit: 500
Pool is 277.58THs now.  Every block we keep away from KNC Bitfurry Antpool is a win. Good things happen to good people and hardware.  Come on pop you SOB.   Grin

Down to 170 THs now...looks like antpower dropped off...hopefully a lucky block or resurgence in hash power will happen soon..
sr. member
Activity: 440
Merit: 250
Pool is 277.58THs now.  Every block we keep away from KNC Bitfurry Antpool is a win. Good things happen to good people and hardware.  Come on pop you SOB.   Grin
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
No, I'll not add it to the API until it's accurate Tongue
That's simply what it would be if the pool was Prop.
Which also matches what it would be if both the pool hash rate and your rash rate were stable for the 100% before the block was found.

How close to accurate is it?  I'm adding support for the pool to my pool monitor app.. I was hoping to show an "estimated payout" value. 

M
Not very accurate Tongue
and as I said, I wont add it to the API until it is accurate.
It's the Prop payout value, but of course the pool is PPLNS, so the above comment about when it would match.

I'll find some of the posts about it:
https://bitcointalk.org/index.php?topic=789369.msg9598991;topicseen#msg9598991
https://bitcointalk.org/index.php?topic=789369.msg9609107;topicseen#msg9609107
legendary
Activity: 1540
Merit: 1001
No, I'll not add it to the API until it's accurate Tongue
That's simply what it would be if the pool was Prop.
Which also matches what it would be if both the pool hash rate and your rash rate were stable for the 100% before the block was found.

How close to accurate is it?  I'm adding support for the pool to my pool monitor app.. I was hoping to show an "estimated payout" value. 

M
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
310 TH.  Undecided
Well, the supposed 1PH will come some time soon.
But I guess such a setup does take some time to get it all sorted out.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Planning on adding some basic API stats?  That way I can see when we get that block without having to F5 the site.

M
Adding - yes - when? I'll move it up the priority since you asked Smiley
...
Added - under the 'Account' menu -> 'User Settings'

You can create an API key for yourself and it will show you the url to get the data used for the top of the page.
The format is the same as the internal format used between the web and ckdb:
fieldname1=value1TABfieldname2=value2TABfieldname3=value3...
Where TAB is of course a tab character between each (but not before the first or after the last)
... and now updated to also reply with json if you add &json=y on the end (as it shows on the web site)
All field values are returned as "text"

Is the "estimated payout" value in here somewhere?  I'm not seeing it.

M

If you are signed in, look at the bottom of your workers page.

ex Payout est if block found at 100%: ~0.08578819 BTC

Yes.  I'm referring to the API output..

M
No, I'll not add it to the API until it's accurate Tongue
That's simply what it would be if the pool was Prop.
Which also matches what it would be if both the pool hash rate and your rash rate were stable for the 100% before the block was found.
legendary
Activity: 2483
Merit: 1482
-> morgen, ist heute, schon gestern <-
 Roll Eyes alone i got 140 GH/s, WOW 300 TH/s!!!
sr. member
Activity: 440
Merit: 250
legendary
Activity: 1540
Merit: 1001
Planning on adding some basic API stats?  That way I can see when we get that block without having to F5 the site.

M
Adding - yes - when? I'll move it up the priority since you asked Smiley
...
Added - under the 'Account' menu -> 'User Settings'

You can create an API key for yourself and it will show you the url to get the data used for the top of the page.
The format is the same as the internal format used between the web and ckdb:
fieldname1=value1TABfieldname2=value2TABfieldname3=value3...
Where TAB is of course a tab character between each (but not before the first or after the last)
... and now updated to also reply with json if you add &json=y on the end (as it shows on the web site)
All field values are returned as "text"

Is the "estimated payout" value in here somewhere?  I'm not seeing it.

M

If you are signed in, look at the bottom of your workers page.

ex Payout est if block found at 100%: ~0.08578819 BTC

Yes.  I'm referring to the API output..

M
hero member
Activity: 543
Merit: 500
Planning on adding some basic API stats?  That way I can see when we get that block without having to F5 the site.

M
Adding - yes - when? I'll move it up the priority since you asked Smiley
...
Added - under the 'Account' menu -> 'User Settings'

You can create an API key for yourself and it will show you the url to get the data used for the top of the page.
The format is the same as the internal format used between the web and ckdb:
fieldname1=value1TABfieldname2=value2TABfieldname3=value3...
Where TAB is of course a tab character between each (but not before the first or after the last)
... and now updated to also reply with json if you add &json=y on the end (as it shows on the web site)
All field values are returned as "text"

Is the "estimated payout" value in here somewhere?  I'm not seeing it.

M

If you are signed in, look at the bottom of your workers page.

ex Payout est if block found at 100%: ~0.08578819 BTC
legendary
Activity: 1540
Merit: 1001
Planning on adding some basic API stats?  That way I can see when we get that block without having to F5 the site.

M
Adding - yes - when? I'll move it up the priority since you asked Smiley
...
Added - under the 'Account' menu -> 'User Settings'

You can create an API key for yourself and it will show you the url to get the data used for the top of the page.
The format is the same as the internal format used between the web and ckdb:
fieldname1=value1TABfieldname2=value2TABfieldname3=value3...
Where TAB is of course a tab character between each (but not before the first or after the last)
... and now updated to also reply with json if you add &json=y on the end (as it shows on the web site)
All field values are returned as "text"

Is the "estimated payout" value in here somewhere?  I'm not seeing it.

M
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Payout 334106 sent and confirmed.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
So what caused the decrease in hashing?  I normally just set my miners and forget it.  I like this pool a lot and will keep my 8T here.

Looks like melancon bailed and antpower & canaan have moved a good bit of their hash somewhere else. Lets hope for a good luck streak and you will see some nice payouts with 8T.
Melancon bailed.
The others haven't moved it "elsewhere" they've done something else.

Solo or shutdown?
Well, one of them is moving other stuff in ... slowly Smiley
sr. member
Activity: 440
Merit: 250
So what caused the decrease in hashing?  I normally just set my miners and forget it.  I like this pool a lot and will keep my 8T here.

Looks like melancon bailed and antpower & canaan have moved a good bit of their hash somewhere else. Lets hope for a good luck streak and you will see some nice payouts with 8T.
Melancon bailed.
The others haven't moved it "elsewhere" they've done something else.

Solo or shutdown?
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
So what caused the decrease in hashing?  I normally just set my miners and forget it.  I like this pool a lot and will keep my 8T here.

Looks like melancon bailed and antpower & canaan have moved a good bit of their hash somewhere else. Lets hope for a good luck streak and you will see some nice payouts with 8T.
Melancon bailed.
The others haven't moved it "elsewhere" they've done something else.
Jump to: