Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
GG87
on 22/07/2017, 16:28:03 UTC
i'm using version 5.5.5, and i'm trying to use ethash-genoil kernel
but miner won't start accepting shares

here is a screenshot:

https://ibb.co/bvPS9k

the reported hashrate is also strange.. i'm running 8 rx480

what can i do?  Huh thanks guys



Code:
@echo off
echo "starting up sgminer"

@setx GPU_FORCE_64BIT_PTR 0
@setx GPU_MAX_HEAP_SIZE 100
@setx GPU_USE_SYNC_OBJECTS 1
@setx GPU_SINGLE_ALLOC_PERCENT 100

Call :start

pause
GOTO ENDE


:start

@set GPU_MAX_ALLOC_PERCENT = 100

DEL /F *.bin
sgminer.exe -c sgminer-eth.conf
EXIT /B 0

:ENDE


Code:
{
  "pools": [
    {
      "name":"hashbag.cc",
      "priority": "0",
      "url": "eth-eu2.nanopool.org:9999",
      "user": "wallet.worker/email",
      "pass": "x",
      "profile": "eth"
    }
  ],
  "profiles": [
    {
      "name": "eth",
      "algorithm": "ethash-genoil",
      "shaders": "2304",
      "xintensity": "1024"
    }
  ],
  "kernel-path": "kernel",
  "default-profile": "eth",
  "failover-only": true,
  "failover-switch-delay": "60",
  "gpu-dyninterval": "11",
  "queue": "2",
  "quiet": false,
  "expiry": "90",
  "scan-time": "20"
}