Post
Topic
Board Mining (Altcoins)
Re: ccminer: Fastest MTP miner for nvidia cards
by
petunder
on 29/06/2019, 20:22:01 UTC
Looking forward to your AMD MTP miner...

he already has one: https://github.com/zcoinofficial/sgminer/releases
I get 1.7 Mh/s with it on rx580 8GB, but also waiting for an update...

I get only 1.1 Mh/s with Vega 56 and this miner
can you show me your command line or config ?
For vega, you need to use the kernel mtp_vega and use a worksize of 64

screenshot:
http://oi66.tinypic.com/24qqn9i.jpg

cmd:
--device 0,1,2 --kernel mtp_vega -o stratum+tcp://zcoin.mintpond.com:3000  -u  aDn7MMYjVQqenT11VFDYHfFdwXmSTRUTak.worker -p 0,strict,verbose,d=700 --intensity 18 --worksize 64

config:
{
  "pools": [
    {  
      "url": "stratum+tcp://zcoin.mintpond.com:3000",
      "user": "aDn7MMYjVQqenT11VFDYHfFdwXmSTRUTak.worker",
      "pass": "0",
      "no-extranonce": true
    }
  ],
  "profiles": [],
  "failover-only": true,
  "algorithm": "mtp_vega",
  "device": "0,1,2",
  "intensity": "22",
  "worksize": "64",
  "temp-cutoff": "95,95",
  "temp-overheat": "90,90",
  "temp-target": "80,80",
  "gpu-memdiff": "0,0",
  "shares": "0",
  "api-mcast-port": "4028",
  "api-port": "4028",
  "expiry": "28",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "gpu-platform": "0",
  "hamsi-expand-big": "4",
  "keccak-unroll": "0",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "1",
  "scan-time": "7",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3",
  "watchpool-refresh": "30"
}