Post
Topic
Board Announcements (Altcoins)
Re: [GPUC] GPU Coin
by
freeloader1969
on 10/03/2014, 15:17:29 UTC
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..

Code:
{
"pools" : [
{
"url" : "http://ipaddress and port here for p2pool",
"user" : "walletaddress_here",
"pass" : "password"
}

],

Your settings here....

}