Run\_p2pool.exe Error : invalid choice: 'feathercoin'
-
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.01New Error Info:
run_p2pool.exe: error: error parsing address: ValueError(‘address not for this net!’,)How do ?
-
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]
-
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]
-
p2pool code for feathercoin ,not found.
https://github.com/skralg/p2pool-feathercoin ,This page can not be found.
Who released a new project ? -
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 ;)
-
https://github.com/Yorango/p2pool-ftc, Page not found .
-
[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]
-
[quote name=“lizhi” post=“30007” timestamp=“1380645944”]
https://github.com/Yorango/p2pool-ftc, Page not found .
[/quote]the howto mentiones:
-
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: 10061How do ?
-
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]
-
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)! -
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=9667Step 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.exeStep 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 installIf 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.