Bitcoin Forum
April 27, 2024, 10:49:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591625 times)
spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
April 23, 2013, 11:16:24 AM
 #5041

I think I got p2pool working on avalon with stratum.. maybe.

its hashing at full speed last couple of minutes Cheesy

in main.py

Quote
serverfactory = switchprotocol.FirstByteSwitchFactory({'{': stratum.StratumServerFactory(wb)}, web_serverfactory)

same workaround as p2pool avalon branch, to disable work caching.

Hi Aseras,

I've found this message of yours, I'm using avalon branch of p2pool and this line is present inside p2pool/p2pool/main.py but I still cannot mine using an Avalon with stratum, I only get invalids.

I have to put --fix-protocol

Did you make other changes? Any idea?

Thanks

spiccioli

1714214948
Hero Member
*
Offline Offline

Posts: 1714214948

View Profile Personal Message (Offline)

Ignore
1714214948
Reply with quote  #2

1714214948
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714214948
Hero Member
*
Offline Offline

Posts: 1714214948

View Profile Personal Message (Offline)

Ignore
1714214948
Reply with quote  #2

1714214948
Report to moderator
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
April 23, 2013, 11:48:52 AM
 #5042

I think I got p2pool working on avalon with stratum.. maybe.

its hashing at full speed last couple of minutes Cheesy

in main.py

Quote
serverfactory = switchprotocol.FirstByteSwitchFactory({'{': stratum.StratumServerFactory(wb)}, web_serverfactory)

same workaround as p2pool avalon branch, to disable work caching.

Hi Aseras,

I've found this message of yours, I'm using avalon branch of p2pool and this line is present inside p2pool/p2pool/main.py but I still cannot mine using an Avalon with stratum, I only get invalids.

I have to put --fix-protocol

Did you make other changes? Any idea?

Thanks

spiccioli



I know Aseras and ckolivas spent some time trying to get Avalons to play with p2pool with mixed results I think. If Aseras is AFK then maybe ask ckolivas how it went?

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
April 23, 2013, 12:03:01 PM
 #5043

I know Aseras and ckolivas spent some time trying to get Avalons to play with p2pool with mixed results I think. If Aseras is AFK then maybe ask ckolivas how it went?

I know as well,

the "strange" thing is, see my link in my previous message, that I can mine using stratum on p2pool using cgminer 2.10.5 with some cairnsmore1 boards, but I cannot mine, on the same p2pool, with an Avalon using latest firmware, and so cgminer 2.11.4

ckolivas says it is a p2pool problem, so I've reported it here.

spiccioli
bobbobobbo
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 23, 2013, 12:52:36 PM
 #5044

My HW states 0, I don't see how I am all hardware errors?

Further the constant long polling apparently is normal with p2pool ltc mining?
"This is completely normal with P2Pool. P2Pool has its own merged mining sidechain that goes at a rate of 10 seconds - you're seeing long polls because someone else got a P2Pool share."

I just assumed I haven't been paid as the difficulty is set differently at p2pool. I still have 51 accepted shares at the time of that picture.


Quote
haha, win morons at its best!
thanks for the help
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
April 23, 2013, 01:16:16 PM
 #5045

My HW states 0, I don't see how I am all hardware errors?

Further the constant long polling apparently is normal with p2pool ltc mining?
"This is completely normal with P2Pool. P2Pool has its own merged mining sidechain that goes at a rate of 10 seconds - you're seeing long polls because someone else got a P2Pool share."

I just assumed I haven't been paid as the difficulty is set differently at p2pool. I still have 51 accepted shares at the time of that picture.


Quote
haha, win morons at its best!
thanks for the help

No. Look at it - you have over 1800 hardware errors and rising - you are doing nothing. Believe me.

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
-ck
Legendary
*
Offline Offline

Activity: 4088
Merit: 1631


Ruu \o/


View Profile WWW
April 23, 2013, 01:26:51 PM
 #5046

I know Aseras and ckolivas spent some time trying to get Avalons to play with p2pool with mixed results I think. If Aseras is AFK then maybe ask ckolivas how it went?
I did not directly work with p2pool. It was a lot of work to bring the avalon code in line with mainline cgminer, and improve some the driver flakiness, which I have done thanks to the access provided by Aseras. I only tested it briefly on p2pool with stratum and saw it produce a truckload of duplicate shares and then p2pool go into some kind of death spiral trying to catch up with shares and then the avalon getting all angry at me. With fix protocol p2pool would continually run out of resources on the machine trying to process shares and the avalon would be just as pissed off at me. I've not played with avalon on p2pool since, but with enough time I may be able to instrument this problem more in the future. I have no firm working diagnosis, but vague ideas to do with large coinbases on avalon with its limited resources, and perhaps some kind of overflow in the stratum message from p2pool or resubmissions, or time to process shares or... There is a lot happening at the moment though  Undecided

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

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
April 23, 2013, 02:02:14 PM
 #5047

My HW states 0, I don't see how I am all hardware errors?
Sorry, but UR really BLIND?
Your EVERY GPU is making A:16-19 R:1-4 HW:500-600

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
April 23, 2013, 02:07:49 PM
 #5048

My HW states 0, I don't see how I am all hardware errors?
Sorry, but UR really BLIND?
Your EVERY GPU is making A:16-19 R:1-4 HW:500-600

It's hard sometimes..... Roll Eyes

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
bobbobobbo
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 23, 2013, 03:01:20 PM
Last edit: April 23, 2013, 03:40:45 PM by bobbobobbo
 #5049

My HW states 0, I don't see how I am all hardware errors?
Sorry, but UR really BLIND?
Your EVERY GPU is making A:16-19 R:1-4 HW:500-600

Ah. I'm new to this, was looking at the main "HW" at the top. Jeez..

Turned it all off. I'm running 3x 7950s, ud4h gigabyte board, win7 along with cgminer and p2pool directing to my local wallet. Set up the pool with cgeasy, 256, 18 intensity.

Turning it down to 12 is where it gives me 0 hardware errors. Yet takes my speed from 500 per card to 220 per card.... grr.
Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
April 23, 2013, 03:25:25 PM
 #5050

Anyway, does this all look normal? Been running for about 4 hours. Nothing showing in my wallet yet.
https://i.imgur.com/rKPY8t7.jpg
You only get paid if p2pool finds a block. That could take some hours.
cgminer version 2.6.4 is kind of outdated.
Try version 3.0.0, available here:
http://ck.kolivas.org/apps/cgminer
For more questions about cgminer ask there:
https://bitcointalk.org/index.php?topic=28402.0

bobbobobbo
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 23, 2013, 03:41:58 PM
 #5051

Anyway, does this all look normal? Been running for about 4 hours. Nothing showing in my wallet yet.
https://i.imgur.com/rKPY8t7.jpg
You only get paid if p2pool finds a block. That could take some hours.
cgminer version 2.6.4 is kind of outdated.
Try version 3.0.0, available here:
http://ck.kolivas.org/apps/cgminer
For more questions about cgminer ask there:
https://bitcointalk.org/index.php?topic=28402.0


Thank you. I thought I was all set up, looks like I wasn't dialed in at all. This would be the wrong thread for me then. Thanks again.
sdczen
Newbie
*
Offline Offline

Activity: 52
Merit: 0



View Profile WWW
April 23, 2013, 04:32:20 PM
 #5052

Out of curiousity, is it possible to Merge mine Litecoins & Feathercoins?  I thought I'd give it a go using P2pool merge command (and both coins are scrypt).  All I get is errors in P2pool when it tries to getwork from Feathercoin. 
Aseras
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
April 23, 2013, 06:23:41 PM
 #5053

Use older firmware, the one with 2.10.5a IIRC and use username+16 or username+32 diff for stratum to work. Still expect 20-30% DOA, but full speed hashrates after a minute or so.

2.11.4 with the worker threads seems to break p2pool again under stratum.

I've been out of town, plus buried in work and just getting back.
centove
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
April 23, 2013, 06:26:35 PM
 #5054

Must be a really difficult block... haven't seen a new block in the p2pool for over a day now Sad

Give me Btc: 1BRkf5bwSVdGCyvu4SyYBiJjEjbNiAQoYd Mine on my node: http://ask.gxsnmp.org:9332/
spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
April 23, 2013, 06:45:00 PM
 #5055

Use older firmware, the one with 2.10.5a IIRC and use username+16 or username+32 diff for stratum to work. Still expect 20-30% DOA, but full speed hashrates after a minute or so.

2.11.4 with the worker threads seems to break p2pool again under stratum.

I've been out of town, plus buried in work and just getting back.

Hi Aseras,

I'd prefer not to downgrade due to the stuck Avalon problem biting me a couple of times with previous firmware.

I'll wait to see if this gets fixed, otherwise I'll keep mining elsewhere.

Thanks

spiccioli.
tiktoc
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
April 23, 2013, 07:58:15 PM
 #5056

Use older firmware, the one with 2.10.5a IIRC and use username+16 or username+32 diff for stratum to work. Still expect 20-30% DOA, but full speed hashrates after a minute or so.

2.11.4 with the worker threads seems to break p2pool again under stratum.

I've been out of town, plus buried in work and just getting back.

Interested to know what sort of machine the server was on ? And if it was a ssd setup for tmpfs?
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
April 23, 2013, 07:58:59 PM
 #5057

Don't mock him. Seeing his colors, he may really be blind.

Are you sure you turned on scrypt? Don't waste time on LTC, just do btc.

PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
April 23, 2013, 08:08:21 PM
 #5058

Must be a really difficult block... haven't seen a new block in the p2pool for over a day now Sad

Welcome to p2pool - where the word "consistent" is never used..... Cheesy Cheesy

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
Searinox
Full Member
***
Offline Offline

Activity: 147
Merit: 100


Do you like fire? I'm full of it.


View Profile
April 23, 2013, 09:10:47 PM
 #5059

Someone should update the thread title. Though I'm not sure how often. In the last 2 weeks P2Pool has grown from ~350 to 700 GH/s... then again that's prolly happening to other pools as well. I'm scared.
centove
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
April 23, 2013, 10:02:33 PM
 #5060

Global Rate   666GH/s (20% DOA+orphan)

Aiieeeeee it's a sign that P2Pool is evil!!! Run away!!!

Give me Btc: 1BRkf5bwSVdGCyvu4SyYBiJjEjbNiAQoYd Mine on my node: http://ask.gxsnmp.org:9332/
Pages: « 1 ... 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 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 ... 814 »
  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!