Pages:
Author

Topic: [ANN] P2Pool code base for CNC/FTC/JKC/BQC/RYC/MNC/FRK based on newest p2pool - page 2. (Read 7851 times)

sr. member
Activity: 392
Merit: 250
Oh, and another thing:

The TerraCoin Server seems to weotk great, but i cant get a connection to the server with my worker. Also I can't access the stats page through my web browser

EDIT: Forget what I said, I'm an idiot... I forwarded the UDP instead of the TCP Port  Tongue
sr. member
Activity: 392
Merit: 250
Hey Narken,

thank you very much for the work you are doing. I think I'm going to give you a little tip. Do you think it is possible to add the code for Worldcoin and Goldcoin?
member
Activity: 112
Merit: 10
I have a hard time running this with franko. It seems to work fine for 15 seconds, then i get lots of exceptions about share value.
franko.conf
Code:
server=1
daemon=1
rpcuser=rpcuser
rpcpassword=xxxxxx
rpcport=7911
port=7912
gen=1
addnode=76.115.8.101
addnode=77.101.119.112
starting with
Code:
screen -d -m -S frkpool /home/eule/p2frank/run_p2pool.py --net franko -a FRBz5YPnNGcoK5ADK2W2Td7tJ33nhwrgxj -f 0 --give-author 1 --w 9777 --bitcoind-p2p-port 7912 --bitcoind-rpc-port 7911 rpcuser xxxxx
Huh

-edit- getting these errors:
Code:
2013-05-12 14:27:12.453893 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.453931 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.453968 >     self.node.set_best_share()
2013-05-12 14:27:12.454004 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.454042 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.454101 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.454150 >     if self.attempt_verify(share):
2013-05-12 14:27:12.454188 > --- ---
2013-05-12 14:27:12.454225 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.454261 >     share.check(self)
2013-05-12 14:27:12.454298 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.454334 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.454370 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.460029 > Traceback (most recent call last):
2013-05-12 14:27:12.460090 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.460130 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.460172 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.460212 >     self.node.set_best_share()
2013-05-12 14:27:12.460249 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.460327 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.460390 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.460430 >     if self.attempt_verify(share):
2013-05-12 14:27:12.460468 > --- ---
2013-05-12 14:27:12.460505 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.460541 >     share.check(self)
2013-05-12 14:27:12.460578 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.460640 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.460679 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.465550 > Traceback (most recent call last):
2013-05-12 14:27:12.465652 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.465710 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.465751 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.465788 >     self.node.set_best_share()
2013-05-12 14:27:12.465826 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.465863 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.465905 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.465944 >     if self.attempt_verify(share):
2013-05-12 14:27:12.465981 > --- ---
2013-05-12 14:27:12.466017 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.466054 >     share.check(self)
2013-05-12 14:27:12.466091 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.466128 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.466164 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.470952 > Traceback (most recent call last):
2013-05-12 14:27:12.471007 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.471053 >     self.handle_shares(shares, peer)
Again it seems to work fine in the beginning, and suddenly it spazzes out.

Did you get it to work.

Else try to set "--give-author 0" not sure it can handle undefined altcoins ( havent checked donation code)

Same Problem here with Junkcoin. It works perfect with BBQCoin, but with Junkcoin i get the same error after approximately 15 seconds. "--give-author 0" is set and RAM Usage i just about 50%!!

Any ideas?

Will check
member
Activity: 113
Merit: 10
Narken : Any chances of having p2pool to work with the brand new GLDcoin ?

Yes.  Is this possible?



One fully reliable:
----
cgminer --scrypt -o next.afraid.org:8117 -u yourGLDaddress -p .

statistics available here: http://next.afraid.org:8117

2% fee.

----


Instead of promoting you own node, please share the modification you made to it to make it work, that way everybody will be able to setup their own node.
I get bad latency to yours that why I am asking.

You known that p2pool is GPL and that you have to redistribute it if you modify it ? Just my 2 cents Smiley

sr. member
Activity: 392
Merit: 250
I have a hard time running this with franko. It seems to work fine for 15 seconds, then i get lots of exceptions about share value.
franko.conf
Code:
server=1
daemon=1
rpcuser=rpcuser
rpcpassword=xxxxxx
rpcport=7911
port=7912
gen=1
addnode=76.115.8.101
addnode=77.101.119.112
starting with
Code:
screen -d -m -S frkpool /home/eule/p2frank/run_p2pool.py --net franko -a FRBz5YPnNGcoK5ADK2W2Td7tJ33nhwrgxj -f 0 --give-author 1 --w 9777 --bitcoind-p2p-port 7912 --bitcoind-rpc-port 7911 rpcuser xxxxx
Huh

