Bitcoin Forum
May 02, 2024, 10:40:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 [513] 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 ... 2248 »
  Print  
Author Topic: KanoPool since 2014 🐈 - PPLNS and Solo 0.5% fee - Worldwide - 2435 blocks  (Read 5350139 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (50 posts by 3+ users deleted.)
underachieved
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile WWW
February 08, 2016, 08:55:03 PM
 #10241

However, for me to use what little influence I have right now can someone maybe give me an higher level overview of how a ckpool works vs say a larger pool like antpool.  I read the thread on ckpool last night and it was a bit over my head.  I am trying to learn more of the of the inter workings.  
Welcome.

The ckpool thread itself is about the software behind how kano.is and solo.ckpool.org work and not something regular miners are expected to understand.

There really is nothing different fundamentally about how antpool and kano.is work, as ultimately they're both PPLNS stratum mining pools for bitcoin.

The main difference is that we wrote the software we use ourselves from the ground up to be ultra-scalable and efficient to minimise any chance of lost work and orphan blocks. Because of the design of the software, we're also able to include more transactions than any other pool without it affecting our performance - and that means more transaction fees on average for every block solved, and transaction fees are included in miner's rewards. Additionally, unlike every one of the larger 3 pools, we do not do SPV mining meaning we always validate all blocks before working on new blocks - which mean there is zero chance of us working on a broken fork of the blockchain (which the larger pools were guilty of doing last year). Whatever fees that may seem to be lesser on other pools, and whatever alleged extra rewards they get from merged mining shitcoins are greatly offset by the losses incurred by the software design/set up/policy/maintenance of the rest of the pool design.

Payouts here come when blocks mature (101 confirmations) and the entire block reward is completely distributed on each block solve meaning the pool never behaves like a "bank", storing miners' bitcoins - and the associated risk that come with behaving like a bank are abolished. In the future we may be doing payouts once a day to consolidate payouts but that will only happen if we become large enough that blocks are more frequent than they currently are. We also guarantee that should we ever get very large, we will create disincentives to take more miners to prevent our size from ever being a risk to bitcoin's decentralisation - 10% is our cut off. Kano also provides personalised support on this forum instead of no support or facebook messages. Kano being the main pool admin means you have someone who sets alarms to literally wake him up 24/7 should there be any issues to work on them as soon as possible. Finally, Kano and I are the software developers responsible for cgminer which in some form or other powers more than 90% of the network, and we continue to develop mining and pool software and contribute it all back to the community.

That needs a stickie~
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714689609
Hero Member
*
Offline Offline

Posts: 1714689609

View Profile Personal Message (Offline)

Ignore
1714689609
Reply with quote  #2

1714689609
Report to moderator
1714689609
Hero Member
*
Offline Offline

Posts: 1714689609

View Profile Personal Message (Offline)

Ignore
1714689609
Reply with quote  #2

1714689609
Report to moderator
1714689609
Hero Member
*
Offline Offline

Posts: 1714689609

View Profile Personal Message (Offline)

Ignore
1714689609
Reply with quote  #2

1714689609
Report to moderator
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
February 08, 2016, 09:02:18 PM
 #10242

There really is nothing different fundamentally about how antpool and kano.is work, as ultimately they're both PPLNS stratum mining pools for bitcoin.

I'd argue that the only thing similar between ckpool and ant is that both are attempting to solve blocks and that one incarnation of ant is PPLNS.

Everything else is indeed fundamentally different... and you even go on in the rest of your excellent explanation describing the huge fundamental differences between the two pools Smiley

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
kano (OP)
Legendary
*
Offline Offline

Activity: 4480
Merit: 1800


Linux since 1997 RedHat 4


View Profile
February 08, 2016, 09:14:28 PM
 #10243

common kano work your magic were at 21 hours and no blocks found

I finally decided to move my farm over from antpool to kano and apparently I stepped into a 23 hour test of patience.   Shocked

Ok so seriously I have pushed antpool on my youtube channel but as antpool keeps growing the logic to support the smaller pools makes more sense.  That being said we all still need to make money so if I am in, I would like to share this with my subscribers.  However, for me to use what little influence I have right now can someone maybe give me an higher level overview of how a ckpool works vs say a larger pool like antpool.  I read the thread on ckpool last night and it was a bit over my head.  I am trying to learn more of the of the inter workings.  

Thanks in advance for your help!

https://www.youtube.com/channel/UCwoLtAoTpf1e6pRqpwNI54A?view_as=public
Heh -ck beat me to it, but anyway, here's my TL;DR; version Smiley

Well some important points, in no particular order, are:
1) We never mine empty blocks if transactions are available (so far never made an empty block)
2) We've averaged the highest block sizes of all pools: Solo first, Kano.is second.
http://data.bitcoinity.org/bitcoin/blocksize/30d?t=l
Scroll down to "Blocks size by mining pool" and click on "Average size" twice
3) CKPool is written in C and -ck is a linux kernel developer who clearly knows about writing performance critical code.
(the software used in most miners mining BTC is cgminer, the performance/management code written almost entirely by -ck)
4) CKPool and CKDB are two separate parts of the pool that makes sure that the mining and reporting are separate and somewhat independent
This means that the priorities of the two parts of the pool are met separately and do not conflict with each other.
5) We have VERY low orphan rates due to how fast the code runs and how well we've setup our block distribution
6) We run custom bitcoind, optimised for performance, no blacklisting, no bitcoin fungibility issues - all based on core with performance increases.
7) We know what we are doing from the ground up, it's not a point and click pool running someone else's software, we wrote all the code and maintain it ourselves
8 ) The code running on the pool is open source, there for anyone to read and use: https://bitbucket.org/ckolivas/ckpool/src
9) The BTC in the pool is there all in the open for anyone to see where it goes. Each block, after it's confirmed, is paid directly to the miners, and the last address on each payout is the leftover dust, or payments for accounts that don't have an address. All easy to track and see where everything is going.
9) We understand bitcoin from the ground up.
10) You wont find me making posts that aren't backed by facts, or if I do make a mistake, I will certainly correct my errors if I discover that, or someone points it out. I'm not always right and I have no issue realising that fact.

