Post
Topic
Board Mining (Altcoins)
Re: BXB-Miner Cryptonight AMD GPU/CPU
by
abhiseshakana
on 20/06/2018, 16:19:52 UTC
can someone share the "start.bat" file, I cant atart the miner  Huh Undecided

use the config.json and hit the "bxb-miner.exe" directly

this is config.json that i use

Code:
{
  "pools": [
  {
      "name":"LoKi",
      "url": "loki.miner.rocks",
      "port":7777,
      "stale-time":0,
      "user": "L9ftbfMEB1SRjvZcX4cvsxBg3dib2r4nMCe7vDbJjWDNHxKvMGmCfWbQX8xbFQfLQVCuFxQQWpai1SxnCWg67oY5Hb7zwpy.180000",
      "pass": "LoKi02",
      "algo":"heavy"
   }
  ],
  "intensity": "920,920,1024,1024,1024,920",
  "gpu":"0,1,2,3,4,5",
  "gpu-threads": "2",
  "auto-fan":false,
  "target-temp":60,
  "server":true,
  "server-ip":"127.0.0.1", 
  "rig-name":"LoKi02"
}