Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: BrewCrewFan on December 11, 2013, 09:54:56 PM



Title: Can I mine at P2P pools with cgminer?
Post by: BrewCrewFan on December 11, 2013, 09:54:56 PM
Pretty much what the topic says. I can not for the life of me get cgminer to run at all when I mine at a p2p pool.

I have tried using the cgminer.conf setup:

{
"pools" : [
   {
      "url" : "Whateverpooladdyis",
      "user" : "Thegeneratedwalletaddy",
      "pass" : "x"
   },
   {
      "url" : "stratum+tcp://backup-pool1.com:3333",
      "user" : "lurkmore.1",
      "pass" : "x"
   }
],

"intensity" : "16,16",
"scrypt" : true,
"thread-concurrency" : "11000,11000",
"worksize" : "256,256",

"kernel-path" : "/usr/local/bin"

That above crashes. Works fine if I enter a normal user name for a regular pushpool or whatever.

The same thing happens too when I try a .batch file also.

So how do I get this to work?