-edit- getting these errors:
Code:
2013-05-12 14:27:12.453893 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.453931 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.453968 >     self.node.set_best_share()
2013-05-12 14:27:12.454004 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.454042 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.454101 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.454150 >     if self.attempt_verify(share):
2013-05-12 14:27:12.454188 > --- ---
2013-05-12 14:27:12.454225 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.454261 >     share.check(self)
2013-05-12 14:27:12.454298 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.454334 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.454370 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.460029 > Traceback (most recent call last):
2013-05-12 14:27:12.460090 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.460130 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.460172 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.460212 >     self.node.set_best_share()
2013-05-12 14:27:12.460249 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.460327 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.460390 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.460430 >     if self.attempt_verify(share):
2013-05-12 14:27:12.460468 > --- ---
2013-05-12 14:27:12.460505 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.460541 >     share.check(self)
2013-05-12 14:27:12.460578 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.460640 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.460679 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.465550 > Traceback (most recent call last):
2013-05-12 14:27:12.465652 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.465710 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.465751 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.465788 >     self.node.set_best_share()
2013-05-12 14:27:12.465826 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.465863 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.465905 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.465944 >     if self.attempt_verify(share):
2013-05-12 14:27:12.465981 > --- ---
2013-05-12 14:27:12.466017 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.466054 >     share.check(self)
2013-05-12 14:27:12.466091 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.466128 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.466164 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.470952 > Traceback (most recent call last):
2013-05-12 14:27:12.471007 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.471053 >     self.handle_shares(shares, peer)
Again it seems to work fine in the beginning, and suddenly it spazzes out.

Did you get it to work.

Else try to set "--give-author 0" not sure it can handle undefined altcoins ( havent checked donation code)

Same Problem here with Junkcoin. It works perfect with BBQCoin, but with Junkcoin i get the same error after approximately 15 seconds. "--give-author 0" is set and RAM Usage i just about 50%!!

Any ideas?
sr. member
Activity: 339
Merit: 250
Narken : Any chances of having p2pool to work with the brand new GLDcoin ?

Yes.  Is this possible?



One fully reliable:
----
cgminer --scrypt -o next.afraid.org:8117 -u yourGLDaddress -p .

statistics available here: http://next.afraid.org:8117

2% fee.

----
sr. member
Activity: 336
Merit: 250
Narken : Any chances of having p2pool to work with the brand new GLDcoin ?

Yes.  Is this possible?

member
Activity: 113
Merit: 10
Narken : Any chances of having p2pool to work with the brand new GLDcoin ?
erk
hero member
Activity: 826
Merit: 500
Any plans for YACoin?

Keep up the good work!

I don't thing anyone wants the Yacoin p2pool bounty.

sr. member
Activity: 392
Merit: 250
Finally got my own P2Pool Node Running (Hard Work Wink )

For practicing, I first tried to setup a BBQ-Coin Pool

It seems like everything is working fine. Payments are coming in.

But for a reason, I can't figure out, the"stats page" is not working and I have no idea why. Do I have to personalize something in the .html files?

You can see the empty stats pages at : bbq.crypto-coins.de

I even would appreciate if anybody could throw a few KHashs on my node to try if everything is working fine

Just point your miner to 93.186.200.124:8900 using your BBQCoin Adress as your username!

Thanks in advance!!
hero member
Activity: 756
Merit: 501
Did you get it to work.

Else try to set "--give-author 0" not sure it can handle undefined altcoins ( havent checked donation code)
Haven't tried again, decided to go mincoin (with --give-author 0) which works like a charm!
Possibly it had to do with too many python instances for my 512 MB of RAM aswell.   Grin
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Any plans for YACoin?

Keep up the good work!
member
Activity: 112
Merit: 10
I have a hard time running this with franko. It seems to work fine for 15 seconds, then i get lots of exceptions about share value.
franko.conf
Code:
server=1
daemon=1
rpcuser=rpcuser
rpcpassword=xxxxxx
rpcport=7911
port=7912
gen=1
addnode=76.115.8.101
addnode=77.101.119.112
starting with
Code:
screen -d -m -S frkpool /home/eule/p2frank/run_p2pool.py --net franko -a FRBz5YPnNGcoK5ADK2W2Td7tJ33nhwrgxj -f 0 --give-author 1 --w 9777 --bitcoind-p2p-port 7912 --bitcoind-rpc-port 7911 rpcuser xxxxx
Huh

-edit- getting these errors:
Code:
2013-05-12 14:27:12.453893 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.453931 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.453968 >     self.node.set_best_share()
2013-05-12 14:27:12.454004 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.454042 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.454101 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.454150 >     if self.attempt_verify(share):
2013-05-12 14:27:12.454188 > --- ---
2013-05-12 14:27:12.454225 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.454261 >     share.check(self)
2013-05-12 14:27:12.454298 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.454334 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.454370 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.460029 > Traceback (most recent call last):
2013-05-12 14:27:12.460090 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.460130 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.460172 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.460212 >     self.node.set_best_share()
2013-05-12 14:27:12.460249 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.460327 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.460390 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.460430 >     if self.attempt_verify(share):
2013-05-12 14:27:12.460468 > --- ---
2013-05-12 14:27:12.460505 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.460541 >     share.check(self)
2013-05-12 14:27:12.460578 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.460640 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.460679 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.465550 > Traceback (most recent call last):
2013-05-12 14:27:12.465652 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.465710 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.465751 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.465788 >     self.node.set_best_share()
2013-05-12 14:27:12.465826 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.465863 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.465905 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.465944 >     if self.attempt_verify(share):
2013-05-12 14:27:12.465981 > --- ---
2013-05-12 14:27:12.466017 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.466054 >     share.check(self)
2013-05-12 14:27:12.466091 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.466128 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.466164 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.470952 > Traceback (most recent call last):
2013-05-12 14:27:12.471007 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.471053 >     self.handle_shares(shares, peer)
Again it seems to work fine in the beginning, and suddenly it spazzes out.

Did you get it to work.

Else try to set "--give-author 0" not sure it can handle undefined altcoins ( havent checked donation code)
hero member
Activity: 896
Merit: 1000
How P2Pool helps reduce centralization when one can mine in it without using full node locally? Such scenario makes P2Pool no different at all from any other classic pool.

Depends where you come from. If you switch from a centralized pool with higher hashrate than the P2Pool node you connect to you help decentralizing the hashrate distribution (on Bitcoin where P2Pool is only 800GH/s and the best node might have 120-130GH/s it should always be the case). On young alt-coins some P2Pool node might have a sizeable share of the whole network hashrate but they are the exceptions.

It's obviously better if you setup your own node. If done right (see my signature), it should almost always give you more income than a public node too.
newbie
Activity: 24
Merit: 0
great work,cant u add the yacoin support for the p2pool??
erk
hero member
Activity: 826
Merit: 500
hero member
Activity: 756
Merit: 501
I have a hard time running this with franko. It seems to work fine for 15 seconds, then i get lots of exceptions about share value.
franko.conf
Code:
server=1
daemon=1
rpcuser=rpcuser
rpcpassword=xxxxxx
rpcport=7911
port=7912
gen=1
addnode=76.115.8.101
addnode=77.101.119.112
starting with
Code:
screen -d -m -S frkpool /home/eule/p2frank/run_p2pool.py --net franko -a FRBz5YPnNGcoK5ADK2W2Td7tJ33nhwrgxj -f 0 --give-author 1 --w 9777 --bitcoind-p2p-port 7912 --bitcoind-rpc-port 7911 rpcuser xxxxx
Huh

-edit- getting these errors:
Code:
2013-05-12 14:27:12.453893 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.453931 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.453968 >     self.node.set_best_share()
2013-05-12 14:27:12.454004 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.454042 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.454101 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.454150 >     if self.attempt_verify(share):
2013-05-12 14:27:12.454188 > --- ---
2013-05-12 14:27:12.454225 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.454261 >     share.check(self)
2013-05-12 14:27:12.454298 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.454334 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.454370 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.460029 > Traceback (most recent call last):
2013-05-12 14:27:12.460090 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.460130 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.460172 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.460212 >     self.node.set_best_share()
2013-05-12 14:27:12.460249 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.460327 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.460390 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.460430 >     if self.attempt_verify(share):
2013-05-12 14:27:12.460468 > --- ---
2013-05-12 14:27:12.460505 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.460541 >     share.check(self)
2013-05-12 14:27:12.460578 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.460640 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.460679 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.465550 > Traceback (most recent call last):
2013-05-12 14:27:12.465652 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.465710 >     self.handle_shares(shares, peer)
2013-05-12 14:27:12.465751 >   File "/home/eule/p2frank/p2pool/node.py", line 40, in handle_shares
2013-05-12 14:27:12.465788 >     self.node.set_best_share()
2013-05-12 14:27:12.465826 >   File "/home/eule/p2frank/p2pool/node.py", line 287, in set_best_share
2013-05-12 14:27:12.465863 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2013-05-12 14:27:12.465905 >   File "/home/eule/p2frank/p2pool/data.py", line 448, in think
2013-05-12 14:27:12.465944 >     if self.attempt_verify(share):
2013-05-12 14:27:12.465981 > --- ---
2013-05-12 14:27:12.466017 >   File "/home/eule/p2frank/p2pool/data.py", line 427, in attempt_verify
2013-05-12 14:27:12.466054 >     share.check(self)
2013-05-12 14:27:12.466091 >   File "/home/eule/p2frank/p2pool/data.py", line 315, in check
2013-05-12 14:27:12.466128 >     raise ValueError('share_info invalid')
2013-05-12 14:27:12.466164 > exceptions.ValueError: share_info invalid
2013-05-12 14:27:12.470952 > Traceback (most recent call last):
2013-05-12 14:27:12.471007 >   File "/home/eule/p2frank/p2pool/node.py", line 127, in download_shares
2013-05-12 14:27:12.471053 >     self.handle_shares(shares, peer)
Again it seems to work fine in the beginning, and suddenly it spazzes out.
member
Activity: 112
Merit: 10
member
Activity: 112
Merit: 10
Can you add PPC? I know it's a tricky one, but Novacoin is a PPC fork and it has p2pool available.

Sure will have a look when I have time
member
Activity: 112
Merit: 10
Very cool, thank you very much for this! Does this fork have it's own version numbers? It's difficult to keep P2Pool up-to-date if you can't tell what version I'm running and what the latest version is. Thank you very much again! Awesome work!

I will consider this, but have not decided yet
Pages:
Jump to: