Bitcoin Forum
September 25, 2025, 11:15:35 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR GPU Miner on: September 05, 2016, 12:57:21 PM
I got it working but i'm getting pretty much all rejected shares.  I re-flashed to my stock bios in case i was pushing it too hard but i get the same result:

Code:
[08:37:00] Thread 0, GPU ID 0, GPU Type: Ellesmere: 474.51H/s
[08:37:02] Share rejected (Low difficulty share): 0/1 (0.00%)
[08:37:02] Total Hashrate: 474.51H/s

[08:37:03] Thread 0, GPU ID 0, GPU Type: Ellesmere: 471.68H/s
[08:37:05] Thread 0, GPU ID 0, GPU Type: Ellesmere: 474.68H/s
[08:37:07] Share rejected (Low difficulty share): 0/2 (0.00%)
[08:37:07] Total Hashrate: 474.68H/s

[08:37:08] Thread 0, GPU ID 0, GPU Type: Ellesmere: 474.55H/s
[08:37:11] Thread 0, GPU ID 0, GPU Type: Ellesmere: 477.07H/s
[08:37:13] Thread 0, GPU ID 0, GPU Type: Ellesmere: 471.02H/s
[08:37:16] Thread 0, GPU ID 0, GPU Type: Ellesmere: 474.68H/s
[08:37:18] Share rejected (Low difficulty share): 0/3 (0.00%)
[08:37:18] Total Hashrate: 474.68H/s

[08:37:19] Thread 0, GPU ID 0, GPU Type: Ellesmere: 473.54H/s
[08:37:22] Thread 0, GPU ID 0, GPU Type: Ellesmere: 474.06H/s
[08:37:24] Thread 0, GPU ID 0, GPU Type: Ellesmere: 473.49H/s
[08:37:27] Thread 0, GPU ID 0, GPU Type: Ellesmere: 474.14H/s
[08:37:30] Thread 0, GPU ID 0, GPU Type: Ellesmere: 473.73H/s
[08:37:31] Share rejected (Low difficulty share): 1/5 (20.00%)
[08:37:31] Total Hashrate: 473.73H/s

[08:37:31] Share rejected (Low difficulty share): 0/5 (0.00%)
[08:37:31] Total Hashrate: 473.73H/s

[08:37:32] Thread 0, GPU ID 0, GPU Type: Ellesmere: 472.88H/s
[08:37:35] Thread 0, GPU ID 0, GPU Type: Ellesmere: 473.35H/s
[08:37:38] Thread 0, GPU ID 0, GPU Type: Ellesmere: 472.54H/s
[08:37:38] Share rejected (Low difficulty share): 0/6 (0.00%)
[08:37:38] Total Hashrate: 472.54H/s

Any ideas why i getting rejected?  thanks
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR GPU Miner on: September 03, 2016, 03:05:28 PM
@dephcon: can't you read: no opencl headers found in your system.

shouldn't that be included with either the amdgpupro drivers for the application?  I've only had experience installing/using claymore's ETH miner.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wolf's XMR GPU Miner on: September 03, 2016, 01:09:19 PM
Wolf, I'm having trouble running make.  do you have a list of dependencies or a linux install guide?

I cloned your repo and ran:
Code:
coinhaus@miner002:~/wolf-xmr-miner$ sudo make -f Makefile
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/aesb.c -o crypto/aesb.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/aesb-x86-impl.c -o crypto/aesb-x86-impl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_blake256.c -o crypto/c_blake256.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_groestl.c -o crypto/c_groestl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_keccak.c -o crypto/c_keccak.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_jh.c -o crypto/c_jh.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_skein.c -o crypto/c_skein.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/oaes_lib.c -o crypto/oaes_lib.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 -maes cryptonight.c -o cryptonight.o
cryptonight.c: In function ‘cryptonight_hash_aesni’:
cryptonight.c:381:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  uint64_t *dst = &ctx->long_state[c[0] & 0x1FFFF0];
                  ^
cryptonight.c:424:10: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type [-Wincompatible-pointer-types]
  keccakf(&ctx->state.hs, 24);
          ^
In file included from cryptonight.c:11:0:
crypto/c_keccak.h:22:6: note: expected ‘uint64_t * {aka long unsigned int *}’ but argument is of type ‘union hash_state *’
 void keccakf(uint64_t st[25], int norounds);
      ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 log.c -o log.o
log.c: In function ‘Log’:
log.c:25:10: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
          ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 gpu.c -o gpu.o
gpu.c:6:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 1
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's CryptoNote GPU Miner v9.5 on: September 03, 2016, 12:50:14 PM
Claymore, any change of updating the linux client?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux) on: August 21, 2016, 11:51:07 PM
Claymore,

If you're unable to underclock with a specific clockrate using cclock/mclock is it possible to accomplish it using the dumb percentage based clock adjustment as per wattman?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!