Author

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

legendary
Activity: 2912
Merit: 1060
Yeah someone keeps connecting to my node like that
sr. member
Activity: 344
Merit: 250
Flixxo - Watch, Share, Earn!
My node with  8.2-15-gc78dab1, actual bitcoind 0.7.99 anc Cgminer 2.8.4 runs very fine.
The DOA wents down from 5 to 1,9 %, the stale is arround 5,8 %

Have a look at http://p2pool-cologne.dyndns.org:9332/static/
legendary
Activity: 1792
Merit: 1008
/dev/null
How can you tell?
Because they are using my public node and I can see their graph.

http://p2pool.stitthappens.com:8336/static/graphs.html?Day


Also, my miner is also getting a rather high reject rate.  I haven't changed my miner settings at all and I'm running the latest bitcoind and p2pool.  My reject used to be <3% and now its ~6%
mine went up from 2% to 6-12%
hero member
Activity: 516
Merit: 643
Also, my miner is also getting a rather high reject rate.  I haven't changed my miner settings at all and I'm running the latest bitcoind and p2pool.  My reject used to be <3% and now its ~6%

There are some possible optimizations for the new transaction handling, which could be causing this by introducing some new latency. I'll look into it over the next few days.
hero member
Activity: 742
Merit: 500
How can you tell?
Because they are using my public node and I can see their graph.

http://p2pool.stitthappens.com:8336/static/graphs.html?Day


Also, my miner is also getting a rather high reject rate.  I haven't changed my miner settings at all and I'm running the latest bitcoind and p2pool.  My reject used to be <3% and now its ~6%
legendary
Activity: 916
Merit: 1003
How can you tell?
hero member
Activity: 742
Merit: 500
Whoever is mining with 1Ag42qgUBiZWfbHpXMDxRuBN7Lh5hB1xmC, you are getting 100% rejects.  Somethingt is wrong with your miner.
legendary
Activity: 1792
Merit: 1008
/dev/null
is there a list which alt coins are supported with --merged ?

greetings

EDIT: nvm, found this list: https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842
newbie
Activity: 14
Merit: 0
Can you zip up and send me your log file? (It's at data/bitcoin/log) I think you were on a fork for some reason, since at that time, my node was saying "Pool: 349GH/s". I suspect that your bitcoind is messed up somehow. What does getinfo show?
You were right about bitcoind, it is stuck at block 193933.
It is not fork, at the time I made the post hash rate was indeed about 350 GH/s.
hero member
Activity: 516
Merit: 643
Possible bug?
Log is spammed when I enter to static/graphs.html?Day page:

Yeah, it's a bug. EDIT: The fix is in the git repo. (:
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Possible bug?
Log is spammed when I enter to static/graphs.html?Day page:
Code:
2012-10-20 20:05:45.563227 Peer sent entire transaction that was already received
2012-10-20 20:05:50.208083 P2Pool: 18565 shares in chain (18569 verified/18569 total) Peers: 10 (0 incoming)
2012-10-20 20:05:50.208405  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2012-10-20 20:05:50.208482  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2012-10-20 20:05:50.208776  Pool: 331GH/s Stale rate: 11.3% Expected time to block: 11.1 hours
2012-10-20 20:05:52.038959 Peer sent entire transaction that was already received
2012-10-20 20:05:59.234529 P2Pool: 18566 shares in chain (18570 verified/18570 total) Peers: 10 (0 incoming)
2012-10-20 20:05:59.234854  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2012-10-20 20:05:59.234914  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2012-10-20 20:05:59.234996  Pool: 332GH/s Stale rate: 11.3% Expected time to block: 11.0 hours
2012-10-20 20:06:06.190785 > Error in DeferredResource handler:
2012-10-20 20:06:06.191053 > Traceback (most recent call last):
2012-10-20 20:06:06.191128 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.191596 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.191844 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.191949 >     result = f(*args, **kw)
2012-10-20 20:06:06.192477 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.192848 >     return m(request)
2012-10-20 20:06:06.192972 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.193027 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.193073 > --- ---
2012-10-20 20:06:06.193137 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.193514 >     result = g.send(result)
2012-10-20 20:06:06.193602 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.193684 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.193774 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.193902 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.194022 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.195830 > Error in DeferredResource handler:
2012-10-20 20:06:06.196161 > Traceback (most recent call last):
2012-10-20 20:06:06.196366 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.197259 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.197446 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.197498 >     result = f(*args, **kw)
2012-10-20 20:06:06.197602 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.198103 >     return m(request)
2012-10-20 20:06:06.198325 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.198416 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.198517 > --- ---
2012-10-20 20:06:06.198945 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.199570 >     result = g.send(result)
2012-10-20 20:06:06.199883 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.200348 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.200638 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.201078 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.201259 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.202993 > Error in DeferredResource handler:
2012-10-20 20:06:06.203176 > Traceback (most recent call last):
2012-10-20 20:06:06.203230 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.203298 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.203344 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.203766 >     result = f(*args, **kw)
2012-10-20 20:06:06.203841 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.203935 >     return m(request)
2012-10-20 20:06:06.204432 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.204580 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.204751 > --- ---
2012-10-20 20:06:06.205138 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.205331 >     result = g.send(result)
2012-10-20 20:06:06.205405 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.205469 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.205513 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.205897 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.205983 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.207355 > Error in DeferredResource handler:
2012-10-20 20:06:06.207535 > Traceback (most recent call last):
2012-10-20 20:06:06.207587 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.207688 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.207810 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.207991 >     result = f(*args, **kw)
2012-10-20 20:06:06.208517 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.208756 >     return m(request)
2012-10-20 20:06:06.208864 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.209483 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.209767 > --- ---
2012-10-20 20:06:06.210083 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.210258 >     result = g.send(result)
2012-10-20 20:06:06.210516 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.210714 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.210885 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.211133 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.211223 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.212986 > Error in DeferredResource handler:
2012-10-20 20:06:06.213359 > Traceback (most recent call last):
2012-10-20 20:06:06.213477 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.213617 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.213771 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.213862 >     result = f(*args, **kw)
2012-10-20 20:06:06.213939 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.214096 >     return m(request)
2012-10-20 20:06:06.214266 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.214407 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.214517 > --- ---
2012-10-20 20:06:06.214647 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.214789 >     result = g.send(result)
2012-10-20 20:06:06.214926 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.215037 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.215195 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.215311 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.215449 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.217124 > Error in DeferredResource handler:
2012-10-20 20:06:06.217341 > Traceback (most recent call last):
2012-10-20 20:06:06.217426 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.217503 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.217621 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.217859 >     result = f(*args, **kw)
2012-10-20 20:06:06.218321 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.218799 >     return m(request)
2012-10-20 20:06:06.218932 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.219320 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.219420 > --- ---
2012-10-20 20:06:06.219469 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.219513 >     result = g.send(result)
2012-10-20 20:06:06.219598 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.219644 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.219702 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.219775 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.220144 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.224472 > Error in DeferredResource handler:
2012-10-20 20:06:06.224649 > Traceback (most recent call last):
2012-10-20 20:06:06.224705 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.224801 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.224959 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.225043 >     result = f(*args, **kw)
2012-10-20 20:06:06.225143 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.225567 >     return m(request)
2012-10-20 20:06:06.225796 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.225886 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.225985 > --- ---
2012-10-20 20:06:06.226156 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.226450 >     result = g.send(result)
2012-10-20 20:06:06.226622 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.226730 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.226794 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.226888 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.227124 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.228769 > Error in DeferredResource handler:
2012-10-20 20:06:06.229015 > Traceback (most recent call last):
2012-10-20 20:06:06.229173 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.229777 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.230019 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.230159 >     result = f(*args, **kw)
2012-10-20 20:06:06.230575 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.230851 >     return m(request)
2012-10-20 20:06:06.231043 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.231265 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.231413 > --- ---
2012-10-20 20:06:06.231471 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.231555 >     result = g.send(result)
2012-10-20 20:06:06.231702 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.231975 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.232080 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.232266 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.232477 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.234129 > Error in DeferredResource handler:
2012-10-20 20:06:06.234392 > Traceback (most recent call last):
2012-10-20 20:06:06.234492 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.234866 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.235165 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.235336 >     result = f(*args, **kw)
2012-10-20 20:06:06.235577 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.235804 >     return m(request)
2012-10-20 20:06:06.235951 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.236345 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.236588 > --- ---
2012-10-20 20:06:06.236944 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.237091 >     result = g.send(result)
2012-10-20 20:06:06.237180 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.237259 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.237357 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.237605 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.237876 > exceptions.KeyError: 'last_'
2012-10-20 20:06:06.241600 > Error in DeferredResource handler:
2012-10-20 20:06:06.242157 > Traceback (most recent call last):
2012-10-20 20:06:06.242921 >   File "/home/rav3n/p2pool/p2pool/util/deferred_resource.py", line 24, in render
2012-10-20 20:06:06.242981 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2012-10-20 20:06:06.243028 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
2012-10-20 20:06:06.244020 >     result = f(*args, **kw)
2012-10-20 20:06:06.244322 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 216, in render
2012-10-20 20:06:06.244953 >     return m(request)
2012-10-20 20:06:06.245313 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1181, in unwindGenerator
2012-10-20 20:06:06.245500 >     return _inlineCallbacks(None, gen, Deferred())
2012-10-20 20:06:06.245986 > --- ---
2012-10-20 20:06:06.246267 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2012-10-20 20:06:06.246380 >     result = g.send(result)
2012-10-20 20:06:06.246576 >   File "/home/rav3n/p2pool/p2pool/web.py", line 194, in render_GET
2012-10-20 20:06:06.247218 >     res = yield self.func(*self.args)
2012-10-20 20:06:06.247555 >   File "/home/rav3n/p2pool/p2pool/web.py", line 435, in
2012-10-20 20:06:06.247716 >     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))
2012-10-20 20:06:06.247908 > exceptions.KeyError: 'last_'
2012-10-20 20:06:11.275846 P2Pool: 18568 shares in chain (18572 verified/18572 total) Peers: 10 (0 incoming)
2012-10-20 20:06:11.276406  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
It looks all normal for me, but dat errors are scary Smiley
Pool fresh (few mins) after restart.

EDIT:
I observed it when press "graphs" link on /static page. Not when enter static/graphs.html?Day address.
It looks for me like "grpahs" link lead to /static/graphs.html page and it is not "valid" address.
hero member
Activity: 516
Merit: 643
I have a problem with latest git version (8.2-4-g677ea87): 100% orphan rate.
Code:
2012-10-20 10:43:11.039275 P2Pool: 17344 shares in chain (17349 verified/17349 total) Peers: 17 (7 incoming)
2012-10-20 10:43:11.039406  Local: 529MH/s in last 10.0 minutes Local dead on arrival: ~2.7% (0-10%) Expected time to share: 1.4 hours
2012-10-20 10:43:11.039458  Shares: 19 (19 orphan, 0 dead) Stale rate: ~100.0% (83-100%) Efficiency: ~0.0% (0-18%) Current payout: 0.0000 BTC
2012-10-20 10:43:11.039515  Pool: 304GH/s Stale rate: 6.5% Expected time to block: 8.6 hours
Restarting p2pool don't help. Is there any way to fix that?

I'm using cgminer 2.8.3 with Radeon HD7970.

Can you zip up and send me your log file? (It's at data/bitcoin/log) I think you were on a fork for some reason, since at that time, my node was saying "Pool: 349GH/s". I suspect that your bitcoind is messed up somehow. What does getinfo show?
newbie
Activity: 14
Merit: 0
I have a problem with latest git version (8.2-4-g677ea87): 100% orphan rate.
Code:
2012-10-20 10:43:11.039275 P2Pool: 17344 shares in chain (17349 verified/17349 total) Peers: 17 (7 incoming)
2012-10-20 10:43:11.039406  Local: 529MH/s in last 10.0 minutes Local dead on arrival: ~2.7% (0-10%) Expected time to share: 1.4 hours
2012-10-20 10:43:11.039458  Shares: 19 (19 orphan, 0 dead) Stale rate: ~100.0% (83-100%) Efficiency: ~0.0% (0-18%) Current payout: 0.0000 BTC
2012-10-20 10:43:11.039515  Pool: 304GH/s Stale rate: 6.5% Expected time to block: 8.6 hours
Restarting p2pool don't help. Is there any way to fix that?

I'm using cgminer 2.8.3 with Radeon HD7970.
sr. member
Activity: 604
Merit: 250
Thanks for this.. I was wondering why I have to try a few times to get p2pool to connect on that line and the # connections was it!

I thought I'd try p2pool again but I'm having a heck of a time getting the client to run this time around.  I'm running bitcoin-qt 0.7.0 with the .conf file set up correctly as a server.  I'm running the latest p2pool client 8.2

When I start run_p2pool.exe I get this in the log file:

Code:
2012-10-18 20:03:33.221000 p2pool (version 8.2)
2012-10-18 20:03:33.221000
2012-10-18 20:03:33.221000 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'user'...
2012-10-18 20:03:33.861000 Testing bitcoind P2P connection to '127.0.0.1:8333'...

It just sits there and never says success.
Are you limiting the # of connections in bitcoind, and, is bitcoind already at that limit? (that's what the problem is on my end when that happens... it keeps retrying so if you lose a peer connection in bitcoind, then p2pool can get in)

-- Smoov

legendary
Activity: 916
Merit: 1003
I use Vidalia so I don't actually know what command line goes to Tor.  I can say I didn't use any fancy settings, just the stock client with no relay etc.
hero member
Activity: 772
Merit: 500
I've been running everything through Tor for the last couple of months.  I changed bitcoin-qt's settings so it's direct again and now the client connects.
Not sure what's up with that.

As I've got some proxy related patches in the pipe, can you tell me what command-line you used for tor?

https://github.com/bitcoin/bitcoin/pull/1781
https://github.com/bitcoin/bitcoin/pull/1778

Another thing I intend to add is an enhanced Bitcoin-Qt network settings tab.



Thanks,
Dia
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Trying to complie scrypt module on my win7 64 machine:
(...)
Any ideas? I have no troubles on win7 32bit...

Ok, have done it bit around:
- compiled scrypt module on win32 machine
- copied it to my python installation on win64 machine
It works Tongue
Compiled fully functional win64 build 8.2-4, posted on my skydrive Smiley
Have fun Smiley

Next step will be python 64bit Tongue Maybe... ;]
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
i had similar problem with 50% doa/stale rates on one computer (one i had got from someone else, all assembled, etc) on p2pool.... on other servers it was fine.  anyway, in the network config the flow control was off.  when i turned it on, it dropped to 1% or so like normal.
hero member
Activity: 784
Merit: 500
Code:
2012-10-19 08:47:15.565000 P2Pool: 17604 shares in chain (12558 verified/17608 total) Peers: 11 (1 incoming)
2012-10-19 08:47:15.566000  Local: 4008MH/s in last 10.0 minutes Local dead on arrival: ~3.6% (2-6%) Expected time to share: 13.6 minutes
2012-10-19 08:47:15.567000  Shares: 45 (4 orphan, 3 dead) Stale rate: ~15.6% (7-29%) Efficiency: ~89.8% (75-99%) Current payout: 0.2186 BTC
2012-10-19 08:47:15.568000  Pool: 369GH/s Stale rate: 6.0% Expected time to block: 9.9 hours
Code:
Version: 8.2

Pool rate: 367GH/s (5.8% stale) Share difficulty: 770

Node uptime: 0.452 days Peers: 10 out, 1 in

Local rate: 3.99GH/s (3.6% DOA) Expected time to share: 0.230 hours

Shares: 45 total (4 orphaned, 3 dead) Efficiency: 89.60%

See .... it goes down slowly Smiley




Need to buy another miner base....( The mac mini draws way to much power) Since the pi is not good for this I'm still searching :/

Why is the Raspberry Pi not good for this? 

I have a R-Pi and have been using it with a BFL Single on non-p2p pools quite well.  But as soon as (or if) ASICs arrive I plan on switching back to p2pool on my R-Pi.  Assuming there is NOT the same inefficiency that currently exists with BFL on p2pool.


Cause its a real bitch when it comes to USB connections .....
legendary
Activity: 916
Merit: 1003
I've been running everything through Tor for the last couple of months.  I changed bitcoin-qt's settings so it's direct again and now the client connects.
Not sure what's up with that.
Jump to: