unitedminers
|
|
July 25, 2014, 10:45:09 AM Last edit: July 25, 2014, 11:25:45 AM by unitedminers |
|
this is what i did : maybe u dont autoreconf ? git submodule init git submodule update autoreconf -i cp PATH_TO_ADL_SDK ./ADL_SDK CFLAGS="-O2 -march=native" ./configure --enable-opencl make
Does someone know what the following output means? user@ubuntu:~/sgminer-whirl2$ git submodule init fatal: Not a git repository (or any of the parent directories): .git That's what I did: copy ADL_SDK 6.0 files to SGMiner/ADL_SDK cd sgminer-whirl2 git clone https://github.com/uraymeiviar/sgminer git submodule init just click download zip file, and unzip it in your mingw directory autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make
If I do ... copy ADL_SDK 6.0 files to SGMiner/ADL_SDK cd sgminer-whirl2 autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make ... I get this error: make all-recursive make[1]: Entering directory `/home/user/sgminer-whirl2' Making all in lib make[2]: Entering directory `/home/user/sgminer-whirl2/lib' GEN arg-nonnull.h GEN c++defs.h GEN warn-on-use.h GEN signal.h GEN string.h make all-recursive make[3]: Entering directory `/home/user/sgminer-whirl2/lib' make[4]: Entering directory `/home/user/sgminer-whirl2/lib' CC dummy.o AR libgnu.a make[4]: Leaving directory `/home/user/sgminer-whirl2/lib' make[3]: Leaving directory `/home/user/sgminer-whirl2/lib' make[2]: Leaving directory `/home/user/sgminer-whirl2/lib' Making all in submodules make[2]: Entering directory `/home/user/sgminer-whirl2/submodules' Making all in jansson make[3]: Entering directory `/home/user/sgminer-whirl2/submodules/jansson' make[3]: *** No rule to make target `all'. Stop. make[3]: Leaving directory `/home/user/sgminer-whirl2/submodules/jansson' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/user/sgminer-whirl2/submodules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/user/sgminer-whirl2' make: *** [all] Error 2
|
|
|
|
machicafe
Newbie
Offline
Activity: 52
Merit: 0
|
|
July 25, 2014, 11:37:26 AM |
|
Any settings suggestions for x2 7950 and x1 r9-270
im only getting a combined 3 mh im on 14.6 driver
current settings are powertune 20, intensity 20, gpu threads 2, work size 256 (also tried 128), and TC 8192
|
|
|
|
unitedminers
|
|
July 25, 2014, 01:03:30 PM |
|
Any settings suggestions for x2 7950 and x1 r9-270
im only getting a combined 3 mh im on 14.6 driver
current settings are powertune 20, intensity 20, gpu threads 2, work size 256 (also tried 128), and TC 8192
The best I get with SPH-SGMiner (Linux) from djm34 with this settings (which are mainly yours): --gpu-powertune 20 --gpu-fan 86 --thread-concurrency 8192 -g 2 -w 128 -I 20 R9 290 x3 : about 10 MHs each
|
|
|
|
machicafe
Newbie
Offline
Activity: 52
Merit: 0
|
|
July 25, 2014, 01:16:30 PM |
|
Any settings suggestions for x2 7950 and x1 r9-270
im only getting a combined 3 mh im on 14.6 driver
current settings are powertune 20, intensity 20, gpu threads 2, work size 256 (also tried 128), and TC 8192
The best I get with SPH-SGMiner (Linux) from djm34 with this settings (which are mainly yours): --gpu-powertune 20 --gpu-fan 86 --thread-concurrency 8192 -g 2 -w 128 -I 20 R9 290 x3 : about 10 MHs each hmm i wonder if the settings need to be more inline with scrypt like a higher tc
|
|
|
|
|
machicafe
Newbie
Offline
Activity: 52
Merit: 0
|
|
July 25, 2014, 01:25:35 PM |
|
yeah i'll give it a whirl
|
|
|
|
unitedminers
|
|
July 25, 2014, 03:17:42 PM |
|
Thanks for uploading a Linux x64 binary! But I get this error. ./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory libssl1.0.0 and libssl-dev are installed.
|
|
|
|
ozzy1926
|
|
July 25, 2014, 04:45:28 PM |
|
well,looks like this shitty coin worth mining...
|
|
|
|
uray (OP)
|
|
July 26, 2014, 12:06:49 AM |
|
Thanks for uploading a Linux x64 binary! But I get this error. ./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory libssl1.0.0 and libssl-dev are installed. you need openssl library on ur linux distro, try yum install openssl openssl-devel, or apt get, or anything
|
|
|
|
louiedave
Newbie
Offline
Activity: 47
Merit: 0
|
|
July 26, 2014, 06:12:46 AM |
|
10.5Mhs(280x) at 64degC heat this is my setting hope it helps...
"intensity" : "20", "worksize" : "128", "kernel" : "whirlcoin", "no-submit-stale" : true, "lookup-gap" : "2", "thread-concurrency" : "8192", "vectors" : "1", "shaders" : "0", "gpu-threads" : "2", "gpu-engine" : "1162", "gpu-fan" : "100", "gpu-memclock" : "1500", "gpu-memdiff" : "0", "gpu-powertune" : "20", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "28", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin"
|
|
|
|
unitedminers
|
|
July 26, 2014, 07:26:14 AM |
|
Thanks for uploading a Linux x64 binary! But I get this error. ./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory libssl1.0.0 and libssl-dev are installed. you need openssl library on ur linux distro, try yum install openssl openssl-devel, or apt get, or anything I will try that as soon as possible! THX
|
|
|
|
go6ooo1212
Legendary
Offline
Activity: 1512
Merit: 1000
quarkchain.io
|
|
July 26, 2014, 10:40:06 AM |
|
Louiedave, which brand your 280x are , and what their gpu default engine exactly is?
|
|
|
|
unitedminers
|
|
July 26, 2014, 01:47:08 PM Last edit: July 27, 2014, 04:42:27 PM by unitedminers |
|
Thanks for uploading a Linux x64 binary! But I get this error. ./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory libssl1.0.0 and libssl-dev are installed. you need openssl library on ur linux distro, try yum install openssl openssl-devel, or apt get, or anything I will try that as soon as possible! THX The Ubuntu command was ... sudo apt-get install openssl openssl-blacklist ... but I already had openssl and openssl-blacklist didn't solve the problem. Edit (27.07.2014): I've copied libssl.so.1.0.0 to libssl.so.1 and libcrypto.so.1.0.0 to libcrypto.so.1 in cd /lib/x86_64-linux-gnu. Works but now I've got a 3. error message. https://bitcointalk.org/index.php?topic=707708.msg8051769#msg8051769
|
|
|
|
Hippie Tech
aka Amenstop
Legendary
Offline
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
|
|
July 26, 2014, 02:14:38 PM |
|
|
|
|
|
unitedminers
|
|
July 26, 2014, 02:26:16 PM Last edit: July 26, 2014, 05:08:01 PM by unitedminers |
|
Does someone know how to compile it and getting beyond the jansson error? make[4]: Leaving directory `/home/user/sgminer-whirl2/lib' make[3]: Leaving directory `/home/user/sgminer-whirl2/lib' make[2]: Leaving directory `/home/user/sgminer-whirl2/lib' Making all in submodules make[2]: Entering directory `/home/user/sgminer-whirl2/submodules' Making all in jansson make[3]: Entering directory `/home/user/sgminer-whirl2/submodules/jansson' make[3]: *** No rule to make target `all'. Stop. make[3]: Leaving directory `/home/user/sgminer-whirl2/submodules/jansson' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/user/sgminer-whirl2/submodules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/user/sgminer-whirl2' make: *** [all] Error 2 sudo apt-get install jansson sudo apt-get install libjansson libjansson-dev
Doesn't work.
|
|
|
|
louiedave
Newbie
Offline
Activity: 47
Merit: 0
|
|
July 27, 2014, 12:31:27 AM |
|
Louiedave, which brand your 280x are , and what their gpu default engine exactly is? Sapphire R9 280x DualX... 1020/1500 default
|
|
|
|
louiedave
Newbie
Offline
Activity: 47
Merit: 0
|
|
July 27, 2014, 01:14:06 AM |
|
Can you post a windows build?
here is the windows build for this miner.... https://mega.co.nz/#!ApYnwIQL!Adf6nU4qdR8w2sUzKO4lAJ1zmWJ5hYTha5k3bqq5rU0
|
|
|
|
unitedminers
|
|
July 27, 2014, 04:41:07 PM Last edit: July 27, 2014, 05:16:55 PM by unitedminers |
|
Does someone know how to solve this error with the Linux x64 binary from uray? Started sgminer 4.2.2-289-g943a0-dirty [18:31:44] * using Jansson 2.6 [18:31:45] Startup GPU initialization... Using settings from pool whirl.suprnova .cc. [18:31:45] Startup Pool No = 0 [18:31:45] Building binary whirlcoinHawaiigw128l8.bin [18:31:48] Initialising kernel whirlcoin.cl with bitalign, unpatched BFI, nfacto r 10, n 1024 [18:31:48] Error -46: Creating Kernel from program. (clCreateKernel) [18:31:48] Failed to init GPU thread 0, disabling device 0 [18:31:48] Restarting the GPU from the menu will not fix this. [18:31:48] Re-check your configuration and try restarting. Press enter to continue: This is my startup file: #!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/xxxx/sgminer-whirl
./sgminer --kernel=whirlcoin -o stratum+tcp://whirl.suprnova.cc:7000 -u XXXX -p XXX --gpu-powertune 20 --gpu-fan 86 --thread-concurrency 8192 -g 2 -w 128 -I 20
|
|
|
|
louiedave
Newbie
Offline
Activity: 47
Merit: 0
|
|
July 28, 2014, 12:39:45 AM |
|
|
|
|
|
|
|