how to setup a p2p address on conf file?
Wallet address as username. Anything for password. Url is the same format as a regular pool.
You will also need to add --config xxxxxxx to your batch file.
Example batch file for config file called gpucoin.conf
vertminer.exe --config gpucoin.conf
gpucoin.conf would look like..
{
"pools" : [
{
"url" : "http://ipaddress and port here for p2pool",
"user" : "walletaddress_here",
"pass" : "password"
}
],
Your settings here....
}