@KL0nLutiy1
ubuntu 16.04, try to mining
X17 algokl-1.0.4, ubuntu 16, compile error
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:
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:
#!/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:
{
"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"
}