So now that you've hit a 310%+ block just when you've joined, it's time for me to post a table that shows what to expect from any pool regarding block% and luck:
Code:
 0.39346934028737   50.000%  1 in 1.6
 0.63212055882856  100.000%  1 in 2.7
 0.77686983985157  150.000%  1 in 4.5
 0.86466471676339  200.000%  1 in 7.4
 0.95021293163214  300.000%  1 in 20.1
 0.98168436111127  400.000%  1 in 54.6
 0.99326205300091  500.000%  1 in 148.4
 0.99752124782333  600.000%  1 in 403.4
 0.99872735771441  666.666%  1 in 785.8
 0.99908811803445  700.000%  1 in 1096.6
 0.99966453737210  800.000%  1 in 2981.0
 0.99987659019591  900.000%  1 in 8103.1
 0.95539904465973  311.000%  1 in 22.4
So yep, 1 in 22.4 blocks is EXPECTED, on average, to be greater than 311%, where we currently are.
There's no way to control the % of each single block we find, there's expected results, and we clearly do find blocks within those expected results as the table at the top of the blocks page shows https://kano.is/index.php?k=blocks

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
ferdinand90
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
February 08, 2016, 09:18:50 PM
 #10244

Pool:     25h (397279)

THIS IS RIDICULOUS !
wolfen
Hero Member
*****
Offline Offline

Activity: 770
Merit: 523


View Profile
February 08, 2016, 09:19:15 PM
 #10245

Here I come folks, lets get this block
One PH on deck.
TOFTT Baby!

For those about to block we salute you! AC->BTC
firetreeactual
Legendary
*
Offline Offline

Activity: 952
Merit: 1003



View Profile
February 08, 2016, 09:27:47 PM
 #10246

Con always says it better...and quite clearly. I've got a lot of respect for both CK and Kano. I would probably have not recommitted to the BTC movement without having read a great deal of their work.

I sent my service dog, Sky Pilot, to fetch a block. She won't give up until she finds one...and, although she has no opposing thumbs, she can tap dance the heck out of a keyboard (Jack Russell/Sheltie).

 Cool

To infinity and beyond...on two 741s and one of only 3...nope, make that 4...full nodes in Hawaii...on <30A. (I have other gear on the Hoth ice planet)
hurricandave
Legendary
*
Offline Offline

Activity: 966
Merit: 1003



View Profile
February 08, 2016, 09:28:02 PM
 #10247

0.99872735771441  666.666%  1 in 785.8 Kiss
When we hit this ^
Is when I lost fear of Long Blocks, Jus gotta Let Go and Hack On. Tongue
blockchainmines
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 08, 2016, 09:29:23 PM
 #10248

However, for me to use what little influence I have right now can someone maybe give me an higher level overview of how a ckpool works vs say a larger pool like antpool.  I read the thread on ckpool last night and it was a bit over my head.  I am trying to learn more of the of the inter workings.  
Welcome.

The ckpool thread itself is about the software behind how kano.is and solo.ckpool.org work and not something regular miners are expected to understand.

There really is nothing different fundamentally about how antpool and kano.is work, as ultimately they're both PPLNS stratum mining pools for bitcoin.

The main difference is that we wrote the software we use ourselves from the ground up to be ultra-scalable and efficient to minimise any chance of lost work and orphan blocks. Because of the design of the software, we're also able to include more transactions than any other pool without it affecting our performance - and that means more transaction fees on average for every block solved, and transaction fees are included in miner's rewards. Additionally, unlike every one of the larger 3 pools, we do not do SPV mining meaning we always validate all blocks before working on new blocks - which mean there is zero chance of us working on a broken fork of the blockchain (which the larger pools were guilty of doing last year). Whatever fees that may seem to be lesser on other pools, and whatever alleged extra rewards they get from merged mining shitcoins are greatly offset by the losses incurred by the software design/set up/policy/maintenance of the rest of the pool design.

Payouts here come when blocks mature (101 confirmations) and the entire block reward is completely distributed on each block solve meaning the pool never behaves like a "bank", storing miners' bitcoins - and the associated risk that come with behaving like a bank are abolished. In the future we may be doing payouts once a day to consolidate payouts but that will only happen if we become large enough that blocks are more frequent than they currently are. We also guarantee that should we ever get very large, we will create disincentives to take more miners to prevent our size from ever being a risk to bitcoin's decentralisation - 10% is our cut off. Kano also provides personalised support on this forum instead of no support or facebook messages. Kano being the main pool admin means you have someone who sets alarms to literally wake him up 24/7 should there be any issues to work on them as soon as possible. Finally, Kano and I are the software developers responsible for cgminer which in some form or other powers more than 90% of the network, and we continue to develop mining and pool software and contribute it all back to the community.

Thank you for taking the time to explain this to me.  I have been watching this pool for a about month and seen it double in size.  In fact it was a couple of my viewers that recommended that I move over this direction.    I am pretty impressed with the overwhelming response that I received  from everyone.  Being on YouTube I get a lot of questions of where I mine, how to I get set up, etc, etc, so I will take some time over the next little while and come up with some bullet points to why this is better than one of the larger pools and why I decided to change directions.  To those of you who identified as viewers of mine, keep me honest here and tell me from your simplistic user perspective (or complex) why you guys chose this pool over others.  Like I mentioned earlier I want to put it out there to try and get some more hashing power pointed this direction just as long as there are no objections by the pool owners.

At any rate, thanks again!  

philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
February 08, 2016, 09:37:07 PM
 #10249

I wrote a long thread on this

https://bitcointalk.org/index.php?topic=1338693.0

Basically kano.is is superior to any pool that has made more the 100 blocks based on lifetime block luck.

If your internet connects well to  kano.is you should be on kano.is

Now I used to have a few s-7's hosted in China  they had poor connections to kano.is and I ran them on antpool and f2pool they had superior up time  with the major Chinese pools.

I felt that is a case to mine on the Chinese pools.  Poor connection to kano.is


 As I see a flaw in BTC = not enough transactions are done daily and the Chinese pools do not support  max transactions I let go of all my gear hosted in China.  I purchased machines  to run in USA and I  self host them.

They are pointed at kano.is




▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
AriesIV10
Legendary
*
Offline Offline

Activity: 1260
Merit: 1006


Mine for a Bit


View Profile WWW
February 08, 2016, 10:01:54 PM
 #10250

Kilowatt is one of the longest standing Block Champions.

BTC Address (Donations):  3LepZAju88ZRuNVD4cS6Xv5hKyKrjvirkB     Website:  www.MintMining.com
Email: Mining@MintMining.com      Power Supplies: https://bit.ly/2TtvdOR
sorry2xs
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Dark Passenger Bitcoin miner 2013,Bitcoin node


View Profile
February 08, 2016, 10:06:48 PM
 #10251

Kilowatt is one of the longest standing Block Champions.
Thanks just trying to contribute

Please tip the Node 1MPWKB23NsZsXHANnFwVAWT86mL24fqAjF; KO4UX
THAT NO GOOD DO GOODER BAT!!!
AriesIV10
Legendary
*
Offline Offline

Activity: 1260
Merit: 1006


Mine for a Bit


View Profile WWW
February 08, 2016, 10:11:27 PM
 #10252

Block

BTC Address (Donations):  3LepZAju88ZRuNVD4cS6Xv5hKyKrjvirkB     Website:  www.MintMining.com
Email: Mining@MintMining.com      Power Supplies: https://bit.ly/2TtvdOR
HerbPean
Legendary
*
Offline Offline

Activity: 1638
Merit: 1005



View Profile
February 08, 2016, 10:11:34 PM
 #10253

We made it !
clgrissom3
Legendary
*
Offline Offline

Activity: 1722
Merit: 1032


Carl, aka Sonny :)


View Profile
February 08, 2016, 10:11:49 PM
 #10254

Block!  captminer2 hits his 2nd block at Kano!
ferdinand90
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
February 08, 2016, 10:11:59 PM
 #10255

finaly a block
gt_addict
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 621


View Profile
February 08, 2016, 10:12:21 PM
 #10256

Woohoo!!

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
blockchainmines
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 08, 2016, 10:14:20 PM
 #10257

common kano work your magic were at 21 hours and no blocks found

I finally decided to move my farm over from antpool to kano and apparently I stepped into a 23 hour test of patience.   Shocked

Ok so seriously I have pushed antpool on my youtube channel but as antpool keeps growing the logic to support the smaller pools makes more sense.  That being said we all still need to make money so if I am in, I would like to share this with my subscribers.  However, for me to use what little influence I have right now can someone maybe give me an higher level overview of how a ckpool works vs say a larger pool like antpool.  I read the thread on ckpool last night and it was a bit over my head.  I am trying to learn more of the of the inter workings.  

Thanks in advance for your help!

https://www.youtube.com/channel/UCwoLtAoTpf1e6pRqpwNI54A?view_as=public
Heh -ck beat me to it, but anyway, here's my TL;DR; version Smiley

Well some important points, in no particular order, are:
1) We never mine empty blocks if transactions are available (so far never made an empty block)
2) We've averaged the highest block sizes of all pools: Solo first, Kano.is second.
http://data.bitcoinity.org/bitcoin/blocksize/30d?t=l
Scroll down to "Blocks size by mining pool" and click on "Average size" twice
3) CKPool is written in C and -ck is a linux kernel developer who clearly knows about writing performance critical code.
(the software used in most miners mining BTC is cgminer, the performance/management code written almost entirely by -ck)
4) CKPool and CKDB are two separate parts of the pool that makes sure that the mining and reporting are separate and somewhat independent
This means that the priorities of the two parts of the pool are met separately and do not conflict with each other.
5) We have VERY low orphan rates due to how fast the code runs and how well we've setup our block distribution
6) We run custom bitcoind, optimised for performance, no blacklisting, no bitcoin fungibility issues - all based on core with performance increases.
7) We know what we are doing from the ground up, it's not a point and click pool running someone else's software, we wrote all the code and maintain it ourselves
8 ) The code running on the pool is open source, there for anyone to read and use: https://bitbucket.org/ckolivas/ckpool/src
9) The BTC in the pool is there all in the open for anyone to see where it goes. Each block, after it's confirmed, is paid directly to the miners, and the last address on each payout is the leftover dust, or payments for accounts that don't have an address. All easy to track and see where everything is going.
9) We understand bitcoin from the ground up.
10) You wont find me making posts that aren't backed by facts, or if I do make a mistake, I will certainly correct my errors if I discover that, or someone points it out. I'm not always right and I have no issue realising that fact.

So now that you've hit a 310%+ block just when you've joined, it's time for me to post a table that shows what to expect from any pool regarding block% and luck:
Code:
 0.39346934028737   50.000%  1 in 1.6
 0.63212055882856  100.000%  1 in 2.7
 0.77686983985157  150.000%  1 in 4.5
 0.86466471676339  200.000%  1 in 7.4
 0.95021293163214  300.000%  1 in 20.1
 0.98168436111127  400.000%  1 in 54.6
 0.99326205300091  500.000%  1 in 148.4
 0.99752124782333  600.000%  1 in 403.4
 0.99872735771441  666.666%  1 in 785.8
 0.99908811803445  700.000%  1 in 1096.6
 0.99966453737210  800.000%  1 in 2981.0
 0.99987659019591  900.000%  1 in 8103.1
 0.95539904465973  311.000%  1 in 22.4
So yep, 1 in 22.4 blocks is EXPECTED, on average, to be greater than 311%, where we currently are.
There's no way to control the % of each single block we find, there's expected results, and we clearly do find blocks within those expected results as the table at the top of the blocks page shows https://kano.is/index.php?k=blocks


Thank You Kano, this is exactly what I was looking for.  If you don't mind my referencing any part of this in the future when I put a video out on your pool that would be great.  

Thanks again!
bctmke
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
February 08, 2016, 10:14:40 PM
 #10258

Only ~325%.  Not the worst Smiley   

NXS is on the move!   Come subscribe to our subreddit  https://www.reddit.com/r/nexusearth/
Come mine NXS at http://nxsminingpool.com
sorry2xs
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Dark Passenger Bitcoin miner 2013,Bitcoin node


View Profile
February 08, 2016, 10:14:49 PM
 #10259

and it has a confirm Smiley Wink Cheesy Angry Sad Grin Cool Roll Eyes

Please tip the Node 1MPWKB23NsZsXHANnFwVAWT86mL24fqAjF; KO4UX
THAT NO GOOD DO GOODER BAT!!!
wolfen
Hero Member
*****
Offline Offline

Activity: 770
Merit: 523


View Profile
February 08, 2016, 10:16:16 PM
 #10260

block!

For those about to block we salute you! AC->BTC
Pages: « 1 ... 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 [513] 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 ... 2248 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!