erk
|
|
May 10, 2013, 04:07:05 AM |
|
Can you add PPC? I know it's a tricky one, but Novacoin is a PPC fork and it has p2pool available.
|
|
|
|
Narken (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
May 10, 2013, 07:20:10 AM |
|
This seems to also have Bitcoin, Litecoin and TerraCoin network settings still available. Can it still be used to mine those coins too?
Yes it can
|
Yes sir
|
|
|
Narken (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
May 10, 2013, 07:21:05 AM |
|
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
|
Yes sir
|
|
|
Narken (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
May 10, 2013, 07:21:31 AM |
|
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
|
Yes sir
|
|
|
Narken (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
May 12, 2013, 07:25:15 AM |
|
Updated with Franko
|
Yes sir
|
|
|
eule
|
|
May 12, 2013, 02:15:17 PM Last edit: May 12, 2013, 02:39:24 PM by eule |
|
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 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 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
-edit- getting these errors: 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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.
|
|
|
|
|
microxp
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 13, 2013, 02:08:58 PM |
|
great work,cant u add the yacoin support for the p2pool??
|
|
|
|
gyverlb
|
|
May 13, 2013, 02:29:57 PM |
|
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.
|
|
|
|
Narken (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
May 13, 2013, 08:28:17 PM |
|
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 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 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
-edit- getting these errors: 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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)
|
Yes sir
|
|
|
Jude Austin
Legendary
Offline
Activity: 1140
Merit: 1000
The Real Jude Austin
|
|
May 14, 2013, 09:52:35 AM |
|
Any plans for YACoin?
Keep up the good work!
|
Buy or sell $100 of Crypto and get $10!
|
|
|
eule
|
|
May 14, 2013, 05:36:16 PM |
|
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.
|
|
|
|
schnebi
|
|
May 15, 2013, 11:46:52 PM |
|
Finally got my own P2Pool Node Running (Hard Work ) 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!!
|
|
|
|
erk
|
|
May 15, 2013, 11:52:06 PM |
|
Any plans for YACoin?
Keep up the good work!
I don't thing anyone wants the Yacoin p2pool bounty.
|
|
|
|
akabane
Member
Offline
Activity: 113
Merit: 10
|
|
May 16, 2013, 06:48:36 AM |
|
Narken : Any chances of having p2pool to work with the brand new GLDcoin ?
|
|
|
|
ssshhh
|
|
May 16, 2013, 07:29:30 AM |
|
Narken : Any chances of having p2pool to work with the brand new GLDcoin ?
Yes. Is this possible?
|
|
|
|
faraway
|
|
May 16, 2013, 08:40:21 AM |
|
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:81172% fee. ----
|
|
|
|
schnebi
|
|
May 16, 2013, 09:31:20 AM |
|
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 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 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
-edit- getting these errors: 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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?
|
|
|
|
akabane
Member
Offline
Activity: 113
Merit: 10
|
|
May 16, 2013, 10:35:12 AM |
|
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:81172% 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
|
|
|
|
Narken (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
May 16, 2013, 06:46:58 PM |
|
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 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 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
-edit- getting these errors: 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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 > --- <exception caught here> --- 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
|
Yes sir
|
|
|
|