Post
Topic
Board Announcements (Altcoins)
Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer
by
gregbe
on 14/12/2014, 04:28:55 UTC
I'm trying to get a p2pool setup going using the Windows binaries from James. From what I can see, p2pool is running properly (I see it reporting on the blockchain), but I cannot connect to it with my other mining machine. I'm trying to use my regular vtc wallet address as my username, not the p2pool  address that appeared after install (actually I've tried both addresses).
"url" : "stratum+tcp://192.168.10.117:9171",

I  get errors related to 'json stratum auth failed' and i'm not sure why. What am I missing?

Start sgminer with the "--no-extranonce" flag. You can edit the batch file to do this.

Thanks James! I ended up making two changes:
- my miners use the --no-extranonce flag
- I launched p2pool with the flag -w 192.168.10.117:9171 ... otherwise it seemed p2Pool was only listening to the local loopback 127.0.0.1 and wouldn't allow my other miners to connect to it.
I appreciate the efforts you've gone to getting an easy Windows port of this app up and running.