Author

Topic: [∞ YH] solo.ckpool.org 2% fee solo mining USA/DE 255 blocks solved! - page 164. (Read 1514767 times)

sr. member
Activity: 448
Merit: 250
99% a code mistake

http://solo.ckpool.org/users/16KxUPX762XqA6v7eZg5K4LjZFFPH8Az3M or am I reading this wrong

Best Share: 129,741,246,450
Network Difficulty: 254,620,187,304

Not a block, unfortunately.
sr. member
Activity: 261
Merit: 250
sr. member
Activity: 261
Merit: 250
Stupid Question when will a Block be listed in blockchain right after its found or after it has 100 confirmations

Why i am asking my server did send me a sms that I found a block but I cant find it anywhere so I am guessing its a mistake in my code

sr. member
Activity: 448
Merit: 250
Looks like a bug then. Try using stratum.ckpool.org instead of solo.ckpool.org

That looks to be working correctly, thanks.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Yes I see you reconnect but submit no shares. Are you using the latest git ckproxy?

I believe so:

Code:
root@bitcoin:/usr/src/ckpool# git pull
Already up-to-date.
Looks like a bug then. Try using stratum.ckpool.org instead of solo.ckpool.org
sr. member
Activity: 448
Merit: 250
Yes I see you reconnect but submit no shares. Are you using the latest git ckproxy?

I believe so:

Code:
root@bitcoin:/usr/src/ckpool# git pull
Already up-to-date.

root@bitcoin:/usr/src/ckpool# git remote -v
origin  https://bitbucket.org/ckolivas/ckpool.git (fetch)
origin  https://bitbucket.org/ckolivas/ckpool.git (push)

root@bitcoin:/usr/src/ckpool# git log -1
commit 177b8165352d32dd18ae2f3620b49be1338fbddd
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
The issue I am having is that it does not appear to switch back. If you note the timestamp in the second snippet which is from the ckproxy.log, it's still using proxy 1 20 minutes later, and http://solo.ckpool.org/users/1JfWNu78kncYPP7CajXVGk45nGnim3MKuL shows a hashrate of 200MH when it should be closer to 3.5TH.

It logs a "Stratifier setting active proxy to 1" but never back to proxy 0.


Yes I see you reconnect but submit no shares. Are you using the latest git ckproxy?
sr. member
Activity: 448
Merit: 250
Hi -ck,

I'm mining with through ckproxy, when I point the first preference to the solo pool it looks like it's not liking me and kicking me over to the secondary. Any ideas why this would be?

Code:
==> /var/log/upstart/ckproxy-solo.log <==
[2016-11-10 14:00:02.152] Proxy 1:stratum.kano.is:3333 connection established
[2016-11-10 14:00:02.606] Proxy 0:solo.ckpool.org:3333 connection established
[2016-11-10 14:00:03.091] Successfully connected to pool 0 solo.ckpool.org:3333 as proxy
[2016-11-10 14:00:03.092] ckproxy generator ready
[2016-11-10 14:00:04.028] Proxy 0:solo.ckpool.org:3333 reconnect issue to stratum.ckpool.org:443, dropping existing connection
[2016-11-10 14:00:04.029] Proxy 0:stratum.ckpool.org:443 failed, attempting reconnect
[2016-11-10 14:00:04.029] Successfully connected to pool 1 stratum.kano.is:3333 as proxy
[2016-11-10 14:00:09.030] Proxy 0:stratum.ckpool.org:443 recovered
[2016-11-10 14:00:09.030] Successfully connected to pool 0 stratum.ckpool.org:443 as proxy
That's it negotiating the redirect order from solo.ckpool.org and is perfectly fine. You'll see it switches back to pool 0 once it has negotiated the new connection which is only 5 seconds later.

The issue I am having is that it does not appear to switch back. If you note the timestamp in the second snippet which is from the ckproxy.log, it's still using proxy 1 20 minutes later, and http://solo.ckpool.org/users/1JfWNu78kncYPP7CajXVGk45nGnim3MKuL shows a hashrate of 200MH when it should be closer to 3.5TH.

