cryptrol
|
|
October 12, 2015, 08:13:22 PM |
|
Win64 AMD gpu miner update: With the above parameters (two posts above), the GPU driver crashes after some time and mining stops. Too unstable to use at the moment.
|
|
|
|
Arux
|
|
October 12, 2015, 08:35:47 PM |
|
I'm on Mint 17.2. I've installed GCC 4.9 and followed your instructions, but get this after running make: ...../wolf-aeon-miner/main.c:735: undefined reference to `clCreateCommandQueueWithProperties' collect2: error: ld returned 1 exit status Hi There, I had the same thing. I think this points to having an older openCL sdk installed than is required. It is possible to build it using by changing the function names to that used in the older openCL releases, and it does link and build. But then the actual opencl code give errors during execution. Probably best to upgrade to latest SDK (note - I haven't because it was such a pain to do it on my headless rig, and it's nice and stable mining other currencies at the moment). Cheers Dave just a guess, it seems that gcc takes libOpenCL directly at /usr/lib/fglrx/libOpenCL.so (from fglrx package) instead of ./lib/x86_64/libOpenCL.so (from AMDAPPSDK-3.0 extraction) i compiled from a system without fglrx and i didn't have this error. try to force using ./lib/x86_64/libOpenCL.so with -Wl,./lib/x86_64/libOpenCL.so to LIBS in the makefile. CC = gcc LD = gcc CFLAGS = -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c -I./include/ LDFLAGS = -pthread -O0 -ggdb3 LIBS = -ljansson -Wl,./lib/x86_64/libOpenCL.so -ldl you can also try to use libOpenCL.so1 instead of libOpenCL.so but i don't think it will be necessary.
|
|
|
|
BoscoMurray
|
|
October 12, 2015, 09:08:39 PM |
|
Thanks for the help folks. Got it working. Arux, you were correct, bar a small typo (missing the SDK directory). My libs line looks like: LIBS = -ljansson -Wl,./lib/x86_64/sdk/libOpenCL.so -ldl
|
|
|
|
BoscoMurray
|
|
October 12, 2015, 09:12:23 PM |
|
Without making any changes to default settings or clocking the card, my 7950 is giving 343 H/s
|
|
|
|
Arux
|
|
October 12, 2015, 09:24:20 PM |
|
@BoscoMurray: thanks for feedback and good test. i edit my previous instructions
|
|
|
|
Arux
|
|
October 12, 2015, 10:04:06 PM |
|
I built the win64 version of the AMD gpu miner.
i've tried a cross-compilation from linux (x86_64-w64-mingw32-gcc 4.9) but it fails log.c: In function ‘Log’: log.c:19:3: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] time(&rawtime); ^ log.c:20:3: warning: implicit declaration of function ‘localtime’ [-Wimplicit-function-declaration] curtime = localtime(&rawtime); ^ log.c:20:11: warning: assignment makes pointer from integer without a cast curtime = localtime(&rawtime); ^ log.c:21:3: warning: implicit declaration of function ‘strftime’ [-Wimplicit-function-declaration] strftime(timebuf, 128, "[%H:%M:%S] ", curtime); ^ log.c:21:3: warning: incompatible implicit declaration of built-in function ‘strftime’
net.c: In function ‘ConnectToPool’: net.c:53:3: warning: overflow in implicit constant conversion [-Woverflow] return(INVALID_SOCKET); ^ net.c:61:3: warning: overflow in implicit constant conversion [-Woverflow] return(INVALID_SOCKET); ^ net.c:77:3: warning: overflow in implicit constant conversion [-Woverflow] return(INVALID_SOCKET); ^
then net.o: dans la fonction « NetworkingInit »: /wolf-aeon-miner/net.c:26: référence indéfinie vers « __imp_WSAStartup » net.o: dans la fonction « NetworkingShutdown »: /wolf-aeon-miner/net.c:33: référence indéfinie vers « __imp_WSACleanup » net.o: dans la fonction « ConnectToPool »: /wolf-aeon-miner/net.c:48: référence indéfinie vers « __imp_getaddrinfo » /wolf-aeon-miner/net.c:56: référence indéfinie vers « __imp_socket » /wolf-aeon-miner/net.c:60: référence indéfinie vers « __imp_freeaddrinfo » /wolf-aeon-miner/net.c:66: référence indéfinie vers « __imp_connect » /wolf-aeon-miner/net.c:76: référence indéfinie vers « __imp_freeaddrinfo » /wolf-aeon-miner/net.c:80: référence indéfinie vers « __imp_freeaddrinfo » net.o: dans la fonction « SetNonBlockingSocket »: /wolf-aeon-miner/net.c:96: référence indéfinie vers « __imp_ioctlsocket » main.o: dans la fonction « PoolBroadcastThreadProc »: /wolf-aeon-miner/main.c:189: référence indéfinie vers « __imp_send » main.o: dans la fonction « StratumThreadProc »: /wolf-aeon-miner/main.c:998: référence indéfinie vers « __imp_send » /wolf-aeon-miner/main.c:1024: référence indéfinie vers « __imp_select » /wolf-aeon-miner/main.c:1026: référence indéfinie vers « __WSAFDIsSet » /wolf-aeon-miner/main.c:1033: référence indéfinie vers « __imp_recv » /wolf-aeon-miner/main.c:1056: référence indéfinie vers « __imp_closesocket » /wolf-aeon-miner/main.c:1160: référence indéfinie vers « __imp_closesocket » main.o: dans la fonction « main »: /wolf-aeon-miner/main.c:1875: référence indéfinie vers « __imp_closesocket » collect2: error: ld returned 1 exit status Makefile:8: recipe for target 'all' failed make: *** [all] Error 1
i give up i will try windows native compilation later
|
|
|
|
bitl0ck
|
|
October 13, 2015, 11:42:53 AM |
|
AEON PHYSICAL WALLETS FOR SALE 5k aeon included. These will be silver made. Let me know if anyone is interested.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
October 13, 2015, 12:39:45 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
|
|
|
|
bitl0ck
|
|
October 13, 2015, 12:40:13 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
I dont think so, my fx does 850.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
October 13, 2015, 12:44:24 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
I dont think so, my fx does 850. what power usage? the 970 is at half power, about 100W.
|
|
|
|
bitl0ck
|
|
October 13, 2015, 12:45:20 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
I dont think so, my fx does 850. what power usage? the 970 is at half power, about 100W. Thats about the same as an cpu.
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
October 13, 2015, 12:58:13 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
Looks about right pallas, since that is roughly double the performance for that same card on regular cryptonight. Note that the high end nvidias do not hash particularly well with either version (cryptonight or cryptonight-light), the best performance per core and performance per watt are by far in favor of the 750TI. Maybe you could fix this? Sidenote: IIRC, djm34 is already working on improving the cryptonight ccminer base. Once that is done, an improved cryptonight-light version should be fairly easy to build.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
October 13, 2015, 01:26:23 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
Looks about right pallas, since that is roughly double the performance for that same card on regular cryptonight. Note that the high end nvidias do not hash particularly well with either version (cryptonight or cryptonight-light), the best performance per core and performance per watt are by far in favor of the 750TI. Maybe you could fix this? Sidenote: IIRC, djm34 is already working on improving the cryptonight ccminer base. Once that is done, an improved cryptonight-light version should be fairly easy to build. that could be fun; but if I work on it I'd like to use it as well, and with the current profitability it's a no go. you'd much better save electricity and buy AEONs.
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
October 13, 2015, 01:33:26 PM |
|
No disagreement here!
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
October 13, 2015, 02:51:10 PM |
|
I'm getting about 940 H/s on a gtx 970, is that any good?
Looks about right pallas, since that is roughly double the performance for that same card on regular cryptonight. Note that the high end nvidias do not hash particularly well with either version (cryptonight or cryptonight-light), the best performance per core and performance per watt are by far in favor of the 750TI. Maybe you could fix this? Sidenote: IIRC, djm34 is already working on improving the cryptonight ccminer base. Once that is done, an improved cryptonight-light version should be fairly easy to build. that could be fun; but if I work on it I'd like to use it as well, and with the current profitability it's a no go. you'd much better save electricity and buy AEONs. I don't know how active djm34 is on that project. Im not saying that one could hijack the pitch, but he's blown through all of his proposed timelines.
|
|
|
|
onemorexmr
|
|
October 13, 2015, 03:04:22 PM |
|
AEON PHYSICAL WALLETS FOR SALE 5k aeon included. These will be silver made. Let me know if anyone is interested. they are looking great! how much? (i know OT... but are you able to make them for XMR also?)
|
|
|
|
nioc
Legendary
Offline
Activity: 1624
Merit: 1008
|
|
October 13, 2015, 03:23:40 PM |
|
AEON PHYSICAL WALLETS FOR SALE 5k aeon included. These will be silver made. Let me know if anyone is interested. they are looking great! how much? (i know OT... but are you able to make them for XMR also?) From the Monero thread............... MONERO's CUBE WALLET. Silver made. PM me if any one is interested.
|
|
|
|
onemorexmr
|
|
October 13, 2015, 03:25:49 PM |
|
they are looking great! how much? (i know OT... but are you able to make them for XMR also?) From the Monero thread............... just saw it... IMHO the aeon one looks much better ;-)
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
October 13, 2015, 03:28:35 PM |
|
you'd much better save electricity and buy AEONs.
Probably yes. But mining the coin is also important in order to decentralize the hash rate and improve security. The current situation with low concentrated hash rate is a negative that probably weights on the value and makes the future uncertain. So if you are investing or otherwise supporting the coin please consider mining to a lower-hash rate pool (not minergate) and/or solo mining.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
October 13, 2015, 03:39:02 PM |
|
you'd much better save electricity and buy AEONs.
Probably yes. But mining the coin is also important in order to decentralize the hash rate and improve security. The current situation with low concentrated hash rate is a negative that probably weights on the value and makes the future uncertain. So if you are investing or otherwise supporting the coin please consider mining to a lower-hash rate pool (not minergate) and/or solo mining. I guess that the hashrate centralisation and low profit for gpu issues both are due to botnets and people having a lot of pc mining for them at no cost. Maybe VTC made a good choice when they changed Lyra2RE to Lyra2REv2 to favor gpus over cpus.
|
|
|
|
|