Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    After update, mining for 24hrs, no ftc sent from my p2pool.

    Mining
    4
    20
    7196
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • naskel
      naskel last edited by

      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 ? ;))

      Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

      1 Reply Last reply Reply Quote 1
      • Wellenreiter
        Wellenreiter Moderators @naskel last edited by Wellenreiter

        @naskel said in After update, mining for 24hrs, no ftc sent from my p2pool.:

        https://github.com/wellenreiter01/p2pool-neoscrypt

        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.

        Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
        Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

        1 Reply Last reply Reply Quote 2
        • naskel
          naskel last edited by

          well, I lost all my share, but all working again, thank you :)
          say “thank you” to wellenreiter too ! ^^

          Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

          Wellenreiter 1 Reply Last reply Reply Quote 2
          • Wellenreiter
            Wellenreiter Moderators @naskel last edited by wrapper

            @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

            Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
            Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

            1 Reply Last reply Reply Quote 3
            • naskel
              naskel last edited by

              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 ;)

              Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

              1 Reply Last reply Reply Quote 2
              • naskel
                naskel last edited by

                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+70

                Unhandled 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

                Unhandled 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

                Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

                1 Reply Last reply Reply Quote 1
                • naskel
                  naskel last edited by

                  After setup my share diff for every worker, all work well ^^
                  Thank you @Wellenreiter and @wrapper :)

                  Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

                  1 Reply Last reply Reply Quote 3
                  • AcidD
                    AcidD Moderators last edited by

                    Well done for sticking with it :-) welcome to the world of opensource and crypto !

                    • FTC Block Explorer + API @ https://fsight.chain.tips
                    • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
                    • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
                    • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

                    1 Reply Last reply Reply Quote 3
                    • naskel
                      naskel last edited by

                      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 :(

                      Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

                      1 Reply Last reply Reply Quote 0
                      • wrapper
                        wrapper Moderators last edited by

                        @Wellenreiter needs to advice, there was no update to p2pool.

                        naskel 1 Reply Last reply Reply Quote 0
                        • naskel
                          naskel @wrapper last edited by

                          @wrapper but : “Latest commit cd999ea 5 days ago”

                          Get your free currency monitor @ http://coincoin.n-engine.com/ - N-Engine CryptoCurrency Pool http://pool.n-engine.com

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post