It logs a "Stratifier setting active proxy to 1" but never back to proxy 0.

-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Hi -ck,

I'm mining with through ckproxy, when I point the first preference to the solo pool it looks like it's not liking me and kicking me over to the secondary. Any ideas why this would be?

Code:
==> /var/log/upstart/ckproxy-solo.log <==
[2016-11-10 14:00:02.152] Proxy 1:stratum.kano.is:3333 connection established
[2016-11-10 14:00:02.606] Proxy 0:solo.ckpool.org:3333 connection established
[2016-11-10 14:00:03.091] Successfully connected to pool 0 solo.ckpool.org:3333 as proxy
[2016-11-10 14:00:03.092] ckproxy generator ready
[2016-11-10 14:00:04.028] Proxy 0:solo.ckpool.org:3333 reconnect issue to stratum.ckpool.org:443, dropping existing connection
[2016-11-10 14:00:04.029] Proxy 0:stratum.ckpool.org:443 failed, attempting reconnect
[2016-11-10 14:00:04.029] Successfully connected to pool 1 stratum.kano.is:3333 as proxy
[2016-11-10 14:00:09.030] Proxy 0:stratum.ckpool.org:443 recovered
[2016-11-10 14:00:09.030] Successfully connected to pool 0 stratum.ckpool.org:443 as proxy
That's it negotiating the redirect order from solo.ckpool.org and is perfectly fine. You'll see it switches back to pool 0 once it has negotiated the new connection which is only 5 seconds later.
sr. member
Activity: 448
Merit: 250
Hi -ck,

I'm mining with through ckproxy, when I point the first preference to the solo pool it looks like it's not liking me and kicking me over to the secondary. Any ideas why this would be?

Code:
==> /var/log/upstart/ckproxy-solo.log <==
[2016-11-10 14:00:02.152] Proxy 1:stratum.kano.is:3333 connection established
[2016-11-10 14:00:02.606] Proxy 0:solo.ckpool.org:3333 connection established
[2016-11-10 14:00:03.091] Successfully connected to pool 0 solo.ckpool.org:3333 as proxy
[2016-11-10 14:00:03.092] ckproxy generator ready
[2016-11-10 14:00:04.028] Proxy 0:solo.ckpool.org:3333 reconnect issue to stratum.ckpool.org:443, dropping existing connection
[2016-11-10 14:00:04.029] Proxy 0:stratum.ckpool.org:443 failed, attempting reconnect
[2016-11-10 14:00:04.029] Successfully connected to pool 1 stratum.kano.is:3333 as proxy
[2016-11-10 14:00:09.030] Proxy 0:stratum.ckpool.org:443 recovered
[2016-11-10 14:00:09.030] Successfully connected to pool 0 stratum.ckpool.org:443 as proxy

Code:
[2016-11-10 14:20:01.249] Pool:{"runtime": 1200, "lastupdate": 1478748001, "Users": 3, "Workers": 3, "Idle": 0, "Disconnected": 0}
[2016-11-10 14:20:01.249] Pool:{"hashrate1m": "4.14T", "hashrate5m": "3.6T", "hashrate15m": "3.38T", "hashrate1hr": "3.2T", "hashrate6hr": "2.34T", "hashrate1d": "2.11T", "hashrate7d": "1.93T"}
[2016-11-10 14:20:01.249] Pool:{"SPS1m": 1.1688495774461678, "SPS5m": 1.0539332821122207, "SPS15m": 1.0770247973998004, "SPS1h": 1.0011794050258671}
[2016-11-10 14:20:01.249] Proxy:{"current": 1, "active": 2, "total": 2}

Code:
"proxy" :  [
        {
         "url" : "solo.ckpool.org:3333",
         "auth" : "1JfWNu78kncYPP7CajXVGk45nGnim3MKuL",
         "pass" : "pass"
        },
        {
         "url" : "stratum.kano.is:3333",
         "auth" : "daemondazz.proxy1",
         "pass" : "pass"
        }
],
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
when I see this shit happen I do a 1 or 2 day solo mine if it hits I split with the guy that was fucked.

