Bitcoin Forum
April 28, 2024, 12:07:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 [416] 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591625 times)
cathoderay
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


Welcome to dogietalk.bs


View Profile
April 26, 2014, 02:51:32 PM
 #8301

Oh, and I can confirm that merged mining works fine still as I now have block rewards for IXC, NMC, and DVC.

jonnybravo - would you mind telling me what ports (rpc & p2p) you are using for your different coins?

I see so many different statements regarding this it's daft, & seeing as yours are confirmed working......

Thanks  Smiley

Have you been a victim of dogie insults, neg-rep'd for no reason or been falsely accused by him? If so, air your experiences here:  https://bitcointalk.org/index.php?topic=905210.0
Avoid manipulative Exchanges - Localbitcoins.com
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
andmax
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 26, 2014, 02:53:38 PM
 #8302

I have just setup my own node in Perth Western Australia if anyone wants to check it out go to p2poolmining.hopto.org:9332 feel free to mine on it 0% fee. I'm looking a getting a few Antminer S1's in the next couple of weeks to boost up the hash power. Grin
bkminer
Full Member
***
Offline Offline

Activity: 216
Merit: 100

Don't let the nam-shub in your operating system.


View Profile
April 26, 2014, 03:35:48 PM
 #8303

They are one of us..

I agree, I just like to know my family better....  Cool
Meuh6879
Legendary
*
Offline Offline

Activity: 1512
Merit: 1011



View Profile
April 26, 2014, 04:13:01 PM
 #8304

 Grin good to see that some farm have do some test on P2Pool to evaluate the reward and the available share job ...


http://imageshack.com/a/img843/1953/d1jm.jpg
phillipsjk
Legendary
*
Offline Offline

Activity: 1008
Merit: 1001

Let the chips fall where they may.


View Profile WWW
April 26, 2014, 07:09:20 PM
Last edit: April 28, 2014, 03:42:58 PM by phillipsjk
 #8305

p2pool supports stratum.

Maybe I'm missing a step in my setup to get stratum working?

The problem is that P2Pool auto-detects if the miner is using the old get-work protocol. However, most stratum proxies auto-detect stratum pools by trying to use getwork first. An option to disable this auto-detection on either side would be nice.

Would probably be difficult with the P2Pool software since the listening port is also overloaded for the stats page.
Edit: I suppose P2Pool can start sending out the X-Stratum: (not sure about spelling) header directing such clients... to the same port they connected on.

James' OpenPGP public key fingerprint: EB14 9E5B F80C 1F2D 3EBE  0A2F B3DE 81FF 7B9D 5160
PublicP2poolNode
Sr. Member
****
Offline Offline

Activity: 347
Merit: 252


View Profile
April 27, 2014, 12:09:25 AM
 #8306

Thank you, I'll see if they can fix it on their end then.

WINGS Beta is live - List your ICO for only 5000 WINGS at https://wings.ai Over $650 Million raised by ICOs with WINGS since June 2017
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


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


View Profile WWW
April 27, 2014, 11:22:16 AM
 #8307

I noticed bfgminer are working on integrating SSL/TLS support in their miner - I've been looking through p2pool documentation but can't find any info on weather p2pool supports it or not.....anybody shed some light on this for me?

Peace.

"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/
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
April 27, 2014, 02:29:43 PM
 #8308

Oh, and I can confirm that merged mining works fine still as I now have block rewards for IXC, NMC, and DVC.

jonnybravo - would you mind telling me what ports (rpc & p2p) you are using for your different coins?

I see so many different statements regarding this it's daft, & seeing as yours are confirmed working......

Thanks  Smiley

For those of you interested in merge mining on your p2pool node, there's a great thread here: https://bitcointalk.org/index.php?topic=62842.0

It's rather old, but the information in it is good.  Below, I've put the *.conf files from my system, and the command I use to start my node.  User names and passwords have been changed.

1) bitcoin.conf

server=1
rpcuser=BTCuser
rpcpassword=BTCpassword
rpcallowip=10.0.1.*
rpcport=8332

2) devcoin.conf

server=1
rpcuser=DVCuser
rpcpassword=DVCpassword
rpcallowip=10.0.1.*
rpcport=53333

3) ixcoin.conf

server=1
daemon=1
listen=1
rpcuser=IXCuser
rpcpassword=IXCpassword
rpcallowip=10.0.1.*
rpcport=8338

4) namecoin.conf

server=1
daemon=1
listen=1
rpcuser=NMCuser
rpcpassword=NMCpassword
rpcallowip=10.0.1.*
rpcport=7333

5) Node startup

nohup ./run_p2pool.py --give-author 0 --merged http://NMCuser:NMCpassword@10.0.1.10:7333 --merged http://IXCuser:IXCpassword@10.0.1.10:8338 --merged http://DVCuser:DVCpassword@10.0.1.10:53333 -a NODEWALLETADDRESS BTCuser BTCpassword > /dev/null 2>&1 &

Hope this helps!

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 27, 2014, 02:40:10 PM
 #8309

I noticed bfgminer are working on integrating SSL/TLS support in their miner - I've been looking through p2pool documentation but can't find any info on weather p2pool supports it or not.....anybody shed some light on this for me?

Peace.

If you're using a local node it shouldn't matter.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
jacob019
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

Cryptomancer


View Profile
April 27, 2014, 06:08:36 PM
 #8310

Network hash rate is up to 524 TH/s, best I've seen.  Expected time to block is down to 15 hours, really great!

I'm operating a 0% fee node on a fast server in Chicago.
http://p2pool.1js.us
Come mine with us!

Favorite coin: Kimocoin (KMC) - in-thread auctions for real world merchandise
website - faucet - explorer - dice
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 27, 2014, 06:11:44 PM
 #8311

Network hash rate is up to 524 TH/s, best I've seen.  Expected time to block is down to 15 hours, really great!

I'm operating a 0% fee node on a fast server in Chicago.
http://p2pool.1js.us
Come mine with us!

The hash rate seems to jump around quite a bit.  I think I finally understand why.  p2pool doesn't really know what the hash rate is.  It just does an estimate based on how many shares are being found per time period.  Since that varies with pool share difficulty, it keeps swinging around.  Pool share difficulty goes up, shares/time goes down, apparent hashrate decreases.  Then pool share difficulty goes down to compensate, shares/time goes up, and apparent hashrate increases.  Rinse and repeat.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
gyverlb
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 27, 2014, 06:30:57 PM
 #8312

Network hash rate is up to 524 TH/s, best I've seen.  Expected time to block is down to 15 hours, really great!

I'm operating a 0% fee node on a fast server in Chicago.
http://p2pool.1js.us
Come mine with us!

The hash rate seems to jump around quite a bit.  I think I finally understand why.  p2pool doesn't really know what the hash rate is.  It just does an estimate based on how many shares are being found per time period.  Since that varies with pool share difficulty, it keeps swinging around.  Pool share difficulty goes up, shares/time goes down, apparent hashrate decreases.  Then pool share difficulty goes down to compensate, shares/time goes up, and apparent hashrate increases.  Rinse and repeat.

M

This effect could be felt only between 2 shares if the difficulty rose of fell rapidly while the actual network speed went in the other direction. Given that the p2pool share interval is only 30 seconds this effect should be negligible.

The problem is more likely to be simply that the hash rate is an estimation on a time period or a number of shares (which is more or less the same). As a mean value it doesn't reflect the fastest changes. I'm not sure how many shares are used for the current hash rate estimation that's probably not hard to find in the code though...

P2pool tuning guide
Trade BTC for €/$ at bitcoin.de (referral), it's cheaper and faster (acts as escrow and lets the buyers do bank transfers).
Tip: 17bdPfKXXvr7zETKRkPG14dEjfgBt5k2dd
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


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


View Profile WWW
April 27, 2014, 06:33:52 PM
 #8313

I noticed bfgminer are working on integrating SSL/TLS support in their miner - I've been looking through p2pool documentation but can't find any info on weather p2pool supports it or not.....anybody shed some light on this for me?

Peace.

If you're using a local node it shouldn't matter.

M

Hi mdude,

Obviously not for the local miner node, I meant for the remote miner as well as nodes to node communication. I see there are many reports from various pools that there is some kind of bug/malware causing redirects etc, hence the reason for the SSL/TLS - just to give another level of security. I like the thought of internode comms being securely encrypted, as well as the miner software  Smiley

"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/
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 27, 2014, 08:36:10 PM
 #8314

Network hash rate is up to 524 TH/s, best I've seen.  Expected time to block is down to 15 hours, really great!

I'm operating a 0% fee node on a fast server in Chicago.
http://p2pool.1js.us
Come mine with us!

The hash rate seems to jump around quite a bit.  I think I finally understand why.  p2pool doesn't really know what the hash rate is.  It just does an estimate based on how many shares are being found per time period.  Since that varies with pool share difficulty, it keeps swinging around.  Pool share difficulty goes up, shares/time goes down, apparent hashrate decreases.  Then pool share difficulty goes down to compensate, shares/time goes up, and apparent hashrate increases.  Rinse and repeat.

M

This effect could be felt only between 2 shares if the difficulty rose of fell rapidly while the actual network speed went in the other direction. Given that the p2pool share interval is only 30 seconds this effect should be negligible.

The problem is more likely to be simply that the hash rate is an estimation on a time period or a number of shares (which is more or less the same). As a mean value it doesn't reflect the fastest changes. I'm not sure how many shares are used for the current hash rate estimation that's probably not hard to find in the code though...

I think we're saying the same thing.  What's unknown is the time period involved.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
gyverlb
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 27, 2014, 11:12:57 PM
 #8315

I think we're saying the same thing.  What's unknown is the time period involved.

M

I'm not sure, the part I didn't quite understand is :

Quote
Pool share difficulty goes up, shares/time goes down, apparent hashrate decreases.  Then pool share difficulty goes down to compensate, shares/time goes up, and apparent hashrate increases.

The pool share difficulty is recomputed every new share (according to my p2pool logs) and is adjusted to match the detected hash rate. Past share difficulty is used to compute the average hash rate, not the current difficulty so changing the current difficulty doesn't affect the detected hash rate. So I don't understand why you say that apparent hashrate decreases or increases according to pool share difficulty.

P2pool tuning guide
Trade BTC for €/$ at bitcoin.de (referral), it's cheaper and faster (acts as escrow and lets the buyers do bank transfers).
Tip: 17bdPfKXXvr7zETKRkPG14dEjfgBt5k2dd
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
April 28, 2014, 02:31:40 AM
 #8316

I think we're saying the same thing.  What's unknown is the time period involved.

M

I'm not sure, the part I didn't quite understand is :

Quote
Pool share difficulty goes up, shares/time goes down, apparent hashrate decreases.  Then pool share difficulty goes down to compensate, shares/time goes up, and apparent hashrate increases.

The pool share difficulty is recomputed every new share (according to my p2pool logs) and is adjusted to match the detected hash rate. Past share difficulty is used to compute the average hash rate, not the current difficulty so changing the current difficulty doesn't affect the detected hash rate. So I don't understand why you say that apparent hashrate decreases or increases according to pool share difficulty.

It was the logical assumption I came to.  p2pool doesn't know the pool hashrate, so it has to use something to estimate it.  The only thing it can estimate it by is how often shares are submitted (shares/some time period).  I realize now the problem with that is how often shares are solved is supposed to be fixed ... the 30 second difficulty adjustment you referred to.  So I have to nix that thought.

That said, I have a hard time believing the pool rate really fluctuates as much as it appears to.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
IYFTech
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


WANTED: Active dev to fix & re-write p2pool in C


View Profile
April 28, 2014, 02:35:50 AM
 #8317

Indeed, the hash rate swing is massive sometimes - I'm wondering if it's due to this redirect issue other pools are experiencing.....?

-- Smiley  Thank you for smoking  Smiley --  If you paid VAT to dogie for items you should read this thread:  https://bitcointalk.org/index.php?topic=1018906.0
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
April 28, 2014, 05:47:22 AM
 #8318

The large swings could also be due to large miners using quota pool settings (like in BFGMiner) to jump between p2pool and other centralized pool.  Sorta "have your cake and eat it too" mentality. 

smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
April 28, 2014, 04:47:57 PM
 #8319

I am seeing huge swings in the predicted payout, which is normally spot on when a payout occurs because I verify it when I look at when I get paid.

My 100GH miner has fallen to .001 while my 180GH/s of miners is .008 to .010 which doesn't make sense for the 100GH/s miner.

I see the global pool is now 485GH/s.

jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
April 28, 2014, 06:16:06 PM
 #8320

I am seeing huge swings in the predicted payout, which is normally spot on when a payout occurs because I verify it when I look at when I get paid.

My 100GH miner has fallen to .001 while my 180GH/s of miners is .008 to .010 which doesn't make sense for the 100GH/s miner.

I see the global pool is now 485GH/s.



It depends on when the last share was found by your 100GH miner.  Expected payout will indeed swing around wildly as hash rates increase/decrease, share difficulties increase/decrease, shares drop off the payout list, etc.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
Pages: « 1 ... 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 [416] 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 ... 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!