Bitcoin Forum
June 22, 2024, 05:10:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 06, 2014, 08:00:36 AM
I never tried minerd before, so that's what it should look like with stratum.  So, I guess in your case, maybe it's a firewall?  the +0.0000000 seems out of place also, i'd think even with a cpu something like 0.000001 would be reasonable
I think he is not, because the system is Linux (Ubuntu) started in the log to meet the compound which is
Code:
2014-10-06 07:54:59.374809 P2Pool: 0 shares in chain (0 verified/5 total) Peers: 2 (0 incoming)
2014-10-06 07:54:59.375279  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2014-10-06 07:55:02.563667 Peer sent entire transaction 1edf48c6eb2aaad76af659a2e6c2ae96eec7ad8f487f67ed17af40b371e02c25 that was already received
But there are no statistics
2  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 06, 2014, 07:09:16 AM
I think for minerd, you just use --no-stratum, and it's better.  (for p2pool at least)
If you do do something it's OK, you do not know because of what is a problem?
3  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 06, 2014, 06:29:42 AM
Mess with some of the difficulty/share settings?  I guess that's why it isn't working.

I don't care to fix stratum, since it's about 10% slower than long polling.    (ed: well, I wasted a little bit of time on it, until I decided it was better to just remove the logging spam from other ppl)

well and final ed, correction:  it's inefficient for end user, unless you care about using up a little more bandwidth, and having more connections open

I want to start so early.
And here's another one bug found. When connected to a pool of miners, so we get an error
Code:
2014-10-06 06:05:05.537252 > Unhandled Error
2014-10-06 06:05:05.537497 > Traceback (most recent call last):
2014-10-06 06:05:05.537644 > File "/home/ubuntu/p2pool-doge1-8/p2pool/main.py", line 595, in run
2014-10-06 06:05:05.537747 > reactor.run()
2014-10-06 06:05:05.537845 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
2014-10-06 06:05:05.537946 > self.mainLoop()
2014-10-06 06:05:05.538049 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
2014-10-06 06:05:05.538126 > self.runUntilCurrent()
2014-10-06 06:05:05.538196 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
2014-10-06 06:05:05.538268 > call.func(*call.args, **call.kw)
2014-10-06 06:05:05.538337 > --- ---
2014-10-06 06:05:05.538424 > File "/home/ubuntu/p2pool-doge1-8/p2pool/bitcoin/stratum.py", line 38, in _send_work
2014-10-06 06:05:05.538509 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2014-10-06 06:05:05.538584 > File "/home/ubuntu/p2pool-doge1-8/p2pool/work.py", line 177, in preprocess_request
2014-10-06 06:05:05.538655 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers')
2014-10-06 06:05:05.538726 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers

Miner gives this error
4  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 06, 2014, 03:03:53 AM
Help pull start, When you start kogad web page with statistics is not active is a log.

Code:
2014-10-06 02:46:57.773788  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???

And when I do update statistics node, then fly these errors

Code:
 
2014-10-06 02:46:53.330462 > Error in DeferredResource handler:
2014-10-06 02:46:53.330741 > Traceback (most recent call last):
2014-10-06 02:46:53.330858 >   File "/home/ubuntu/p2pool-doge1-8/p2pool/util/deferred_resource.py", line 24, in render
2014-10-06 02:46:53.330955 >     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)
2014-10-06 02:46:53.331061 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred
2014-10-06 02:46:53.331164 >     result = f(*args, **kw)
2014-10-06 02:46:53.331243 >   File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 250, in render
2014-10-06 02:46:53.331323 >     return m(request)
2014-10-06 02:46:53.331399 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1237, in unwindGenerator
2014-10-06 02:46:53.331479 >     return _inlineCallbacks(None, gen, Deferred())
2014-10-06 02:46:53.331554 > --- <exception caught here> ---
2014-10-06 02:46:53.331629 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
2014-10-06 02:46:53.331717 >     result = g.send(result)
2014-10-06 02:46:53.331822 >   File "/home/ubuntu/p2pool-doge1-8/p2pool/web.py", line 198, in render_GET
2014-10-06 02:46:53.331901 >     res = yield self.func(*self.args)
2014-10-06 02:46:53.332012 >   File "/home/ubuntu/p2pool-doge1-8/p2pool/web.py", line 203, in <lambda>
2014-10-06 02:46:53.332106 >     web_root.putChild('rate', WebInterface(lambda: p2pool_data.get_pool_attempts_per_second(node.tracker, node.best_share_var.value, decent_height())/(1-p2pool_data.get_average_stale_prop(node.tracker, node.best_share_var.value, decent_height()))))
2014-10-06 02:46:53.332204 >   File "/home/ubuntu/p2pool-doge1-8/p2pool/data.py", line 573, in get_pool_attempts_per_second
2014-10-06 02:46:53.332310 >     assert dist >= 2
2014-10-06 02:46:53.332406 > exceptions.AssertionError:

Maybe that is not installed or not run? Help me.
5  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 05, 2014, 01:37:51 AM
Hello, Why not support script Dogekoin?

Dogecoin is supported and there are many p2pools listed at http://p2pools.org/doge

You did not understand me, I mean the script source
  https://github.com/Rav3nPL/p2pool-rav
6  Bitcoin / Pools / Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: October 04, 2014, 07:49:41 PM
Hello, Why not support script Dogekoin?
7  Local / Альтернативные криптовалюты / Re: Dogecoin почему нет темы? on: October 04, 2014, 06:52:43 AM
Люди столкнулся с такой проблемой.
При установке кошелька dodgcoin на ubuntu не могу найти файл makefile.unix  в дистрибе. Или я что то не то делаю ?
Code:
make -j2 -f makefile.unix USE_UPNP=1 USE_IPV6=0 -e PIE=1

Или я что то не то делаю ?

PS: Пытаюсь поднять p2pool
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!