my pool has over 200 connections to my miner why?
It is also growing
I pull the lasted version from git.
I don't know the reason.
I use Debian testing as distribution. Is there a problem in the twisted library?
which distrib do you use?
Seems like this issue was introduced in the latest version. It is being discussed now on last page of the official thread. I am running Ubuntu 12.04.
$ lsof -np 4993 | grep -c -e TCP -e UDP
27
$ lsof -np 4993 | grep -e TCP -e UDP | grep -c 127.0.0.1
3
so
..what's the command line for p2pool in, say bfgminer, for a couple of Erupters?
..for a Little SC?
..for 60GH SC?
can i mergemine NMC with it?
It depends whether you want to run your local node or mine on a public one. In first case, you will need enough computational power to run bitcoin and p2pool (that's about 2 CPU cores + 2GB RAM + 10 GB disk space minimum in total), so you obviously can't do it with Raspberry Pi.
If you want to run your own node, launch it with
python run_p2pool.py --net bitcoin --merged http://<NMC RPC user>:<NMC RPC password>@127.0.0.1:<NMC RPC port>/ -w <port for workers> <BTC RPC user> <BTC RPC password>
then point your miners to <port for workers> (both getwork and stratum are supported!)
If you want to mine on a public node, go to
http://p2pool.hostv.pl/ (once page loads, reload it again with F5), choose node with least ping (and suitable fee), and point your workers to it specifying your payout address as login and any password.
Unfortunately, Erupter
blades are currently not supported because of their shitty on-board software which results in about 50% stales on p2pool (details based on my research:
https://bitcointalk.org/index.php?topic=18313.msg2622669#msg2622669). Erupter
USBs, however, work perfectly.
P.S. NMC merged mining is supported if you run your own node. However, it is not pooled! This means you will mine BTC in pool but NMC are mined solo.