Author

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

legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Ah well ... a close one escaped a short while ago
Code:
[2016-09-30 11:30:30.777+10] Share (432151) ok Diff 99.7% (240590099975/241227200230.0) WHMining Pool 251120145548.0 251G 104.10%
legendary
Activity: 3892
Merit: 4331
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

That's what happens when you suddenly awaken a sleeping sentient entity...  Roll Eyes

you are joking, but when you are running several miners, spooky things do happen from time to time, although these can be easily explained (probably) by electrical engineers, which I am not.
From the studies in biology, though, there are ALWAYS emergent properties in complex systems that cannot be easily predicted by individual units properties and/or behavior.
legendary
Activity: 1736
Merit: 1032
Carl, aka Sonny :)
CKDB restart done. All OK.
22:50:53 to 23:00:13 UTC (9mins 20secs)
Payout/Reward/Shift data processed for the block and showing correctly.

Thanks Kano!  It's almost time to start Block Friday!  Grin
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
CKDB restart done. All OK.
22:50:53 to 23:00:13 UTC (9mins 20secs)
Payout/Reward/Shift data processed for the block and showing correctly.
legendary
Activity: 952
Merit: 1003
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

That's what happens when you suddenly awaken a sleeping sentient entity...  Roll Eyes
Oddly - I woke up, for no obvious reason, a few mins before the block ...

The reward generation code is what crashed - I'm looking into it now.
Just need to fix it before that payout comes due Smiley

Feels like you have an margin failure in the code, since 700%+ duration is so rarely seen, if ever. I'd rather it fails on condition (lim -> 0).
No, it's a line of code with a null value that's (years) old and I've no idea how it ever worked to start with Tongue
(It's data that doesn't matter - a field that is always blank, but somehow the code doesn't seem to mind that it's null)
Still trying to discover why it worked fine in all but the latest code.
Maybe being half awake is dulling my senses Smiley
I'll do a restart again once it's sorted out but that may be a while off yet.
I'll do a CKDB restart at ~22:45pm UTC in roughly 1.5hrs (the shift that should complete around then)
No miners will be affected.
Web site/api will show lotsa ? for about 10 minutes.

It's the bug fix for the reward calculation code that crashed.
Just in case anyone was worried, it didn't affect anything in the past - it's 3 as yet unused text fields that are always blank, but for some reason being null (the bug) never crashed the code before. They are now blank and not null.
I've also added a check for anything else being null that may have unexpectedly worked in the past - it now spits out a warning about where in the code it was null, so I can fix any others that might have been hiding for the past year or 2 Tongue
Check the git commit log if you are curious.
sr. member
Activity: 546
Merit: 253
I'm probably gonna look the fool, but I'm guessing (and it is a guess, although an "educated" one) we're going to see an announcement on the A7 come Monday. Canaan's tweet and news release this morning rather point to that.

I could be wrong, of course...probably am...but heck, there's no fun in not blindly speculating...  Undecided

Yeah these words of Canaan's CEO are reassuring somehow

N.G. ZHANG
Posted on
September 29, 2016

Canaan is now three years old. We are a 100 person team that has outlasted several competitors. We cannot stop pushing innovation forward or be distracted with anything less than bringing the best high quality products with the best service to the world.
I know most of you are asking, “When is your next AvalonMiner coming out?” You will hear from us very soon…

Typical answer from the great question.
full member
Activity: 233
Merit: 100
reality is what you think it is
I'm probably gonna look the fool, but I'm guessing (and it is a guess, although an "educated" one) we're going to see an announcement on the A7 come Monday. Canaan's tweet and news release this morning rather point to that.

I could be wrong, of course...probably am...but heck, there's no fun in not blindly speculating...  Undecided

Yeah these words of Canaan's CEO are reassuring somehow

N.G. ZHANG
Posted on
September 29, 2016

Canaan is now three years old. We are a 100 person team that has outlasted several competitors. We cannot stop pushing innovation forward or be distracted with anything less than bringing the best high quality products with the best service to the world.
I know most of you are asking, “When is your next AvalonMiner coming out?” You will hear from us very soon…
full member
Activity: 233
Merit: 100
reality is what you think it is
3 hours ago there was no monster in the stats tab and at last it's caged in there forever)))   So glad we finally did it, over 700 % though...
legendary
Activity: 924
Merit: 1000
Dark Passenger Bitcoin miner 2013,Bitcoin node
Well...I gotta shut down my two A6s here (not for long enough to blast my 5Nd) whilst I move racks around...what odds can I get that the block party starts as soon as I shut them off... Cool
well on a somewhat similar note my sled should be arriving Newfoundland tomorrow, my shepherd is tired
legendary
Activity: 952
Merit: 1003
Well...I gotta shut down my two A6s here (not for long enough to blast my 5Nd) whilst I move racks around...what odds can I get that the block party starts as soon as I shut them off... Cool
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

That's what happens when you suddenly awaken a sleeping sentient entity...  Roll Eyes
Oddly - I woke up, for no obvious reason, a few mins before the block ...

The reward generation code is what crashed - I'm looking into it now.
Just need to fix it before that payout comes due Smiley

Feels like you have an margin failure in the code, since 700%+ duration is so rarely seen, if ever. I'd rather it fails on condition (lim -> 0).
No, it's a line of code with a null value that's (years) old and I've no idea how it ever worked to start with Tongue
(It's data that doesn't matter - a field that is always blank, but somehow the code doesn't seem to mind that it's null)
Still trying to discover why it worked fine in all but the latest code.
Maybe being half awake is dulling my senses Smiley
I'll do a restart again once it's sorted out but that may be a while off yet.
sr. member
Activity: 277
Merit: 250
Come on blocks. 50 minutes since the last one, over 10K transactions in the mempool and lots of fees out there! Let bust this next one and get back in the green!
sr. member
Activity: 441
Merit: 250
No zuo no die why you try, u zuo u die dont be shy
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

That's what happens when you suddenly awaken a sleeping sentient entity...  Roll Eyes
Oddly - I woke up, for no obvious reason, a few mins before the block ...

The reward generation code is what crashed - I'm looking into it now.
Just need to fix it before that payout comes due Smiley

Feels like you have an margin failure in the code, since 700%+ duration is so rarely seen, if ever. I'd rather it fails on condition (lim -> 0).
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

That's what happens when you suddenly awaken a sleeping sentient entity...  Roll Eyes
Oddly - I woke up, for no obvious reason, a few mins before the block ...

The reward generation code is what crashed - I'm looking into it now.
Just need to fix it before that payout comes due Smiley
legendary
Activity: 952
Merit: 1003
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

That's what happens when you suddenly awaken a sleeping sentient entity...  Roll Eyes
sr. member
Activity: 441
Merit: 250
No zuo no die why you try, u zuo u die dont be shy
Stats are now showing to me but still reward for the latest block is missing, and network block time is incorrect: 1067970m 38s (432115)
legendary
Activity: 1736
Merit: 1032
Carl, aka Sonny :)
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.

It probably got bored with the mother of all blocks just like we did!  Cheesy
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Anyone wondering ... CKDB crashed 12 minutes after that block and is restarting (automatically)
Looks like I've got a bug I need to track down.
Of course nothing is lost, it's just a normal CKDB restart after the crash ... restart will finish in about 10 minutes.
No miners are affected.
sr. member
Activity: 441
Merit: 250
No zuo no die why you try, u zuo u die dont be shy
I am having trouble seeing stats on kano.is. Anyone else has this issue? There's no stats or only question mark "?" everywhere.
Jump to: