Author

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

newbie
Activity: 44
Merit: 0
Sorry, I got a bit of a noob question. I recently started mining on Kano with name.worker1, but when I go to Workers in my account, there is a total of 0 workers.

Did I do anything wrong or does it need some time to show there?
vh
hero member
Activity: 699
Merit: 666
Block!
tich13 way to go!

I lurk here everyday and read every post.

Happy 4th to my fellow rebels and happy day to all at the best fucking pools ever created.

Happy days to Kano and CK.
A toast to the best programmers and thinkers who not only implement their own magic but never stop evaluating what else is out there which can be used to give us the top mining experience.
I've always believed simplicity is elegance, and nowhere is it shown more than these two pools.

Thank you to all who contribute, be safe with your family, your crypto family, and your money be it fiat or coin.

Keep poppin these babies so we end up with a gorgeous payout!


Edit:
On a side note to the posts I have read regarding those looking for a way to change frequency on a schedule. I cannot jam something out as fast as most of the people experienced with cron jobs as my background was mainly DOS, and then windows with some old skills with my TI products in the late 80s, but, I do know this can be done using a cron job which can be setup to execute. Avalon makes it even easier through the GUI where they allow you to execute a cron job. Doing it with the limited Bitmain GUI you need to do it through SSH in and editing a couple of files to have this more automated.
I recommend posting a small bounty in the mining software area as I'm sure someone can knock this out quickly enough. Who knows, if you get a quote there may be enough interested people to help go in with you and cover the cost.

It may be something Kano or CK would be able to work in their very busy sleepless schedules once coin became a variable.
Just something to think about, and it never hurts to ask.

 

Random useful contribution for the kano.is forum regulars, newbies, and lurkers:   

My currently active time of day cron based frequency adjustment:

Drops the frequency on a S7-LN to 100M M-F from 4:00PM to 7:00PM

On some linux box on the same network:

crontab -l
Code:
# m h  dom mon dow   command
0 16 * * 1-5 /root/antminer/s7ln_slow.sh
0 19 * * 1-5 /root/antminer/s7ln_full.sh

cat /root/antminer/s7ln_slow.sh
Code:
#!/bin/sh

minerip="10.15.20.49"
auth="root:root"

pool1url="stratum.kano.is:3333"
pool1user="vhoang_S7LN"
pool1pw="x"
pool2url="solo.ckpool.org:3333"
pool2user="1ACdGz8jn68wHpknGh86oFXeJV6a2NHuva.1"
pool2pw="y"
pool3url="de.kano.is:3333"
pool3user="vhoang_S7LNd"
pool3pw="z"

freq=100
voltage=0650
beep="false"

/usr/bin/curl -X POST -H 'application/x-www-form-urlencoded' \
--data-urlencode "_ant_pool1url=stratum+tcp://$pool1url" \
--data "_ant_pool1user=$pool1user" \
--data "_ant_pool1pw=$pool1pw" \
--data-urlencode "_ant_pool2url=stratum+tcp://$pool2url" \
--data "_ant_pool2user=$pool2user" \
--data "_ant_pool2pw=$pool2pw" \
--data-urlencode "_ant_pool3url=stratum+tcp://$pool3url" \
--data "_ant_pool3user=$pool3user" \
--data "_ant_pool3pw=$pool3pw" \
--data "_ant_nobeeper=$beep" \
--data '_ant_notempoverctrl=false&_ant_fan_customize_switch=false&_ant_fan_customize_value=' \
--data "_ant_freq=$freq" \
--data "_ant_voltage=$voltage" \
--digest -u "$auth" "http://$minerip/cgi-bin/set_miner_conf.cgi"

cat /root/antminer/s7ln_full.sh
Code:
#!/bin/sh

minerip="10.15.20.49"
auth="root:root"

pool1url="stratum.kano.is:3333"
pool1user="vhoang_S7LN"
pool1pw="x"
pool2url="solo.ckpool.org:3333"
pool2user="1ACdGz8jn68wHpknGh86oFXeJV6a2NHuva.1"
pool2pw="y"
pool3url="de.kano.is:3333"
pool3user="vhoang_S7LNd"
pool3pw="z"

freq=700
voltage=0706
beep="false"

/usr/bin/curl -X POST -H 'application/x-www-form-urlencoded' \
--data-urlencode "_ant_pool1url=stratum+tcp://$pool1url" \
--data "_ant_pool1user=$pool1user" \
--data "_ant_pool1pw=$pool1pw" \
--data-urlencode "_ant_pool2url=stratum+tcp://$pool2url" \
--data "_ant_pool2user=$pool2user" \
--data "_ant_pool2pw=$pool2pw" \
--data-urlencode "_ant_pool3url=stratum+tcp://$pool3url" \
--data "_ant_pool3user=$pool3user" \
--data "_ant_pool3pw=$pool3pw" \
--data "_ant_nobeeper=$beep" \
--data '_ant_notempoverctrl=false&_ant_fan_customize_switch=false&_ant_fan_customize_value=' \
--data "_ant_freq=$freq" \
--data "_ant_voltage=$voltage" \
--digest -u "$auth" "http://$minerip/cgi-bin/set_miner_conf.cgi"

Disclaimer: this has been tested on my S7-LN, it probably will not work without significant adjustments for any other models or owners.

If you can't get it to work or question(s), start a different topic for discussion.   

Otherwise, enjoy the new found power..(save mode).

legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Anyone trying to login at the moment will be unable to.

No problem, just a DDoS login password attack that's blocked.
I'll re-enable it once it's all cleared.

Hi Kano - any interesting info on that DDOS attack.
Any sharing if not sensitive, always good to learn anything security related. Thanks
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
It's all good. Citronick helped a bit, and Alan's got the box back up and running. I forgot about accessing via Zack's monitor via the API. Oh, well...too late for coffee.

Maybe Glenlivet 18.  Roll Eyes

Nothing beats a nice whisky before hitting the sack... craving for Hibiki now!

There is this "CKpool Stats" by Ah Tiong on Playstore that is really handy. I use this a lot to see individual miner stats, otherwise I use "CKPool Status" by TheOneJester also on Playstore to see overall hash rate.

Really handy this 2 apps when on the go.

When I am back at home, I use zach monroe's site and kano.is; these are a must have.
legendary
Activity: 952
Merit: 1003
It's all good. Citronick helped a bit, and Alan's got the box back up and running. I forgot about accessing via Zack's monitor via the API. Oh, well...too late for coffee.

Maybe Glenlivet 18.  Roll Eyes
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Ah...thank you muchly...I had an S7 go down in Labrador and needed to check for hash rate, got a blank screen, etc.
The API still works fine.
legendary
Activity: 952
Merit: 1003
Ah...thank you muchly...I had an S7 go down in Labrador and needed to check for hash rate, got a blank screen, etc.
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Anyone trying to login at the moment will be unable to.

No problem, just a DDoS login password attack that's blocked.
I'll re-enable it once it's all cleared.
legendary
Activity: 952
Merit: 1003
Any advice or caveats about moving to Core 0.13.0? I backup the wallet daily to another drive, so I'm not worried about losing that...do I just do the PPA install on the new version, or do I have to prep somehow? (Ubuntu 16.04) You can PM me if this is too OT.

EDIT: I think I found my answer.

Make sure that you are aware of the potential binary problems ((i.e. theft of your coins) not sure how to detect if you have the binary issue - but you are way smarter than me).  I think I posted a link a few pages back.

I'm not worried about that. What happens is that when I do a sudo apt-get update it appears to download/process the updates (there are other apps in there as well), but is then nowhere to be found, and my Core client is still 0.12.1. Confusing...but I can just keep running this way until I figure it out.
full member
Activity: 228
Merit: 100
Any advice or caveats about moving to Core 0.13.0? I backup the wallet daily to another drive, so I'm not worried about losing that...do I just do the PPA install on the new version, or do I have to prep somehow? (Ubuntu 16.04) You can PM me if this is too OT.

EDIT: I think I found my answer.

Make sure that you are aware of the potential binary problems ((i.e. theft of your coins) not sure how to detect if you have the binary issue - but you are way smarter than me).  I think I posted a link a few pages back.
legendary
Activity: 1736
Merit: 1032
Carl, aka Sonny :)
r4 just about the price of a s9 11.85? Seems like they could do better than that. Noise seems cool but still generates heat you have to deal with.

It's simple greed...it looks pretty cool and noise levels are great but it is being sold by a monopoly pure and simple.

