After update, mining for 24hrs, no ftc sent from my p2pool.
-
stopped pool …
updated :
remote: Counting objects: 5, done.
remote: Total 5 (delta 4), reused 5 (delta 4), pack-reused 0
Dépaquetage des objets: 100% (5/5), fait.
Depuis https://github.com/wellenreiter01/p2pool-neoscrypt
528e0a5…e14e566 adaptive -> origin/adaptive
Already up-to-date.…
restarted
…2017-07-17 18:26:39.391852 > ########################################
2017-07-17 18:26:39.392103 > >>> Warning: A MAJORITY OF SHARES CONTAIN A VOTE FOR AN UNSUPPORTED SHARE IMPLEMENTATION! (v15 with 99% support)
2017-07-17 18:26:39.392256 > An upgrade is likely necessary. Check http://p2pool.forre.st/ for more information.
2017-07-17 18:26:39.392402 > ########################################
2017-07-17 18:26:39.392543 P2Pool: 771 shares in chain (430 verified/773 total) Peers: 6 (0 incoming)
2017-07-17 18:26:39.392677 Local: 111kH/s in last 16.1 seconds Local dead on arrival: ~76.0% (69-82%) Expected time to share: 14.1 hours
2017-07-17 18:26:39.392804 Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: (0.1361)=0.1361 FTC
2017-07-17 18:26:39.392931 Pool: 29204kH/s Stale rate: 49.8% Expected time to block: 1.2 hourssame error :/
-
remote: Counting objects: 4, done.
remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0
Dépaquetage des objets: 100% (4/4), fait.
Depuis https://github.com/wellenreiter01/p2pool-neoscrypt
d40ef80…dad680d master -> origin/master
Mise à jour d40ef80…dad680d
Fast-forward
p2pool/data.py | 2 ±
1 file changed, 1 insertion(+), 1 deletion(-)better update… too fast ? ;))
-
@naskel said in After update, mining for 24hrs, no ftc sent from my p2pool.:
Please pull again, the master branch was not fully up to date
If that doesn’t solve the problem use the adaptive branch
It’s even better than the master branch in most cases as it adjusts the share difficulty according to the individual worker hash rate.
This reduces the protocol overhead for large miners, while allowing low hash rate miners to still submit shares in time to participate at the payouts. -
well, I lost all my share, but all working again, thank you :)
say “thank you” to wellenreiter too ! ^^ -
@naskel
did your p2pool show coins to be earned for your worker? If yes check the wallet address you specified when you started p2pool. If you didn’t specify and wallet address, when starting the pool, the pool uses a wallet address of the wallet it connects to at startup.
There is a little -very little - chance, that you can still recover some coins -
Bah… I have no luck at all… so I dont care about lost 24hrs this time… I updated all, and there was a network restart from my router. I think the problem started here.
I doesnt care much to lost 10 coins ;) -
As I said (no luck), all my share is rejected now.
And there is new error :File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/main.py”, line 672, in run
reactor.run()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1194, in run
self.mainLoop()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1203, in mainLoop
self.runUntilCurrent()
— <exception caught here> —
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/stratum.py”, line 44, in _send_work
self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x[‘share_target’])*self.wb.net.DUMB_SCRYPT_DIFF).addErrback(lambda err: None)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/data.py”, line 227, in target_to_difficulty
assert 0 <= target and isinstance(target, (int, long)), target
exceptions.AssertionError: 4.82590098964e+70Unhandled Error
Traceback (most recent call last):
File “/home/feathercoin/pool/p2pool-neoscrypt/run_p2pool.py”, line 5, in <module>
main.run()
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/main.py”, line 672, in run
reactor.run()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1194, in run
self.mainLoop()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1203, in mainLoop
self.runUntilCurrent()
— <exception caught here> —
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/stratum.py”, line 44, in _send_work
self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x[‘share_target’])*self.wb.net.DUMB_SCRYPT_DIFF).addErrback(lambda err: None)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/data.py”, line 227, in target_to_difficulty
assert 0 <= target and isinstance(target, (int, long)), target
exceptions.AssertionError: 4.82590098964e+70Unhandled Error
Traceback (most recent call last):
File “/home/feathercoin/pool/p2pool-neoscrypt/run_p2pool.py”, line 5, in <module>
main.run()
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/main.py”, line 672, in run
reactor.run()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1194, in run
self.mainLoop()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1203, in mainLoop
self.runUntilCurrent()
— <exception caught here> —
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/stratum.py”, line 44, in _send_work
self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x[‘share_target’])*self.wb.net.DUMB_SCRYPT_DIFF).addErrback(lambda err: None)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/data.py”, line 227, in target_to_difficulty
assert 0 <= target and isinstance(target, (int, long)), target
exceptions.AssertionError: 4.82590098964e+70 -
After setup my share diff for every worker, all work well ^^
Thank you @Wellenreiter and @wrapper :) -
Well done for sticking with it :-) welcome to the world of opensource and crypto !
-
Hello!
I’m back from holliday and just upgraded all my server to latest version of all tools.
Now, again, the p2pool say :
“A MAJORITY OF SHARES CONTAIN A VOTE FOR AN UNSUPPORTED SHARE IMPLEMENTATION! (v15 with 100% support) An upgrade is likely necessary. Check http://p2pool.forre.st/ for more information.”Any one with some idea on how to resolv this ?
I have double checked for the adaptive branch, but there is no other branch than master on the https://github.com/wellenreiter01/p2pool-neoscrypt site :( -
@Wellenreiter needs to advice, there was no update to p2pool.
-
@wrapper but : “Latest commit cd999ea 5 days ago”