Hello,
If you use CG Miner to Mine against Public P2Pool you can use this CG Miner-Configfile to easily set up CGminer to use P2Pool .
As last Backup I use the Eligius Pool
Let get startet:
Create an File with the name cgminer.conf in your CGminer Directory,
Open it,
Copy and Paste the Code,
Replace "YOURBITCOINADRESS" with your Bitcoinadress where you would recieve the coins
Save the file
Don't use the Parameter -o -p -u -g in the cgminerstartup
Restart CGminer.
be happy
{
"pools" : [
{
"url" : "http://p2pool-cologne.dyndns.org:9332",
"user" : "YOURBITCOINADRESS",
"pass" : "xxx"
},
{
"url" : "http://forre.st:9332",
"user" : "YOURBITCOINADRESS",
"pass" : "xxx"
},
{
"url" : "http://blockexplorer.funkymonkey.org:9335",
"user" : "YOURBITCOINADRESS",
"pass" : "xxx"
},
{
"url" : "http://66.90.82.155:9332",
"user" : "YOURBITCOINADRESS",
"pass" : "xxx"
},
{
"url" : "http://imperium.getmyip.com:9332",
"user" : "YOURBITCOINADRESS",
"pass" : "xxx"
},
{
"url" : "http://178.195.18.168:9332",
"user" : "YOURBITCOINADRESS",
"pass" : "xxx"
}
]
"gpu-threads" : "1"
}