Bitcoin Forum
May 28, 2024, 09:14:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 [211] 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 ... 482 »
  Print  
Author Topic: [∞ YH] solo.ckpool.org 2% fee solo mining USA/DE 255 blocks solved!  (Read 1514154 times)
-ck (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
December 16, 2015, 08:54:52 AM
 #4201

cool wish list.   kind of doubt it is possible, but worth asking.

with kano.is and solo.ckpool.org sharing the same code base,
in the future, is it possible to add to a ckpool -p (local middleman) the ability to split active hashing power to each pool?  
configurable : 50/50, 80/20, etc.  transparent to the src miner.

No. This is something you do at the miner end. Cgminer has had a multitude of failover/balancing/quota options for YEARS to do what you want.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
zOU
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500

★ these are stars ★


View Profile
December 16, 2015, 08:56:57 AM
 #4202

cool wish list.   kind of doubt it is possible, but worth asking.

with kano.is and solo.ckpool.org sharing the same code base,
in the future, is it possible to add to a ckpool -p (local middleman) the ability to split active hashing power to each pool?  
configurable : 50/50, 80/20, etc.  transparent to the src miner.

I think these are the settings you are looking for. Changing "url" to "quota" and specifying the amounts in the format "AMOUNT;URL". It makes it easier to use percents, but it isn't a requirement. For example you could use a quota of 8 for pool1 and 2 for pool2.

...
"pools" : [
    {
    "quota" : "80;http://pool1",
    "user" : "user1",
    "pass" : "123"
    },
    {
    "quota" : "20;http://pool2",
    "user" : "user2",
    "pass" : "123"
    }
]
,
"load-balance" : true,
...


(I just googled cgminer pool balance)

vh
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
December 16, 2015, 09:04:30 AM
 #4203

It was more in line for those of us with a single Antminer, S series with GUI and no shell.

-ck (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
December 16, 2015, 09:11:28 AM
 #4204

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
willi9974
Legendary
*
Offline Offline

Activity: 3444
Merit: 2766


Escrow Service


View Profile
December 16, 2015, 09:13:21 AM
 #4205

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Yes Germany

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
vh
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
December 16, 2015, 09:14:40 AM
 #4206

cool wish list.   kind of doubt it is possible, but worth asking.

with kano.is and solo.ckpool.org sharing the same code base,
in the future, is it possible to add to a ckpool -p (local middleman) the ability to split active hashing power to each pool?  
configurable : 50/50, 80/20, etc.  transparent to the src miner.

No. This is something you do at the miner end. Cgminer has had a multitude of failover/balancing/quota options for YEARS to do what you want.

I suppose it can be solved with a better GUI.   I might send bitmain a feature request.    Undecided

vh
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
December 16, 2015, 09:21:27 AM
 #4207

cool wish list.   kind of doubt it is possible, but worth asking.

with kano.is and solo.ckpool.org sharing the same code base,
in the future, is it possible to add to a ckpool -p (local middleman) the ability to split active hashing power to each pool?  
configurable : 50/50, 80/20, etc.  transparent to the src miner.

I think these are the settings you are looking for. Changing "url" to "quota" and specifying the amounts in the format "AMOUNT;URL". It makes it easier to use percents, but it isn't a requirement. For example you could use a quota of 8 for pool1 and 2 for pool2.

...
"pools" : [
    {
    "quota" : "80;http://pool1",
    "user" : "user1",
    "pass" : "123"
    },
    {
    "quota" : "20;http://pool2",
    "user" : "user2",
    "pass" : "123"
    }
]
,
"load-balance" : true,
...


(I just googled cgminer pool balance)

thanks zOU.   google my way thru ssh access to the cgminer conf on the unit. 

-ck (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
December 16, 2015, 10:20:18 AM
 #4208

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Yes Germany
New mining nodes open for testing then. Please check your ping times to decide where to mine.

http://hk.ckpool.org, point miners to stratum+tcp://hk.ckpool.org:3333 and hk.ckpool.org:443 China for Asia-Pacific region

http://de.ckpool.org, point miners to stratum+tcp://de.ckpool.org:3333 Germany for Europe

Both of these nodes are both IPV4 and IPV6 as solo is. Note these are discrete nodes in their own right and share no data between them so you could even set them up as 2 extra failovers.

We'll see how their popularity pans out before I decide on whether to maintain these long term as well.

Enjoy!

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
December 16, 2015, 10:36:16 AM
 #4209

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Yes Germany
New mining nodes open for testing then. Please check your ping times to decide where to mine.

http://hk.ckpool.org, point miners to stratum+tcp://hk.ckpool.org:3333 and hk.ckpool.org:443 China for Asia-Pacific region

http://de.ckpool.org, point miners to stratum+tcp://de.ckpool.org:3333 Germany for Europe

Both of these nodes are both IPV4 and IPV6 as solo is. Note these are discrete nodes in their own right and share no data between them so you could even set them up as 2 extra failovers.

We'll see how their popularity pans out before I decide on whether to maintain these long term as well.

Enjoy!

Any chance of an Australian Server or does Asia-Pacific region cover that part ?
-ck (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
December 16, 2015, 10:40:17 AM
 #4210

Any chance of an Australian Server or does Asia-Pacific region cover that part ?
Australian servers are ridiculously expensive to run and not worth it I'm afraid.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
December 16, 2015, 10:48:45 AM
 #4211

Any chance of an Australian Server or does Asia-Pacific region cover that part ?
Australian servers are ridiculously expensive to run and not worth it I'm afraid.

That's fair enough I'll just stick to the normal pool Smiley
realchlorum
Full Member
***
Offline Offline

Activity: 243
Merit: 100


View Profile
December 16, 2015, 10:53:46 AM
 #4212

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Yes Germany
New mining nodes open for testing then. Please check your ping times to decide where to mine.

http://hk.ckpool.org, point miners to stratum+tcp://hk.ckpool.org:3333 and hk.ckpool.org:443 China for Asia-Pacific region

http://de.ckpool.org, point miners to stratum+tcp://de.ckpool.org:3333 Germany for Europe

Both of these nodes are both IPV4 and IPV6 as solo is. Note these are discrete nodes in their own right and share no data between them so you could even set them up as 2 extra failovers.

We'll see how their popularity pans out before I decide on whether to maintain these long term as well.

Enjoy!

thank you! I will point my miner to the new germany pool Smiley

##www.comicunivers.com## 

Daily new HQ Adult Comics for free
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
December 16, 2015, 11:15:42 AM
 #4213

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Yes Germany
New mining nodes open for testing then. Please check your ping times to decide where to mine.

http://hk.ckpool.org, point miners to stratum+tcp://hk.ckpool.org:3333 and hk.ckpool.org:443 China for Asia-Pacific region

http://de.ckpool.org, point miners to stratum+tcp://de.ckpool.org:3333 Germany for Europe

Both of these nodes are both IPV4 and IPV6 as solo is. Note these are discrete nodes in their own right and share no data between them so you could even set them up as 2 extra failovers.

We'll see how their popularity pans out before I decide on whether to maintain these long term as well.

Enjoy!

Excellent thank you, pointing miners at EU server now Smiley.
madmartyk
Legendary
*
Offline Offline

Activity: 2688
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
December 16, 2015, 11:39:10 AM
 #4214

Code:
[2015-12-16 06:05:15.202] Possible block solve diff 101319884876.821548 !
[2015-12-16 06:05:15.583] BLOCK ACCEPTED!
[2015-12-16 06:05:15.584] Solved and confirmed block 388677 by 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0
[2015-12-16 06:05:15.584] User 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.3T"}
[2015-12-16 06:05:15.584] Worker 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.2T"}

https://www.blocktrail.com/BTC/block/00000000000000000ada0a362b78de62cfd4d85a655cd3c4e950886712c6bb3e

Holy Crap!!!  I woke up to see I hit a block!!!  and it was a BIG ONE!!!  I love this pool!!!

o_solo_miner
Legendary
*
Offline Offline

Activity: 2459
Merit: 1477


-> morgen, ist heute, schon gestern <-


View Profile
December 16, 2015, 11:43:21 AM
Last edit: December 16, 2015, 11:57:31 AM by o_solo_miner
 #4215

Question for the solo users out there: Is there demand for extra solo pools in other parts of the world? I can set up a China and Germany based solo pool now as well. Anyone interested?

Yes Germany
New mining nodes open for testing then. Please check your ping times to decide where to mine.

http://hk.ckpool.org, point miners to stratum+tcp://hk.ckpool.org:3333 and hk.ckpool.org:443 China for Asia-Pacific region

http://de.ckpool.org, point miners to stratum+tcp://de.ckpool.org:3333 Germany for Europe

Both of these nodes are both IPV4 and IPV6 as solo is. Note these are discrete nodes in their own right and share no data between them so you could even set them up as 2 extra failovers.

We'll see how their popularity pans out before I decide on whether to maintain these long term as well.

Enjoy!


Thank you Con, that was what we are all waiting for!
I switch over now!

EDIT:

I will run 1 miner on the old address to see the Blockchange time (wich was my intension for the Relaynetwork) is different then.... I report that then when or if i see significant change.

The Status page then change also to de.ckpool.org/users/btc-address i assume.

from the creator of CGMiner http://solo.ckpool.org for Solominers
paused: passthrough for solo.ckpool.org => stratum+tcp://rfpool.org:3334
valkir
Legendary
*
Offline Offline

Activity: 1484
Merit: 1004



View Profile
December 16, 2015, 12:02:42 PM
 #4216

Code:
[2015-12-16 06:05:15.202] Possible block solve diff 101319884876.821548 !
[2015-12-16 06:05:15.583] BLOCK ACCEPTED!
[2015-12-16 06:05:15.584] Solved and confirmed block 388677 by 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0
[2015-12-16 06:05:15.584] User 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.3T"}
[2015-12-16 06:05:15.584] Worker 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.2T"}

https://www.blocktrail.com/BTC/block/00000000000000000ada0a362b78de62cfd4d85a655cd3c4e950886712c6bb3e

Holy Crap!!!  I woke up to see I hit a block!!!  and it was a BIG ONE!!!  I love this pool!!!
With only 51T Congratz!  Grin

██     Please support sidehack with his new miner project Send to :

1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr
-ck (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
December 16, 2015, 12:03:16 PM
 #4217

I will run 1 miner on the old address to see the Blockchange time (wich was my intension for the Relaynetwork) is different then.... I report that then when or if i see significant change.

The Status page then change also to de.ckpool.org/users/btc-address i assume.
Yes that's right, they're separate pools entirely. While they will relay blocks between themselves, the mining component is unique to each node.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
-ck (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
December 16, 2015, 12:03:57 PM
 #4218

Code:
[2015-12-16 06:05:15.202] Possible block solve diff 101319884876.821548 !
[2015-12-16 06:05:15.583] BLOCK ACCEPTED!
[2015-12-16 06:05:15.584] Solved and confirmed block 388677 by 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0
[2015-12-16 06:05:15.584] User 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.3T"}
[2015-12-16 06:05:15.584] Worker 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.2T"}

https://www.blocktrail.com/BTC/block/00000000000000000ada0a362b78de62cfd4d85a655cd3c4e950886712c6bb3e

Holy Crap!!!  I woke up to see I hit a block!!!  and it was a BIG ONE!!!  I love this pool!!!
Congrats man, enjoy! Your 52TH is paying for itself Smiley

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
madmartyk
Legendary
*
Offline Offline

Activity: 2688
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
December 16, 2015, 12:06:30 PM
 #4219

Code:
[2015-12-16 06:05:15.202] Possible block solve diff 101319884876.821548 !
[2015-12-16 06:05:15.583] BLOCK ACCEPTED!
[2015-12-16 06:05:15.584] Solved and confirmed block 388677 by 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0
[2015-12-16 06:05:15.584] User 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.3T"}
[2015-12-16 06:05:15.584] Worker 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.2T"}

https://www.blocktrail.com/BTC/block/00000000000000000ada0a362b78de62cfd4d85a655cd3c4e950886712c6bb3e

Holy Crap!!!  I woke up to see I hit a block!!!  and it was a BIG ONE!!!  I love this pool!!!
Congrats man, enjoy! Your 52TH is paying for itself Smiley

No shit!!  After trying 1P a few times and hitting squat, figured I would throw a little bit up for a day!!  Thanks for running the pool ck!!

o_solo_miner
Legendary
*
Offline Offline

Activity: 2459
Merit: 1477


-> morgen, ist heute, schon gestern <-


View Profile
December 16, 2015, 12:09:47 PM
 #4220

Code:
[2015-12-16 06:05:15.202] Possible block solve diff 101319884876.821548 !
[2015-12-16 06:05:15.583] BLOCK ACCEPTED!
[2015-12-16 06:05:15.584] Solved and confirmed block 388677 by 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0
[2015-12-16 06:05:15.584] User 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.3T"}
[2015-12-16 06:05:15.584] Worker 1EnFgD1z8Qhz5jLT2Dsqbf1w2pGkt5XZmD.0:{"hashrate1m": "51.2T", "hashrate5m": "51.7T", "hashrate1hr": "51.9T", "hashrate1d": "25.7T", "hashrate7d": "37.2T"}

https://www.blocktrail.com/BTC/block/00000000000000000ada0a362b78de62cfd4d85a655cd3c4e950886712c6bb3e

Holy Crap!!!  I woke up to see I hit a block!!!  and it was a BIG ONE!!!  I love this pool!!!
Congrats man, enjoy! Your 52TH is paying for itself Smiley

No shit!!  After trying 1P a few times and hitting squat, figured I would throw a little bit up for a day!!  Thanks for running the pool ck!!


 Grin Grin Grin Grin Grin

Well sorry, i missed that, because of work.....

Congrats!!!!

from the creator of CGMiner http://solo.ckpool.org for Solominers
paused: passthrough for solo.ckpool.org => stratum+tcp://rfpool.org:3334
Pages: « 1 ... 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 [211] 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 ... 482 »
  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!