Post
Topic
Board Announcements (Altcoins)
Re: Vertcoin | Scrypt N | Beat ASICs
by
badcookies
on 10/05/2014, 15:49:18 UTC
Mine both VTC and MON on my P2Pool node here:

http://191.239.1.169:9171/ (Check this page for stats and connection info)

Connect using

Code:
-o stratum+tcp://191.239.1.169:9555 -u YOUR_VTC_ADDRESS -p YOUR_MON_ADDRESS

Example:

Code:
vertminer.exe -o stratum+tcp://191.239.1.169:9555 -u ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf -p MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ

Vertminer config file example:

Code:
{
 "url" : "stratum+tcp://191.239.1.169:9555",
 "user" : "ViM4MQCCcEJYrfyjwxuprJDhZejkhUM7Pf",
 "pass" : "MAuRTy5HWQkFaGFjitjw2G9Pdx5AqhoPGQ"
}