Bitcoin Forum
May 27, 2024, 07:19:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: CC Miner Config Help - Intensity  (Read 154 times)
architectonik (OP)
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
January 17, 2018, 12:21:28 PM
 #1


Where do you type in the intensity? What should it look like? thanks

 -i, --intensity=N[,N]    Huh?





{
   "_comment1" : "Possible keys are the long options (ccminer --help)",
   "_comment2" : "todo: support /* comments */",

   "api-bind": "127.0.0.1:4068",
   "statsavg": 20,

   "quiet" : false,
   "debug" : false,
   "protocol" : false,
   "cpu-priority" : 3,

   "algo" : "neoscrypt",


   "launch-config" : "32x16",

   "url" : "stratum+tcp://pool.superfukinawesomepool.com:12345",
   "user" : "name.worker",
   "pass" : "x"
}
Wusolini
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


no need to carry heavy money bags anymore


View Profile
January 17, 2018, 12:45:20 PM
 #2

Try it this way.

{
   "_comment1" : "Possible keys are the long options (ccminer --help)",
   "_comment2" : "todo: support /* comments */",

   "api-bind": "127.0.0.1:4068",
   "statsavg": 20,

   "quiet" : false,
   "debug" : false,
   "protocol" : false,
   "cpu-priority" : 3,

   "algo" : "neoscrypt",
  "intensity" : 25,

   "launch-config" : "32x16",

   "url" : "stratum+tcp://pool.superfukinawesomepool.com:12345",
   "user" : "name.worker",
   "pass" : "x"
}


BTW wrong section, you should move topic to altcoin mining section (use bottom left link)

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!