Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer-kl - open source (AMD) miner for x16r/x16s/xevan/x17/phi/tribus
by
khunpoum
on 23/05/2018, 01:18:53 UTC
@KL0nLutiy1

ubuntu 16.04, try to mining X17 algo


kl-1.0.4, ubuntu 16, compile error
Code:
phi.c:(.text+0xd9): undefined reference to `sph_gost512_init'
phi.c:(.text+0xe9): undefined reference to `sph_gost512'
phi.c:(.text+0xfc): undefined reference to `sph_gost512_close'
collect2: error: ld returned 1 exit status
Makefile:873: recipe for target 'sgminer' failed


kl-1.0.0 release binary linux - getting error:
Code:
sgminer-kl-1.0.0-linux# ./run-sgminer.sh                                                        
./run-sgminer.sh: line 10: 20675 Illegal instruction     (core dumped) ./sgminer -k x16r -o stratum+tcp://ravenminer.com:9999 -u
 WALLETHERE -p donate -X 256


kl-1.0.0 and kl-1.0.1 compile is ok,
but not getting good shares to pool


run script:
Code:
#!/bin/sh
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_HEAP_SIZE=100
cd ~/sgminer/sgminer-kl/kl101
./sgminer -c ~/sgminer/sgminer-kl/kl101/sgminer.conf

config:
Code:
{
  "pools": [
   {
      "name":"umine.org",
      "priority": "0",
      "url": "stratum+tcp://s.umine.org:3737",
      "user": "DLnuKsG3bQgvC29nJbGZLk2yXp8DdX7ipY",
      "pass": "c=XVG",
      "profile": "verge"
    }
  ],
  "profiles": [
    {
      "name": "verge",
      "algorithm": "x17",
     "lookup-gap" : "2",
      "intensity": "19",
     "gpu-threads" : "2"
    }
  ],
  "default-profile": "verge",
  "quiet": false,
  "gpu-platform" : "0"
}