Search content
Sort by

Showing 20 of 27 results by muscarina
Post
Topic
Board Pools
Re: [50+PH] KanoPool kano.is BEST 0.9% fee PPLNS US,DE,JP,NL,NYA 🐈
by
muscarina
on 05/02/2018, 20:52:16 UTC
Post
Topic
Board Pools
Re: [30+PH] KanoPool kano.is BEST 0.9% fee PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 04/01/2018, 14:05:01 UTC
Thank you, Kano-san, I think that's make our comunnity more strongest on mining concept.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 31/12/2017, 04:57:55 UTC
On an unrelated note, I still don't see any payment from the Christmas block yet....anyone else?  Haven't changed anything on my end re: wallet...
Yep. I got it yesterday. Transaction 2005503c1365521c933e596b05ddc72cc805525f121a80a3a71c42d9ba87d67b

Remembering that 2018 will start with 2 payouts.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 31/12/2017, 04:43:55 UTC
YEAH!! Block found by DANCE DANCE DANCE!!!!

I'm glad for all miners on this year, let's make 2018 more interesting about increase KanoPool Hash Rate.

Hugs from Brazil.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 24/12/2017, 17:00:01 UTC
Hey Kano one little suggestion, can you in 2018 work on a new website for us something like slush or even better and i i think that will help attract more miners to the pool. Merry Xmas

Idon't think so.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 20/12/2017, 00:21:59 UTC
Kano, do you have any estimates of how many will be the fee of the pool when 2018 begin?
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 19/12/2017, 07:43:49 UTC
I'd suggest to try:

Code:
#!/bin/bash
#
ok="`ping -c 2 google.com 2>&1`"
res="$?"
if [ "$res" != "0" ] ; then
 sleep 10
 ok2="`ping -c 2 google.com 2>&1`"
 res2="$?"
 if [ "$res2" != "0" ] ; then
  echo "Failed twice ... res=$res res2=$res2 ..."
  echo -e "Ping1:\n$ok"
  echo -e "Ping2:\n$ok2"
  .... your preferred restart ...
 fi
fi
#
Just for knowledge, the Network Manager is worse with wifi connections, but you can replace with Wicd that's look work better on wifi connections.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 19/12/2017, 05:42:30 UTC
I'd suggest to try:

Code:
#!/bin/bash
#
ok="`ping -c 2 google.com 2>&1`"
res="$?"
if [ "$res" != "0" ] ; then
 sleep 10
 ok2="`ping -c 2 google.com 2>&1`"
 res2="$?"
 if [ "$res2" != "0" ] ; then
  echo "Failed twice ... res=$res res2=$res2 ..."
  echo -e "Ping1:\n$ok"
  echo -e "Ping2:\n$ok2"
  .... your preferred restart ...
 fi
fi

Holly code, that's working better now! Tottemo arigatou Kano-san.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 19/12/2017, 04:37:26 UTC
I don't know if here is the right thread to ask, but I having some problems to connect wifi when the network is down.
I'm using the crontab job to reboot every 2hours, but some times the wifi network isn't connecting automatically, and need check network connection every 5min after reboot.

I'm using ubuntu 16.04.03 LTS
The script to check wifi network is:
Code:
#!/bin/bash
x='ping -c2 google.com 2>&1 | grep unknown'
if [ ! "$x" = "" ]; then
        echo "It's down! Attempting to restart."
        service network-manager restart
fi

and added to crontab with

Code:
*/5 *     * * *     sh /sbin/wifi.sh

but it don't working.

Please if I misstaking some code, tell me the best way to do.

P.S: I just want to stay connected with the pool, without going there and restarting manually, I also do maintence via ssh, but without network  it's sucks.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 06/12/2017, 23:08:20 UTC
Please, I have a question: What the difference between the Shares and Avg Share??

Thanks for attention.

EDIT: Sorry for my noobest question.


And which one is calculated to know how much BTC I am generating per hour?
Your BTC per hour is random - that's how ALL PPLNS pools work.

Your expected, average BTC per hour is simply your hash rate * TxnFees,
The 100% PPS calculation is on this page:
http://tradebtc.net/bitcalc.php
N.B. some sites don't uderstand what 1-Diff is so may give you a wrong different value.

What you should get (close to) for a given range on the Blocks page is your hash rate (as 100% PPS) * luck * txnfees
(without subtracting the pool fee until next year)

"I can see clearly now the rain is gone I can see all obstacles in my way "

Thank you Kano to contribute with understanding the fluid ecosystem of bitcoin.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 05/12/2017, 17:46:38 UTC
Please, I have a question: What the difference between the Shares and Avg Share??

Thanks for attention.

EDIT: Sorry for my noobest question.


And which one is calculated to know how much BTC I am generating per hour?
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 05/12/2017, 15:46:00 UTC
Please, I have a question: What the difference between the Shares and Avg Share??

Thanks for attention.

EDIT: Sorry for my noobest question.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 23/11/2017, 15:40:57 UTC
Please inclined ,but where payments to the purse??

Have speed: 19.57/18.88 THs

Since 10 Nov, 23 Nov (13 days) - received only two payments: November 15 - 0.015 in BTS, where other means??

Before Postal funds daily, maximum day, and now what?

No fee until 2018 begins, my boy...tha'ts means, the payout, comes when the pool find a new block, and not the Kano-san distibuting all the inputs andressess.
Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 18/11/2017, 02:33:29 UTC

I visit SP for business Wink Electricity cost is expensive in Brazil Sad

Yeah! But i got free energy and wifi from my neighbor, so I just contribute with mining =D.

Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 18/11/2017, 01:23:26 UTC
私の偉大な友Kanoをありがとう。 Thank you Kano-san. "Judo (柔道 jūdō, meaning "gentle way") was created as a physical, mental and moral pedagogy in Japan, in 1882, by Jigoro Kano (嘉納治五郎)."

Hugs from Brazil!


MINE ON.
Post
Topic
Board Pools
Re: [80+PH] KanoPool kano.is 0.9% PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 10/09/2017, 13:56:15 UTC
Also is pool's hashrate is increasing. Now at 84P

I sense another block in 12 minutes... Roll Eyes

or not..  Cry

Magical thinking bro.

I remember this  55 years ago and me and my older brother helped

https://www.youtube.com/watch?v=A6IKaLF4Fqc

So right now I am clapping for a block Grin

That's worked man!!! Nice (clap) job!! Grin
Post
Topic
Board Pools
Re: [80+PH] KanoPool kano.is 0.9% PPLNS US,DE,SG,JP,NL,NYA 🐈
by
muscarina
on 27/08/2017, 02:32:56 UTC
Block! by kerberos Smiley
Another slow one this month Tongue Oh well, them's the breaks.
4 payouts Smiley

4 PAYOUTS MAN!!!! We started SUNDAY with 4 payouts, thats why I LOVE KANO'S POOL.
Post
Topic
Board Pools
Re: [80+PH] KanoPool kano.is 0.9% PPLNS US,DE,SG,JP,NL,NYA
by
muscarina
on 18/08/2017, 01:28:04 UTC
Hi all.

I need some help with this transaction: d388e88859010909f84aafe41a931d88fb738732818b21c58137f7f60369e84a

Thus transaction have been stuck on limbo, and don't get confirmed after 3 days ago...

Something to do with this case?

EDIT: I'm running an full node on bitcoin-core 0.14.2.

Use this bro and it'll get confirmed fast! Smiley

https://pool.viabtc.com/tools/txaccelerator/

That's worked mah man, next time I'll pay attention on transactions fees value.
Post
Topic
Board Pools
Re: [80+PH] KanoPool kano.is 0.9% PPLNS US,DE,SG,JP,NL,NYA
by
muscarina
on 17/08/2017, 14:20:26 UTC
Hi all.

I need some help with this transaction: d388e88859010909f84aafe41a931d88fb738732818b21c58137f7f60369e84a

Thus transaction have been stuck on limbo, and don't get confirmed after 3 days ago...

Something to do with this case?

EDIT: I'm running an full node on bitcoin-core 0.14.2.

Transaction fee is too low.

Yeah, it's a logical answer. I need a answer HOW to SOLVE the problem, to CONFIRM the transaction, or some SPEED UP, or adding more fee amount, something like that.
Post
Topic
Board Bitcoin Technical Support
Re: Accelerate your transactions!
by
muscarina
on 17/08/2017, 12:31:44 UTC
I need acceleration with this transaction: d388e88859010909f84aafe41a931d88fb738732818b21c58137f7f60369e84a

Can someone help?