Post
Topic
Board Pools
Re: [3500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
mdude77
on 11/01/2015, 14:31:38 UTC
Dynamic cycling addresses has been merged on Github!

https://github.com/forrestv/p2pool/pull/230



What exactly does this do?

M

Looks like it pulls and rotates the default mining addresses from bitcoind.

I saw that too.  Why would you want that?

Anyone else try this?  I'm getting errors all over the place:

Code:
015-01-11 09:30:48.300000 > --- ---
2015-01-11 09:30:48.300000 >   File "C:\xp2pool\p2pool\main.py", line 401, in status_thread
2015-01-11 09:30:48.300000 >     paystr = "%.4f" % (node.get_current_txouts().get(bitcoin_data.pubkey_hash_to_script2(pubkeys.keys[i]), 0)*1e-8,)
2015-01-11 09:30:48.300000 > exceptions.AttributeError: 'list' object has no attribute 'keys'
2015-01-11 09:30:51.311000 > Unhandled Error
2015-01-11 09:30:51.311000 > Traceback (most recent call last):
2015-01-11 09:30:51.311000 >   File "c:\python27\lib\site-packages\twisted\internet\defer.py", line 488, in _startRunCallbacks
2015-01-11 09:30:51.311000 >     self._runCallbacks()
2015-01-11 09:30:51.311000 >   File "c:\python27\lib\site-packages\twisted\internet\defer.py", line 575, in _runCallbacks
2015-01-11 09:30:51.311000 >     current.result = callback(current.result, *args, **kw)
2015-01-11 09:30:51.311000 >   File "c:\python27\lib\site-packages\twisted\internet\defer.py", line 1126, in gotResult
2015-01-11 09:30:51.311000 >     _inlineCallbacks(r, g, deferred)
2015-01-11 09:30:51.311000 >   File "c:\python27\lib\site-packages\twisted\internet\defer.py", line 1070, in _inlineCallbacks
2015-01-11 09:30:51.311000 >     result = g.send(result)

M