we hit once doing this  so chillfactr  give me a few minutes to set this up



http://solo.ckpool.org/workers/1JdC6Xg3ajT3rge3FgPNSYYFpmf53Vbtje


It will mine at the above address
k

I appreciate it philipma1957  but I have my miners back at cksolo.
Hopefully mr blockie will come my way like really quick.   We don't sacrifice chickens 🐔 Here. Lol

okay then   good luck.

 If I hit I will spread it around in other ways.
full member
Activity: 637
Merit: 131
when I see this shit happen I do a 1 or 2 day solo mine if it hits I split with the guy that was fucked.

we hit once doing this  so chillfactr  give me a few minutes to set this up



http://solo.ckpool.org/workers/1JdC6Xg3ajT3rge3FgPNSYYFpmf53Vbtje


It will mine at the above address
k

I appreciate it philipma1957  but I have my miners back at cksolo.
Hopefully mr blockie will come my way like really quick.   We don't sacrifice chickens 🐔 Here. Lol
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
when I see this shit happen I do a 1 or 2 day solo mine if it hits I split with the guy that was fucked.

we hit once doing this  so chillfactr  give me a few minutes to set this up



http://solo.ckpool.org/workers/1JdC6Xg3ajT3rge3FgPNSYYFpmf53Vbtje


It will mine at the above address
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
...
I was mining at this place. scam-central.io Delete if needed. Is that linked to fupoo? They use yours and ck's code on their site.  The site says nothing about fupool.   I'm back at ckpool now.
FTFY Smiley

It would seem they ripped you off by proxying your mining to an account called xinxan at FUPool.

Though his is far off topic in here, since it has nothing to do with solo.ckpool ...

Remember, mining is money, and lots of people like taking money from others dishonestly.
If you mine at some random unknown pool, your chances of getting ripped off are far from zero.
full member
Activity: 637
Merit: 131

So looking at recent blocks: 437887
https://www.blocktrail.com/BTC/block/000000000000000002061ac3fe9ca231407e8b1dd5e9ea59f2f33e3e30852e00
FUPool block



[/quote]
Thank you Kano that's what I was looking for.   Looks like that crappy pool was late and lost it.  Dammit.
[/quote]
No, you found FUPool's block 437887
You were mining at FUPool when you found that block.

Edit: it also shows an FUPool username in the coinbase
[/quote]

I was mining at this place. scampool.io. Delete if needed. Is that linked to fupoo? They use yours and ck's code on their site.  The site says nothing about fupool.   I'm back at ckpool now.  👍🏽
legendary
Activity: 1638
Merit: 1005
No, you found FUPool's block 437887
You were mining at FUPool when you found that block.

Edit: it also shows an FUPool username in the coinbase

I really like that acronym Kano.

I always LOL @ it.

Thanks Cheesy
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Does anyone know how i would locate to see what block # it is?
How would i go about locating this block?  well to see if it did solve and go through
ckproxy says  possible block solved and my miner says block solved.  but didnt get btc.

[2016-11-08 02:00:17.733] Possible block solve diff 543270040839.320251 !

Thanx
You would check your address that you are mining to, check if there is a 12 BTC transaction from a block, and get the block from there. You probably didn't get BTC because you either relayed it too late, it was stale or orphaned. Solo CK hasn't found a block of over 4 days now.

Check your address on the pools website and see that your best share is

i wasnt soloing on cksolo, i was on a diff solo pool and cant seem to get ahold of the pool operator.  they use ckpool software, so im sure the block solve went to their btc address and it is supposed to get sent to me after that,  like cksolo does when i hit a block.  
thats why im trying to see how i would look for it by time and date, with block solve diff
No, the block goes directly to you when you are mining here at ck.solo . I *never* see any of the rest of the block that goes to the person who's mining so there is zero danger to the miner of me running off with your block. Now if you'll kindly go to whoever you were mining with and ask them for support, I'd be grateful since it has nothing to do with this pool.
Diff 543270040839.320251 means the block would be:
...0000002061ac3fe9...
(accurate to more than the first 8 )

So looking at recent blocks: 437887
https://www.blocktrail.com/BTC/block/000000000000000002061ac3fe9ca231407e8b1dd5e9ea59f2f33e3e30852e00
FUPool block



Thank you Kano that's what I was looking for.   Looks like that crappy pool was late and lost it.  Dammit.
No, you found FUPool's block 437887
You were mining at FUPool when you found that block.

Edit: it also shows an FUPool username in the coinbase
full member
Activity: 637
Merit: 131
Does anyone know how i would locate to see what block # it is?
How would i go about locating this block?  well to see if it did solve and go through
ckproxy says  possible block solved and my miner says block solved.  but didnt get btc.

[2016-11-08 02:00:17.733] Possible block solve diff 543270040839.320251 !

Thanx
You would check your address that you are mining to, check if there is a 12 BTC transaction from a block, and get the block from there. You probably didn't get BTC because you either relayed it too late, it was stale or orphaned. Solo CK hasn't found a block of over 4 days now.

Check your address on the pools website and see that your best share is

i wasnt soloing on cksolo, i was on a diff solo pool and cant seem to get ahold of the pool operator.  they use ckpool software, so im sure the block solve went to their btc address and it is supposed to get sent to me after that,  like cksolo does when i hit a block.  
thats why im trying to see how i would look for it by time and date, with block solve diff
No, the block goes directly to you when you are mining here at ck.solo . I *never* see any of the rest of the block that goes to the person who's mining so there is zero danger to the miner of me running off with your block. Now if you'll kindly go to whoever you were mining with and ask them for support, I'd be grateful since it has nothing to do with this pool.
Diff 543270040839.320251 means the block would be:
...0000002061ac3fe9...
(accurate to more than the first 8 )

So looking at recent blocks: 437887
https://www.blocktrail.com/BTC/block/000000000000000002061ac3fe9ca231407e8b1dd5e9ea59f2f33e3e30852e00
FUPool block



Thank you Kano that's what I was looking for.   Looks like that crappy pool was late and lost it.  Dammit.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Hey -ck  You should make a solo pool to block S9's and leave the existing one for S9's only.  They are bad luck machines. i know it wont happen but
just upset that i had to go to a diff solo pool that was using your code, which in turn screwed me out a block anyways
All the data I've seen shows S9s find blocks at the same rate as everything else. Since everyone mines for themselves on this pool it makes no difference what other hardware is mining for other people so your suggestion makes no real sense on any level to me. It also doesn't explain why you "had to go to a diff solo pool".. and FUpool isn't even a solo pool.
full member
Activity: 637
Merit: 131
Does anyone know how i would locate to see what block # it is?
How would i go about locating this block?  well to see if it did solve and go through
ckproxy says  possible block solved and my miner says block solved.  but didnt get btc.

[2016-11-08 02:00:17.733] Possible block solve diff 543270040839.320251 !

Thanx
You would check your address that you are mining to, check if there is a 12 BTC transaction from a block, and get the block from there. You probably didn't get BTC because you either relayed it too late, it was stale or orphaned. Solo CK hasn't found a block of over 4 days now.

Check your address on the pools website and see that your best share is

i wasnt soloing on cksolo, i was on a diff solo pool and cant seem to get ahold of the pool operator.  they use ckpool software, so im sure the block solve went to their btc address and it is supposed to get sent to me after that,  like cksolo does when i hit a block. 
thats why im trying to see how i would look for it by time and date, with block solve diff
No, the block goes directly to you when you are mining here at ck.solo . I *never* see any of the rest of the block that goes to the person who's mining so there is zero danger to the miner of me running off with your block. Now if you'll kindly go to whoever you were mining with and ask them for support, I'd be grateful since it has nothing to do with this pool.

Hey -ck  You should make a solo pool to block S9's and leave the existing one for S9's only.  They are bad luck machines. i know it wont happen but
just upset that i had to go to a diff solo pool that was using your code, which in turn screwed me out a block anyways

Thanks for your input
Jump to: