Pages:
Author

Topic: Wolf's XMR GPU Miner - page 17. (Read 117592 times)

newbie
Activity: 29
Merit: 0
September 15, 2016, 08:30:28 AM
#78
Can someone who has it working state their driver version? I'll see if I can fix the issue on the problematic ones.

hi there wolf ,
i am not able to use claymore's miner because my AMD card ( HD5450 ) has a MAX_WORK_SIZE of 128   and not 256 , will i be able to use your miner ?
thanks for answering
newbie
Activity: 8
Merit: 0
September 15, 2016, 07:04:08 AM
#77
As I have stated above, I get around 590 H/s per RX 480 4GB stock card.

However, I have encountered an issue.

This miner refuses to start if an NVIDIA card is used as primary video driver. My current setup is an NVIDIA 1080 on the main 16 slot and then multiple rx 480s on risers from the other slots. Due to work purposes, this cannot be changed.

I have tried multiple changes in the config file.

Any hints?

member
Activity: 81
Merit: 1002
It was only the wind.
September 14, 2016, 12:15:11 PM
#76
low difficulty share, all rejected
I confirm this.

2X ATI Radeon R9 270X with latest 13.9.1 drivers.
My config:
Code:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 1250,
"memfreq": 1250,
"fanspeed": 90,
"powertune": 20,
"threads": 1,
"rawintensity": 511,
"worksize": 8
},
                     {
"index": 1,
"corefreq": 1250,
"memfreq": 1250,
"fanspeed": 90,
"powertune": 20,
"threads": 1,
"rawintensity": 511,
"worksize": 8
}

]
With new Wolf's XMR GPU Miner version 0.4 I only get "Low difficulty shares, rejected"
With same config and drivers on version 0.3 I have no errors!

Oh, I forgot to say - system is Win7 Ultimate x64

Any suggestions?

Try updating drivers - new ones work better with this version.
legendary
Activity: 2026
Merit: 1005
September 15, 2016, 03:32:51 AM
#76
Thought i would share my numbers, i just cant get anything near claymore's miner ( ~620 h/s )
Windows 7, 16 gb of ram, 16 gb of pagefile,
MSI RX 480 8GB , AMD drivers 16.20 , stock clock [ 1300 / 2000 ]
Any suggestions/tweaks?
Grin
Win7x64 /// crimson 15.12 /// hd7970 (1000/1500) /// k-miner

sr. member
Activity: 291
Merit: 250
September 15, 2016, 02:24:39 AM
#75
Installed ubuntu 16.04.1 desktop and amdgpu-pro and tested it on repo bfgminer, it did not see my card, so i compiled cpp-ethereum and ran its benchmark and thats what i got:
Quote
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ ./ethminer -M --opencl
[OPENCL]:OpenCL device Spectre has insufficient GPU memory.1057591296 bytes of memory found < 1423739904 bytes of memory required
No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ export GPU_FORCE_64BIT_PTR=0
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ export GPU_MAX_HEAP_SIZE=100
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ export GPU_USE_SYNC_OBJECTS=1
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ export GPU_MAX_ALLOC_PERCENT=100
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ export GPU_SINGLE_ALLOC_PERCENT=100
mylin@MyLinMiner:~/Miner/cpp-ethereum/build/ethminer$ ./ethminer -M --opencl
[OPENCL]:OpenCL device Spectre has insufficient GPU memory.1057591296 bytes of memory found < 1423739904 bytes of memory required
No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument

usually on ubuntu 14.xx the export statements covered this memory problem, but it seems that they dont work on 16?

and listing devices it gives me this:
Quote
[OPENCL]:
Listing OpenCL devices.
FORMAT: [deviceID] deviceName
  • Spectre
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 1057591296
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 535822336
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256
[1] AMD KAVERI (DRM 3.2.0, LLVM 3.8.0)
        CL_DEVICE_TYPE: GPU
        CL_DEVICE_GLOBAL_MEM_SIZE: 1073741824
        CL_DEVICE_MAX_MEM_ALLOC_SIZE: 268435456
        CL_DEVICE_MAX_WORK_GROUP_SIZE: 256

so, actually the spectre card is the internal one, and its not seeing the other HD 5450 card?
member
Activity: 81
Merit: 1002
It was only the wind.
September 14, 2016, 11:07:18 AM
#74
low difficulty share, all rejected

this miner is no good the old work best, i am sorry for you

Don't be - you're free to run the old one on ancient drivers - this was provided for newer ones.
newbie
Activity: 50
Merit: 0
September 14, 2016, 10:16:21 PM
#74
Thought i would share my numbers, i just cant get anything near claymore's miner ( ~620 h/s )

Windows 7, 16 gb of ram, 16 gb of pagefile,
MSI RX 480 8GB , AMD drivers 16.20 , stock clock [ 1300 / 2000 ]

wolf miner 0.4
Threads      1   1   1   1   1   1   1   2   1   1   1   1   1
rawintensity   768   832   704   680   480   464   448   224   1024   1152   1280   1280   1600
worksize      8   8   8   8   16   16   16   16   8   8   8   4   4
h/s        447-504   471   433   427   459   455   425   331   497   476   427   414   341

used this simple conf file for testing purposes :

{
   "Algorithms":
   [
      {
         "name": "CryptoNight",
         "devices":
         [
            {
               "index": 0,
               "threads": 1,
               "rawintensity": 1600,
               "worksize": 4
            }
         ],
         "pools": ...

Would newest drivers 16.3 do any difference? ( was forced to use the disc that came from MSI because AMD's 16.3 drivers would freeze/crash windows after ~15 seconds after logging into my computer )
Any suggestions/tweaks?
sr. member
Activity: 291
Merit: 250
September 14, 2016, 09:16:41 PM
#73
sr. member
Activity: 291
Merit: 250
September 14, 2016, 08:15:05 PM
#72
sr. member
Activity: 291
Merit: 250
September 14, 2016, 07:36:24 PM
#71
Trying to compile (and looked at the notes on http://superkuh.com/monero.html which by passed me the first couple of issues) but now I'm getting the following:

Code:
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/aesb.c -o crypto/aesb.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/aesb-x86-impl.c -o crypto/aesb-x86-impl.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/c_blake256.c -o crypto/c_blake256.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/c_groestl.c -o crypto/c_groestl.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/c_keccak.c -o crypto/c_keccak.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/c_jh.c -o crypto/c_jh.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/c_skein.c -o crypto/c_skein.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  crypto/oaes_lib.c -o crypto/oaes_lib.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -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:383:18: warning: initialization from incompatible pointer type [enabled by default]
  uint64_t *dst = &ctx->long_state[c[0] & 0x1FFFF0];
                  ^
cryptonight.c:426:2: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type [enabled by default]
  keccakf(&ctx->state.hs, 24);
  ^
In file included from cryptonight.c:13:0:
crypto/c_keccak.h:22:6: note: expected ‘uint64_t *’ but argument is of type ‘union hash_state *’
 void keccakf(uint64_t st[25], int norounds);
      ^
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -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:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  net.c -o net.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  minerutils.c -o minerutils.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  gpu.c -o gpu.o
gcc -I/opt/AMDAPP/include -L/opt/AMDAPP/lib/x86_64/ -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11  main.c -o main.o
main.c: In function ‘SetupXMRTest’:
main.c:710:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
  snprintf(Options, 31, "-I. -DWORKSIZE=%d", LocalThreads);
  ^
main.c:710:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
main.c: In function ‘MinerThreadProc’:
main.c:1341:8: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  MyJob = CurrentJob;
        ^
main.c:1350:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
    MTInfo->ThreadID, *MTInfo->AlgoCtx.GPUIdxs, MTInfo->PlatformContext->Devices[*MTInfo->AlgoCtx.GPUIdxs].DeviceName);
    ^
main.c:1370:10: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
    MyJob = CurrentJob;
          ^
gcc -pthread -O0 -ggdb3 crypto/aesb.o crypto/aesb-x86-impl.o crypto/c_blake256.o crypto/c_groestl.o crypto/c_keccak.o crypto/c_jh.o crypto/c_skein.o crypto/oaes_lib.o cryptonight.o log.o net.o minerutils.o gpu.o main.o -ljansson -lOpenCL -ldl -L/opt/AMDAPP/lib/x86_64/ -o miner


any pointers?

note: I'm on ubuntu 14.04.4 with AMD repo drivers and AMD SDK 3.0 installed
member
Activity: 81
Merit: 1002
It was only the wind.
September 14, 2016, 10:02:08 AM
#70
Am I doing something wrong? I'm getting this output:

Code:
[08:46:10] Setting up GPU(s).
[08:46:10] Error parsing version string from clGetDeviceInfo. This should never happen.
Config:

Code:
{
   "Algorithms":
   [
      {
         "name": "CryptoNight",
         "devices":
         [
            {
               "index": 0,
               "corefreq": 500,
               "memfreq": 1500,
               "fanspeed": 65,
               "powertune": 20,
               "threads": 1,
               "rawintensity": 640,
               "worksize": 16
            },
            {
               "index": -1,
               "threads": 2,
               "rawintensity": 16,
               "worksize": 16
            }
         ],

I have XFX RX 480 on Windows 10, Radeon soft version 16.7.3 , Driver Packaging Version 16.30.2311-160718a-305076C, OpenCL Version 2.0.6.0.


Any help greatly appreciated.

Try this:

Code:
{
   "Algorithms":
   [
      {
         "name": "CryptoNight",
         "devices":
         [
            {
               "index": 0,
               "threads": 1,
               "rawintensity": 640,
               "worksize": 16
            }
         ],
newbie
Activity: 50
Merit: 0
September 14, 2016, 07:27:52 PM
#70
16.9.1 - Working.
newbie
Activity: 10
Merit: 0
September 14, 2016, 05:58:27 PM
#69
Uninstalled, cleaned and reinstalled 16.20. Same result. Sad

Tried Claymore's and was able to get it working @ 615 h/s for what it is worth.

Still hoping to get this one working.
member
Activity: 81
Merit: 1002
It was only the wind.
September 14, 2016, 09:26:27 AM
#68
newbie
Activity: 10
Merit: 0
September 14, 2016, 04:38:55 PM
#68
Tired older drivers 16.20 and still getting the same error that says I should never see it??
newbie
Activity: 8
Merit: 0
September 14, 2016, 03:43:07 PM
#67
Great miner.

With a few MSI Gaming X RX 480 @ 1304 on a research rig (Win10), I get identical speeds to Claymore with some RI/WS tinkering: https://i.imgur.com/3RutBrm.png.

One change request: a quiet mode (analagous to -q) whereby only successful shares and total hashrate is reported would be extremely welcome.

Thanks Smiley
full member
Activity: 238
Merit: 100
September 14, 2016, 02:22:03 PM
#66
low difficulty share, all rejected
I confirm this.

2X ATI Radeon R9 270X with latest 13.9.1 drivers.
My config:
Code:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 1250,
"memfreq": 1250,
"fanspeed": 90,
"powertune": 20,
"threads": 1,
"rawintensity": 511,
"worksize": 8
},
                     {
"index": 1,
"corefreq": 1250,
"memfreq": 1250,
"fanspeed": 90,
"powertune": 20,
"threads": 1,
"rawintensity": 511,
"worksize": 8
}

]
With new Wolf's XMR GPU Miner version 0.4 I only get "Low difficulty shares, rejected"
With same config and drivers on version 0.3 I have no errors!

Oh, I forgot to say - system is Win7 Ultimate x64

Any suggestions?

Try updating drivers - new ones work better with this version.
Oh, excuse me for my mistake - I posted wrong version - I already have latest version 16.9.1 of AMD drivers!

Oooh, I might see the issue - your rawintensity is NOT a multiple of your worksize. Try fixing that - if it persists, then open an issue on GitHub, please.
Unfortunately, it did not help.  Sad
I tried rawintensity from 500 to 600, but error was the same.

And btw, in yours miner version 0.3 my config with "worksize": 8 and "rawintensity": 511 works perfectly and gaves me 445 h/s on my R9 270X!

So?
newbie
Activity: 10
Merit: 0
September 14, 2016, 02:04:29 PM
#65
@Wolf0

Thanks for all your work, is there anything else you'd advise doing in my scenario? I can try different driver version, but what specific version should I try?
member
Activity: 81
Merit: 1002
It was only the wind.
September 14, 2016, 06:45:53 AM
#64
still doesn´t work.
Always the same "Error -1 when calling clGetDeviceIDs for number of devices." with v0.4 (Win 7 64 Bit, Crimson 15.12).
Equal if I add one or all GPUs at xmr.conf. Getting the same error message even if I select only "index": -1 for CPU mining - lol. Roll Eyes
Is there any additional software required to run this miner, like AMD SDK or so?

Im also getting Error -1, rx 480 on 15.8 and 16.9.1 driver. index -1 for cpu works though.

Post settings conf, please.
full member
Activity: 238
Merit: 100
September 14, 2016, 12:26:11 PM
#64
low difficulty share, all rejected
I confirm this.

2X ATI Radeon R9 270X with latest 13.9.1 drivers.
My config:
Code:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 1250,
"memfreq": 1250,
"fanspeed": 90,
"powertune": 20,
"threads": 1,
"rawintensity": 511,
"worksize": 8
},
                     {
"index": 1,
"corefreq": 1250,
"memfreq": 1250,
"fanspeed": 90,
"powertune": 20,
"threads": 1,
"rawintensity": 511,
"worksize": 8
}

]
With new Wolf's XMR GPU Miner version 0.4 I only get "Low difficulty shares, rejected"
With same config and drivers on version 0.3 I have no errors!

Oh, I forgot to say - system is Win7 Ultimate x64

Any suggestions?

Try updating drivers - new ones work better with this version.
Oh, excuse me for my mistake - I posted wrong version - I already have latest version 16.9.1 of AMD drivers!
Pages:
Jump to: