Bitcoin Forum
June 01, 2024, 08:17:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: [ANN] P2Pool code base for CNC/FTC/JKC/BQC/RYC/MNC/FRK based on newest p2pool  (Read 7837 times)
erk
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
May 10, 2013, 04:07:05 AM
 #21

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 Offline

Activity: 112
Merit: 10


View Profile
May 10, 2013, 07:20:10 AM
 #22

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 Offline

Activity: 112
Merit: 10


View Profile
May 10, 2013, 07:21:05 AM
 #23

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 Offline

Activity: 112
Merit: 10


View Profile
May 10, 2013, 07:21:31 AM
 #24

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 Offline

Activity: 112
Merit: 10


View Profile
May 12, 2013, 07:25:15 AM
 #25

Updated with Franko

Yes sir
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
May 12, 2013, 02:15:17 PM
Last edit: May 12, 2013, 02:39:24 PM by eule
 #26

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 > --- <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.

erk
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
May 13, 2013, 06:50:36 AM
 #27

YAC is very popular.

Seems to be a bounty here too for a working p2pool: https://bitcointalk.org/index.php?topic=200252.0
microxp
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
May 13, 2013, 02:08:58 PM
 #28

great work,cant u add the yacoin support for the p2pool??
gyverlb
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
May 13, 2013, 02:29:57 PM
 #29

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.

P2pool tuning guide
Trade BTC for €/$ at bitcoin.de (referral), it's cheaper and faster (acts as escrow and lets the buyers do bank transfers).
Tip: 17bdPfKXXvr7zETKRkPG14dEjfgBt5k2dd
Narken (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 13, 2013, 08:28:17 PM
 #30

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 > --- <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 Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
May 14, 2013, 09:52:35 AM
 #31

Any plans for YACoin?

Keep up the good work!

Buy or sell $100 of Crypto and get $10!
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
May 14, 2013, 05:36:16 PM
 #32

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

schnebi
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 15, 2013, 11:46:52 PM
 #33

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!!
erk
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
May 15, 2013, 11:52:06 PM
 #34

Any plans for YACoin?

Keep up the good work!

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

akabane
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
May 16, 2013, 06:48:36 AM
 #35

Narken : Any chances of having p2pool to work with the brand new GLDcoin ?
ssshhh
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
May 16, 2013, 07:29:30 AM
 #36

Narken : Any chances of having p2pool to work with the brand new GLDcoin ?

Yes.  Is this possible?

faraway
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
May 16, 2013, 08:40:21 AM
 #37

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.

----
schnebi
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 16, 2013, 09:31:20 AM
 #38

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 > --- <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 Offline

Activity: 113
Merit: 10


View Profile
May 16, 2013, 10:35:12 AM
 #39

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

Narken (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 16, 2013, 06:46:58 PM
 #40

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 > --- <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
Pages: « 1 [2] 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!