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

    Run\_p2pool.exe Error : invalid choice: 'feathercoin'

    Mining
    3
    13
    6737
    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.
    • lizhi
      lizhi last edited by

      I run run_p2pool.exe on Win7 32bit System.

      Code :run_p2pool.exe --net feathercoin --bitcoind-rpc-port 9667 --bitcoind-p2p-port 10333 lizhi 123456
      Error Info:

      run_p2pool: error: argument --net: invalid choice: ‘feathercoin’ (choose from ‘b
      itcoin’, ‘litecoin’, ‘terracoin’)

      Why? How do?

      1 Reply Last reply Reply Quote 0
      • lizhi
        lizhi last edited by

        Upgrading to run_p2pool.exe 13.2

        New Run Code :
        run_p2pool.exe --net litecoin --bitcoind-address 127.0.0.1 --bitcoind-rpc-port 9336 --bitcoind-p2p-port 9336 -a 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se --worker-port 19327 --p2pool-port 19333 --give-author 0.01

        New Error Info:
        run_p2pool.exe: error: error parsing address: ValueError(‘address not for this net!’,)

        How do ?

        1 Reply Last reply Reply Quote 0
        • N
          Nutnut Regular Member last edited by

          your issue is the network you have specified…

          [code]–net litecoin[/code] which is making the pool run as a litecoin pool but that is a feathercoin address.

          You also have your p2p-port and rpc-port as the same port…

          [code]–bitcoind-rpc-port 9336 --bitcoind-p2p-port 9336[/code]

          try this…

          [code]run_p2pool.exe --net feathercoin --bitcoind-address 127.0.0.1 --bitcoind-rpc-port 9667 --bitcoind-p2p-port 9336 -a 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se --worker-port 19327 --p2pool-port 19333 --give-author 0.01[/code]

          1 Reply Last reply Reply Quote 0
          • N
            Nutnut Regular Member last edited by

            might i suggest the following guide?

            [url=http://forum.feathercoin.com/index.php/topic,863.0.html]http://forum.feathercoin.com/index.php/topic,863.0.html[/url]

            1 Reply Last reply Reply Quote 0
            • lizhi
              lizhi last edited by

              p2pool code for feathercoin ,not found.
              https://github.com/skralg/p2pool-feathercoin ,This page can not be found.
              Who released a new project ?

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

                I found the following howto:

                https://bitcointalk.org/index.php?topic=182027.0

                May be, it helps.

                At least the project on Github mentioned exists ;)

                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 0
                • lizhi
                  lizhi last edited by

                  https://github.com/Yorango/p2pool-ftc, Page not found .

                  1 Reply Last reply Reply Quote 0
                  • N
                    Nutnut Regular Member last edited by

                    [url=https://github.com/narken/p2pool-altcoins]https://github.com/narken/p2pool-altcoins[/url]

                    That has the feathercoin info in the networks.py file. You’ll need to edit the bootstrap_addrs though as they are no longer live.

                    I run a p2pool node that you can add if you like… [url=http://ftcp2p.nut2pools.com:19327/static/]http://ftcp2p.nut2pools.com:19327[/url]

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

                      [quote name=“lizhi” post=“30007” timestamp=“1380645944”]
                      https://github.com/Yorango/p2pool-ftc, Page not found .
                      [/quote]

                      the howto mentiones:

                      https://github.com/narken/p2pool-altcoins

                      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 0
                      • lizhi
                        lizhi last edited by

                        Thank You. run_p2pool.py Success ,but There is a new problem.

                        New problems: run_p2pool.py Success,but Connection was refused by other side. Why?

                        Command : C:\Python27\python.exe run_p2pool.py --net feathercoin -a 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se --bitcoind-address 127.0.0.1 --bitcoind-p2p-port 9336 --bitcoind-rpc-port 9337 --worker-port 19327 --p2pool-port 19339 -f 1 --give-author 0.01

                        2013-10-02 19:15:59.837000 Testing bitcoind RPC connection to ‘[url=http://127.0.0.1:9337/’]http://127.0.0.1:9337/'[/url] with username ‘rpcadmin’…
                        2013-10-02 19:16:00.866000 > Error while checking Bitcoin connection:
                        2013-10-02 19:16:00.866000 > Traceback (most recent call last):
                        2013-10-02 19:16:00.866000 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 10061

                        How do ?

                        1 Reply Last reply Reply Quote 0
                        • N
                          Nutnut Regular Member last edited by

                          You haven’t specified the username and password in your startup command. Here’s what mine looks like…

                          [code]run_p2pool.py --net feathercoin -a 6hRttycvBhThNL864KjZZRFifuTcsdz6z8 -f 0 --give-author 0 --w 19327 --bitcoind-p2p-port 9778 --bitcoind-rpc-port 9777 [/code]

                          1 Reply Last reply Reply Quote 0
                          • lizhi
                            lizhi last edited by

                            I think it was successful

                            C:\Python27\python.exe run_p2pool.py --net feathercoin -a 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se --bitcoind-p2p-port 9336 --bitcoind-rpc-port 9667 rpcadmin 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se

                            Info:
                            2013-10-02 22:37:54.870000 Testing bitcoind RPC connection to ‘[url=http://127.0.0.1]http://127.0.0.1[/url]:
                            9667/’ with username ‘rpcadmin’…
                            2013-10-02 22:37:54.900000 …success!
                            2013-10-02 22:37:54.900000 Current block hash: 2da118f0184711e81fa90ea63c396
                            b746166705187b31b04404252d5419df478
                            2013-10-02 22:37:54.901000 Current block height: 88260
                            2013-10-02 22:37:54.901000
                            2013-10-02 22:37:54.902000 Testing bitcoind P2P connection to ‘127.0.0.1:9336’…
                            .
                            2013-10-02 22:37:54.989000 …success!
                            2013-10-02 22:37:54.990000
                            2013-10-02 22:37:54.992000 Determining payout address…
                            2013-10-02 22:37:54.993000 …success! Payout address: 71whQbi6pq2aCSvMvcTKC
                            cTZDfAbUvf2Se
                            2013-10-02 22:37:54.994000
                            2013-10-02 22:37:54.996000 Loading shares…
                            2013-10-02 22:37:54.997000 …done loading 0 shares (0 verified)!

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

                              Summary:

                              Win7 32bit System,Create a FTC P2Pool。

                              Step 1、C:\Users\lizhi.lizhi-PC\AppData\Roaming\Feathercoin
                              Create or Edit a file: feathercoin.conf
                              server=1
                              daemon=1
                              rpcuser=rpcadmin
                              rpcpassword=71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se
                              rpcport=9667

                              Step 2、Install python-2.7.5.msi
                              Install pywin32-218.win32-py2.7.exe
                              Install Twisted-13.1.0.win32-py2.7.exe
                              Install zope.interface-3.8.0.win32-py2.7.exe
                              Install WMI-1.4.9.win32.exe

                              Step 3、Install mingw-get-setup.exe,Choose Install GCC 。

                              Step 4、Set Environment Variables : Path 。
                              C:\Python27\;C:\MinGW\;C:\MinGW\bin;

                              Step 5、DownLoad p2pool-altcoins-master.zip,Decompression to C:\Python27\。
                              cd C:\Python27\p2pool-altcoins-master
                              cd litecoin_scrypt
                              C:\Python27\python.exe setup.py build --compile=mingw32 install

                              If you run into an error with unrecognized command line option ‘-mno-cygwin’, C:\Python27\Lib\distutils\cygwinccompiler.py in your Python directory to remove all instances of -mno-cygwin

                              Step 6、Start feathercoin-qt.exe

                              Step 7、C:\Python27\python.exe run_p2pool.py --net feathercoin -a 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se -f 0 --give-author 0 --bitcoind-p2p-port 9336 --bitcoind-rpc-port 9667 rpcadmin 71whQbi6pq2aCSvMvcTKCcTZDfAbUvf2Se

                              OK,I hope to help you.

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