Author

Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool - page 673. (Read 2591920 times)

full member
Activity: 148
Merit: 100
afaik you can get zope and twisted over macports
hero member
Activity: 516
Merit: 643
Yep, update to 2.7  and install twisted and zope Smiley

I'm running 2.7.2 and twisted is installed. I'll try zope

edit: zope is only for windows? i'm on OS X Lion

Your Twisted is too old. It's not Python.
sr. member
Activity: 447
Merit: 250
Yep, update to 2.7  and install twisted and zope Smiley

I'm running 2.7.2 and twisted is installed. I'll try zope

edit: zope is only for windows? i'm on OS X Lion
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Update on github: commit 002d037ca1
Zipped scrs: https://github.com/forrestv/p2pool/zipball/master
or
Code:
git clone https://github.com/forrestv/p2pool.git
Win64 binary on my skydrive: http://sdrv.ms/NtmDt5
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Yep, update to 2.7  and install twisted and zope Smiley
sr. member
Activity: 337
Merit: 252
any idea how to fix this error on start?

Code:
File "run_p2pool.py", line 3, in
    from p2pool import main
  File "/Users/christian/p2pool/p2pool/main.py", line 22, in
    from nattraverso import portmapper, ipdiscover
  File "/Users/christian/p2pool/nattraverso/ipdiscover.py", line 24, in
    @defer.inlineCallbacks
AttributeError: 'module' object has no attribute 'inlineCallbacks'

Your python version is too old?

inlineCallbacks require version 2.5 or later
sr. member
Activity: 447
Merit: 250
any idea how to fix this error on start?

Code:
File "run_p2pool.py", line 3, in
    from p2pool import main
  File "/Users/christian/p2pool/p2pool/main.py", line 22, in
    from nattraverso import portmapper, ipdiscover
  File "/Users/christian/p2pool/nattraverso/ipdiscover.py", line 24, in
    @defer.inlineCallbacks
AttributeError: 'module' object has no attribute 'inlineCallbacks'
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Update progress report: v4 sharehain is on 85%  of nodes!

If you still not have v3.1 update NOW!
sr. member
Activity: 344
Merit: 250
Flixxo - Watch, Share, Earn!
Hi all,

has someone time to test my public node?

It has 0% Fee.

http://p2pool-cologne.dyndns.org:9332

Thanks
hero member
Activity: 896
Merit: 1000

That's my node ! Smiley
I don't mine on it currently (waiting for the efficiency problems to be fixed) but I thought I'd left it up anyway as it runs like a boss with automatic updates and next to no maintenance time needed. It probably is in the 99.9 / 99.99% availability range so it is my backup pool...
sr. member
Activity: 604
Merit: 250
Rav3n_pl forwarded me a link to his local p2Pool stats page, which was very useful.

Can anyone else do that? Or take a screenshot or something? You can pm me the screenshot so it wont end up public.



These two pools are/were advertised publicly.. although it looks like p2pmining.com recently reset their stats. The other one goes from April to June.

http://p2pmining.com:9332/static/graphs.html

http://linode.bouton.name:9332/static/graphs.html
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
Rav3n_pl forwarded me a link to his local p2Pool stats page, which was very useful.

Can anyone else do that? Or take a screenshot or something? You can pm me the screenshot so it wont end up public.

I was sort of assuming that they would all have the same stats? I run a node that I don't mine to, and that I don't advertise on a fast box with a decent connection. Do you still want the url?
donator
Activity: 2058
Merit: 1007
Poor impulse control.
Rav3n_pl forwarded me a link to his local p2Pool stats page, which was very useful.

Can anyone else do that? Or take a screenshot or something? You can pm me the screenshot so it wont end up public.
legendary
Activity: 1912
Merit: 1020
While appears message "LOST CONTACT WITH BITCOIND for x.x minutes" p2pool_run.exe load one CPU core for 100%, it is normal?
version 3.1
newbie
Activity: 22
Merit: 0
Quote
Maybe your wallet password is the same as your bitcoind connect password written in the conf?
If so, change your pasword! Too easy to steal your bitcoin in that setup.

Miner don't need any connection to any wallet.
Guiminer has only one spot for a password, which is for connecting to bitcoind/p2pool/pool. p2pool doesn't need and have a connection password, though?

Ente
When i got home i checked my bitcoin.conf file and i didnt have one  Roll Eyes

I seem to be living in a noob parrallel universe because i remember putting one there  Tongue

I did not even think i could run bitcoin in server mode without one, anyway this solved my problems, and now i am very happy my 61Mhash card is crunching at 102MHs now according to the stats  Grin
donator
Activity: 2058
Merit: 1007
Poor impulse control.
One must also question the efficiency of that miner. When I was still with P2pool, I was around 5% stales (still >100% efficiency), but that will deduct from the actual payout. PPS pools use lower difficulty shares and typically have much lower stale rates.

As long as your stale rates on p2Pool are similar to everyone else's, stales won't affect your payout in p2Pool.
... if true it wont affect your proportion of the payout ...
Is the correct wording.

True. So is it correct to say whatever your current doa/orphan rate is must be subtracted from your local hashrate in order to provide an actual estimate of shares received? That's what ChanceCoats123 was saying.



Well you can see it as so, if the average DOA of p2pool network is 10% and the p2pool network runs at 200GH then the network is only really hashing away at 180GH due to 20GH going to waste.

So yes in effect he is losing 10% of his own hashrate in this deal but if the whole network is losing the same amount everyone is earning the same proportion of the earnings - lost earnings.

So while this is a loss of earnings to miners, it can't account for the longer than average round lengths.
hero member
Activity: 504
Merit: 502
One must also question the efficiency of that miner. When I was still with P2pool, I was around 5% stales (still >100% efficiency), but that will deduct from the actual payout. PPS pools use lower difficulty shares and typically have much lower stale rates.

As long as your stale rates on p2Pool are similar to everyone else's, stales won't affect your payout in p2Pool.
... if true it wont affect your proportion of the payout ...
Is the correct wording.

True. So is it correct to say whatever your current doa/orphan rate is must be subtracted from your local hashrate in order to provide an actual estimate of shares received? That's what ChanceCoats123 was saying.



Well you can see it as so, if the average DOA of p2pool network is 10% and the p2pool network runs at 200GH then the network is only really hashing away at 180GH due to 20GH going to waste.

So yes in effect he is losing 10% of his own hashrate in this deal but if the whole network is losing the same amount everyone is earning the same proportion of the earnings - lost earnings.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
One must also question the efficiency of that miner. When I was still with P2pool, I was around 5% stales (still >100% efficiency), but that will deduct from the actual payout. PPS pools use lower difficulty shares and typically have much lower stale rates.

As long as your stale rates on p2Pool are similar to everyone else's, stales won't affect your payout in p2Pool.
... if true it wont affect your proportion of the payout ...
Is the correct wording.

True. So is it correct to say whatever your current doa/orphan rate is must be subtracted from your local hashrate in order to provide an actual estimate of shares received? That's what ChanceCoats123 was saying.

legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
One must also question the efficiency of that miner. When I was still with P2pool, I was around 5% stales (still >100% efficiency), but that will deduct from the actual payout. PPS pools use lower difficulty shares and typically have much lower stale rates.

As long as your stale rates on p2Pool are similar to everyone else's, stales won't affect your payout in p2Pool.
... if true it wont affect your proportion of the payout ...
Is the correct wording.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
One must also question the efficiency of that miner. When I was still with P2pool, I was around 5% stales (still >100% efficiency), but that will deduct from the actual payout. PPS pools use lower difficulty shares and typically have much lower stale rates.

As long as your stale rates on p2Pool are similar to everyone else's, stales won't affect your payout in p2Pool.
Jump to: