Hi,
Another P2P pool available:
[url=http://ftc.soyminero.net:19327]http://ftc.soyminero.net:19327[/url]
Regards ;)
Hi,
Another P2P pool available:
[url=http://ftc.soyminero.net:19327]http://ftc.soyminero.net:19327[/url]
Regards ;)
[quote name=“d2” post=“14492” timestamp=“1371175265”]
Not sure what you are using on 19339 but the 2 ports you need open are whatever you specified on the --w switch and the p2p-port
–w 19327 --bitcoind-p2p-port 9336
you should NOT allow external access to bitcoind-rpc-port
[/quote]
Ok, I have 9336 closed… ::)
i have oppened 19339 following networks.py feathercoin configuration >> “P2P_PORT=19339”
I will do some testing…
[quote name=“d2” post=“14464” timestamp=“1371171843”]
Some additional information:
If you are having problems getting it to start, try adding “–disable-upnp” to the startup line.
If you plan to offer it for community usage, you should increase the number of connections allowed with something like: “–max-conns 500” in the startup line.
Unless you are using this for a solo mining pool, you need to add some additional nodes to connect to in order to join the rest of the p2pool network. Below are some of the nodes I know of:
-n p2pftc1.d2.cc -n p2pool.dyndns.info -n p2pool.org -n ftcp2p.nut2pool.com -n p2pftc2.d2.cc -n p2pftc3.d2.cc
There should be added to your startup line as well.
[/quote]
Thank you very much, D2.
I have those nodes added in networks.py . Is it the same effect?
I have added “–max-conns 500” in the startup for increase connections and community use… This server is always on… I hope :)
But I only have “Peers out”, don’t have “Peers in”. Any idea? I have opened port 19339 in iptables. Need other port?
Thanks !!!
PD .- Sorry by my english ::)
Hi,
Another P2P pool available:
[url=http://ftc.soyminero.net:19327]http://ftc.soyminero.net:19327[/url]
Regards ;)
Well, works fine, but not show “Peers in”, only peers out >:(
[code]
~/p2pool-feathercoin/run_p2pool.py --net feathercoin -a xxxxx --w 19327 --bitcoind-p2p-port 9336 --bitcoind-rpc-port 9667 --disable-upnp --max-conns 500
[/code]
networks.py:
[code]
…
P2P_PORT=19339,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=19327,
BOOTSTRAP_ADDRS=‘p2pool.org ftcp2p.nut2pool.com p2pool.dyndns.info p2pftc1.d2.cc’.split(’ ‘),
ANNOUNCE_CHANNEL=’#p2pool-alt’,
VERSION_CHECK=lambda v: True,
[/code]
Startup:
[code]
2013-06-14 04:41:28.616508 Testing bitcoind RPC connection to ‘http://127.0.0.1:9667/’ with username ‘rpcadmin’…
2013-06-14 04:41:28.635913 …success!
2013-06-14 04:41:28.636032 Current block hash: 9e1bcb25499736e46ba5b19a8ae194b6ab575e0feccb1b38f864b9f3ef615c98
2013-06-14 04:41:28.636093 Current block height: 36188
2013-06-14 04:41:28.636146
2013-06-14 04:41:28.636219 Testing bitcoind P2P connection to ‘127.0.0.1:9336’…
2013-06-14 04:41:28.717484 …success!
2013-06-14 04:41:28.717587
2013-06-14 04:41:28.717877
2013-06-14 04:41:28.717970 Loading shares…
2013-06-14 04:41:30.702526 1000
2013-06-14 04:41:32.441438 …done loading 1888 shares (1531 verified)!
2013-06-14 04:41:32.441559
2013-06-14 04:41:32.441615 Initializing work…
2013-06-14 04:41:33.144594 …success!
2013-06-14 04:41:33.144754
2013-06-14 04:41:33.144815 Joining p2pool network using port 19339…
2013-06-14 04:41:33.212921 …success!
2013-06-14 04:41:33.213033
2013-06-14 04:41:33.213096 Listening for workers on ‘’ port 19327…
2013-06-14 04:41:33.443858 …success!
2013-06-14 04:41:33.443992
2013-06-14 04:41:33.444185 Started successfully!
[/code]
… I keep trying … :D
[quote name=“d2” post=“14492” timestamp=“1371175265”]
Not sure what you are using on 19339 but the 2 ports you need open are whatever you specified on the --w switch and the p2p-port
–w 19327 --bitcoind-p2p-port 9336
you should NOT allow external access to bitcoind-rpc-port
[/quote]
Ok, I have 9336 closed… ::)
i have oppened 19339 following networks.py feathercoin configuration >> “P2P_PORT=19339”
I will do some testing…
[quote name=“d2” post=“14472” timestamp=“1371173477”]
Here is a little script to keep your p2pool running in the event it crashes. It should be easy to understand to adopt it for other things as well.
The first step is to create a directory for your script, enter it, and create the script file:
…
This script will run every 60 seconds, if p2pool is running it will do nothing, otherwise it will attempt to run your script to start it!
[/quote]
Great!!
I add this script faster ;D
[quote name=“d2” post=“14464” timestamp=“1371171843”]
Some additional information:
If you are having problems getting it to start, try adding “–disable-upnp” to the startup line.
If you plan to offer it for community usage, you should increase the number of connections allowed with something like: “–max-conns 500” in the startup line.
Unless you are using this for a solo mining pool, you need to add some additional nodes to connect to in order to join the rest of the p2pool network. Below are some of the nodes I know of:
-n p2pftc1.d2.cc -n p2pool.dyndns.info -n p2pool.org -n ftcp2p.nut2pool.com -n p2pftc2.d2.cc -n p2pftc3.d2.cc
There should be added to your startup line as well.
[/quote]
Thank you very much, D2.
I have those nodes added in networks.py . Is it the same effect?
I have added “–max-conns 500” in the startup for increase connections and community use… This server is always on… I hope :)
But I only have “Peers out”, don’t have “Peers in”. Any idea? I have opened port 19339 in iptables. Need other port?
Thanks !!!
PD .- Sorry by my english ::)
Testing it on Ubuntu 13.04… :D
[url=http://ftc.soyminero.net:19327]http://ftc.soyminero.net:19327[/url]
6sR8FUZksyy9GE2nNBQRGRq35PFxGHR6wx
Thanks!