It's time for a couple of more green blocks!  Cheesy
hero member
Activity: 770
Merit: 523
r4 just about the price of a s9 11.85? Seems like they could do better than that. Noise seems cool but still generates heat you have to deal with.
legendary
Activity: 952
Merit: 1003
Any advice or caveats about moving to Core 0.13.0? I backup the wallet daily to another drive, so I'm not worried about losing that...do I just do the PPA install on the new version, or do I have to prep somehow? (Ubuntu 16.04) You can PM me if this is too OT.

EDIT: I think I found my answer.
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
I was off the mining some times, I would like to ask you what happened that luck for last 250blocks is under 100%?
As it says there on the blocks page:
Code:
Last 250 Blocks  8.7wks  103.4%  103.80%  103.51%  0.7157  96.61%  98.99%
So the luck was 96.61% for 250 blocks with a CDF[Erl] of 0.7157 ... so not all that unexpected.
The PPS reward over that 250 blocks averaged out around 98.99% PPS after removing pool fees ... so ... yeah not really all that bad ...

but previously, all was green most of the time  Huh
I did not say that is bad now,  but It looked better  before ;P


I would love to see something witty or clever but the last 250 blocks have been pretty bad.

As a wise man once told me : "it happens"   

Now you could say if we really are a 104 to 105% pool  due to superior coding  we will get back to that level over the next 250 blocks.

I prefer to use the 100 blocks as the yardstick - as long as its not crimson red - the house is not on fire yet.

The reality is we have to get the big irons back to get us to our optimum 55PB to be back on the saddle again.

I want to add THs soon and will wait for Avalon 7 for awhile more before drinking the "diluted rat poison with Gatorade".

The only consolation today was some good news on an unofficial cgminer fork for the S9....
legendary
Activity: 4326
Merit: 8950
'The right to privacy matters'
I was off the mining some times, I would like to ask you what happened that luck for last 250blocks is under 100%?
As it says there on the blocks page:
Code:
Last 250 Blocks  8.7wks  103.4%  103.80%  103.51%  0.7157  96.61%  98.99%
So the luck was 96.61% for 250 blocks with a CDF[Erl] of 0.7157 ... so not all that unexpected.
The PPS reward over that 250 blocks averaged out around 98.99% PPS after removing pool fees ... so ... yeah not really all that bad ...

but previously, all was green most of the time  Huh
I did not say that is bad now,  but It looked better  before ;P


I would love to see something witty or clever but the last 250 blocks have been pretty bad.

As a wise man once told me : "it happens"   

Now you could say if we really are a 104 to 105% pool  due to superior coding  we will get back to that level over the next 250 blocks.
hero member
Activity: 1246
Merit: 708
I was off the mining some times, I would like to ask you what happened that luck for last 250blocks is under 100%?
As it says there on the blocks page:
Code:
Last 250 Blocks  8.7wks  103.4%  103.80%  103.51%  0.7157  96.61%  98.99%
So the luck was 96.61% for 250 blocks with a CDF[Erl] of 0.7157 ... so not all that unexpected.
The PPS reward over that 250 blocks averaged out around 98.99% PPS after removing pool fees ... so ... yeah not really all that bad ...

but previously, all was green most of the time  Huh
I did not say that is bad now,  but It looked better  before ;P
legendary
Activity: 1260
Merit: 1006
Mine for a Bit
We will need more to GREEN the place up!
full member
Activity: 233
Merit: 100
reality is what you think it is
At last some greens! And pure luck for the Furypool that they confirmed their own block. It would be 5 for today by now...  But 4 is also not so bad and it's not the end of the day UTC.
hero member
Activity: 1610
Merit: 538
I'm in BTC XTC
Nice try, Bitblurry, you orphaned one but we've made back 3 so far and still going!!  Cheesy
legendary
Activity: 952
Merit: 1003
Wasn't feeling too spiffy last night and crashed early...11 hours later and lots of activity. I VERY much appreciate the transparency and veracity here.

Orphans? Orphans? We don't need no stinkin' orphans! (a la Treasure of the Sierra Madre)

Mine on, y'all... Cool

EDIT: Ya beat me, Sonny...I started here in January, and it's been 938 blocks for me. Didn't realize that until I saw your post, and actually looked at the data.
Jump to: