Pages:
Author

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

newbie
Activity: 12
Merit: 0
I think an apt-get normally gets/fetchs a file...not sure

After a couple of those I saw

I saw

sudo apt-get install -y build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev zlib1g-dev git

folllwed later by a MAKE

No one in the forums I go to can decypher or would decypher your files for a different distro.

As I think I mentioned I'm try to promote your product to my students but I can tell them you're either too busy or too rich to give a f about those kids OR you can come to HMB and I buy you a beer and we do it together...just a thought.
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
You follow those steps and it generates it ...

If your version of linux does not allow you to follow those steps then you'll need to get support from your version of linux

And no that is not redhat - it is as it says 'ubuntu' - which is debian based
newbie
Activity: 12
Merit: 0
Yes that's the page I read - correct - did not see how to get config.h

FOUND THIS but I am not running redhat.

Is there a WGET or CURL command and url or direct link?

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev zlib1g-dev git
cd
git clone https://github.com/kanoi/cgminer.git
cd cgminer
CFLAGS="-O2 -march=native -fcommon" ./autogen.sh --enable-gekko --enable-icarus
make
sudo apt-get install -y openjdk-8-jre-headless

legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
https://kano.is/gekko.php
"Building on linux/ubuntu"

or the README in the git in my sig ...
newbie
Activity: 12
Merit: 0
Did not see a section on config.h

Is there a page that talks about compiling on Linux?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
newbie
Activity: 12
Merit: 0
COMPILING CGMINER

Bombs on config.h not found

Stuck

Using LINUX and GCC on a laptop
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Bots trying to add accounts get banned.
There's a web site to add an account - use that.
Once you have an account an API key gives you access to gets your stats.
See Help->API when logged in.
newbie
Activity: 12
Merit: 0
I don't know if the USB board by ?sidekick?sidehack? (I forget...gotta go find them) would work.

I built bought the domain, built the website and am building the LINUX distro and will try compiling CGMINER.

I'd like to create a CURL POST to automatically register a user with Kano Pool.

If you want I can write the Perl CGI so it dumps user data onto your server or provide a webpage you can wget on mine.

I'd also like to create a YOU'RE UP! confirmation post so users can see a little icon on their screen indicating they connected to you and you're waiting for...?not sure?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Alas not quite correct Smiley
This pool pays all blocks to the KanoPool wallet, then I payout to the miners from there after 100 confirms.

That other pool pays the coinbase transaction directly to his address and your address.
That was also the reason why he lost a block back in 2017 - the poorly tested code to do that failed.

The delay, however, isn't actually much different between the two, since you can't spend a block before 100 confirms no matter who you are.
So here I send it to you at 100 confirms, and you can spend it a few confirms after that.
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
the risk is that kano takes the money then I have to ask to withdraw it right? not mining to my address directly like ck?
sending to the user wallet directly is way better even if they pump the fees to 1% but don't act as a middle man when its not required in case of solo that's a strange intention
It seems like you misunderstood the wallet address idea in CKsolo, it's just a more convenient way for you to start mining without having to sign-up it acts as your username on other pools, it doesn't mean the rewards will go directly to your wallet address, the blockchain/other nodes don't see your wallet address, they see CK's Bitcoin address and if your hashrate hits a block the rewards will go to CK's BTC address, not yours.
From there, the pool keeps the fees (2% or whatever that may be) and then makes a NEW transaction to send you the remaining BTC to the address which you used in your worker setup (in CK's case) or in your pool account page (in Kano's case), so in respect to "trust/middle man" ALL pools are identical -- you are going to HAVE to trust the pool anyway.
Now in terms of trust, I think both pools can be equally trusted, it's just a matter of personal preference.
Right.. I've seen some solo pools source code for sale for $500 including setup.. maybe even it is $50,000 can be a later step if any blocks hit. However, I like how kano is so much active and open minded. Friendly & supportive. CK is nice as well.
legendary
Activity: 2478
Merit: 6693
be constructive or S.T.F.U
the risk is that kano takes the money then I have to ask to withdraw it right? not mining to my address directly like ck?
sending to the user wallet directly is way better even if they pump the fees to 1% but don't act as a middle man when its not required in case of solo that's a strange intention

It seems like you misunderstood the wallet address idea in CKsolo, it's just a more convenient way for you to start mining without having to sign-up it acts as your username on other pools, it doesn't mean the rewards will go directly to your wallet address, the blockchain/other nodes don't see your wallet address, they see CK's Bitcoin address and if your hashrate hits a block the rewards will go to CK's BTC address, not yours.

From there, the pool keeps the fees (2% or whatever that may be) and then makes a NEW transaction to send you the remaining BTC to the address which you used in your worker setup (in CK's case) or in your pool account page (in Kano's case), so in respect to "trust/middle man" ALL pools are identical -- you are going to HAVE to trust the pool anyway.

Now in terms of trust, I think both pools can be equally trusted, it's just a matter of personal preference.
legendary
Activity: 3822
Merit: 2703
Evil beware: We have waffles!
I teach a tech class for kids (since 1983) where kids walk out with a free PC they built on day one...
...and they're hammering me to teach them to set up a miner on LINUX, so....
a) I guess CGMINER ... ? Any thoughts?

b) And Kano? Is that a good fit?
A good place to start would be to get one of Sidehack's Compac-F which is a USB stick minerr, that would take care of having an AISC-based miner. Be aware that the USB port MUST be able supply at least 3A This is the link to its thread and it also covers setting up cgminer from Kano's git which with him being the sole remaining active Primary developer of it, it is of course the latest/greatest.
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
You must have an ASIC - no choice there.
newbie
Activity: 12
Merit: 0
I teach a tech class for kids (since 1983) where kids walk out with a free PC they built on day one...

...and they're hammering me to teach them to set up a miner on LINUX, so....

a) I guess CGMINER ... ? Any thoughts?

b) And Kano? Is that a good fit?
hero member
Activity: 2814
Merit: 552
God forbid there is no new block found, ever.  That would mean all that hash power would be wasted?

A lot of other Sha256 coins being mined still. 

(trying to jinx the odds here, fingers crossed too).

You could also buy some girl scout cookies. 
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
If anyone used FHash lately please confirm the port as all the following ports got refused 3333, 80, 81, 443 and 8080

all is good now

raise pool diff to 500,001
remove : that's before the port
remove stratum. subdomain (((I used nya. for safety)
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
member
Activity: 182
Merit: 35
STRAIGHT FORWARD
I should also add one more comment about mining solo here Smiley

I won't support high BTC mining group runs in the discord channel.

These represent high risk high BTC gambling on rentals with an expected loss.
If it's on MRR is a much higher expected loss also.

We have a solo fun run in the discord channel, with about a 1 in 1000 chance each run.
Most people can afford the small amount to join in, and no one is selling their house or livelihood to get involved.

Just to confirm I don't join groups I risk for myself only, and I was planning on 1 EH/s rentals from nicehash 24-72 hours a time is there's an issue in that or as long as it's for personal use only its okay? I am testing now some strategies with low hash rate then will go for this so I fully understand what I'll be doing won't consider it a gambling for me.

Especially that I will do this regularly on monthly basis not one or two times.
Well I will point out that stats and 'house edge' say that you do expect to lose doing this long term.
The more blocks you find, the closer to expected results you will get.
The 'expected' result, when rental mining, is a loss.

Rental expects you to pay more BTC than you are expected to mine.
On MRR it is always much more, and currently on fuckhash it is difficult to get an ongoing run with a low house edge.
Wiggie, who runs the fun run, manages to keep it in the low 3-5% range at the moment due to not trying to over bid the high rollers.

But, if what you are doing is not a group run, not trying to convince others to risk large amount of BTC, then it's up to you.
Of course I have no issue with discord channel discussion helping with your own solo mining on the pool.
Just be sure you do understand the statistics of what you are doing - and ask away in discord if you need help understanding it all.

i dont have discord account but will create one and join thank you again

can someone post the discord group link
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
I should also add one more comment about mining solo here Smiley

I won't support high BTC mining group runs in the discord channel.

These represent high risk high BTC gambling on rentals with an expected loss.
If it's on MRR is a much higher expected loss also.

We have a solo fun run in the discord channel, with about a 1 in 1000 chance each run.
Most people can afford the small amount to join in, and no one is selling their house or livelihood to get involved.

Just to confirm I don't join groups I risk for myself only, and I was planning on 1 EH/s rentals from nicehash 24-72 hours a time is there's an issue in that or as long as it's for personal use only its okay? I am testing now some strategies with low hash rate then will go for this so I fully understand what I'll be doing won't consider it a gambling for me.

Especially that I will do this regularly on monthly basis not one or two times.
Well I will point out that stats and 'house edge' say that you do expect to lose doing this long term.
The more blocks you find, the closer to expected results you will get.
The 'expected' result, when rental mining, is a loss.

Rental expects you to pay more BTC than you are expected to mine.
On MRR it is always much more, and currently on fuckhash it is difficult to get an ongoing run with a low house edge.
Wiggie, who runs the fun run, manages to keep it in the low 3-5% range at the moment due to not trying to over bid the high rollers.

But, if what you are doing is not a group run, not trying to convince others to risk large amount of BTC, then it's up to you.
Of course I have no issue with discord channel discussion helping with your own solo mining on the pool.
Just be sure you do understand the statistics of what you are doing - and ask away in discord if you need help understanding it all.
Pages:
Jump to: