Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
CapeTownMinter
on 25/07/2017, 09:56:06 UTC
Can any one help me with those errors?
[12:36:57] Started sgminer 5.3.3
[12:36:57] * using Jansson 2.10
[12:36:57] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[12:36:57] WARNING: GPU_USE_SYNC_OBJECTS is not specified!

this is my bat file:
setx GPU_MAX_ALLOC_PERCENT 100
sgminer.exe -k skunkhash -o stratum+tcp://sigt.pool.mn:8732 -u gogik.gogi -p 566 -I 20
pause

I'm using single RX 480 GPU

I've tried to change:
 GPU_MAX_ALLOC_PERCENT and -I but it didn't work
And also I've tried to use --gpu-platform 0,1,2 but it didn't work either

https://github.com/signatumd/releases/blob/master/sigt-miner.zip
 download
rename config file called signatum.conf to sgminer.conf ,edit .... copy & past the following below & save dbl click sgminer.exe...restart pc before start.... I am mining 3 480's & 3 1050ti using win 8.1 and works fine.
 you may want to play around with the intensity ...480s take a min or two to fire up on I 22

{
  "pools": [
    {
      "url": "stratum+tcp://yiimp.ccminer.org:8433", (USE YOUR OWN)
      "user": "BEDKzQwi7xqpNz1bmLXCtuNFJbwSJKNYvd",(USEYOURowN)
      "pass": "x"
    }
  ],
  "profiles": [],
  "failover-only": true,
  "algorithm": "skunkhash",
  "device": "all",
  "intensity": "22",
  "temp-cutoff": "95",
  "temp-overheat": "85",
  "temp-target": "75",
  "gpu-memdiff": "0",
  "shares": "0",
  "kernel-path": "/usr/x86_64-w64-mingw32/bin",
  "api-mcast-port": "4028",
  "api-port": "4028",
  "debug-log": true,
  "expiry": "1",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "4",
  "keccak-unroll": "0",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "0",
  "scan-time": "1",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3",
  "vote": "0",
  "watchpool-refresh": "30"
}