Pages:
Author

Topic: New sgminer support x11, x13, x14 and x15, fresh (with source) (Read 34158 times)

hero member
Activity: 924
Merit: 1000
Any updates coming?
newbie
Activity: 8
Merit: 0
I tried it on my Asus 5770 1 Gb with bitblockold. About 20 HWs/s. .conf:

"intensity" : "11",
"worksize" : "256",
"kernel" : "bitblockold",
"lookup-gap" : "2",
"thread-concurrency" : "7680",
"shaders" : "800",
"gpu-threads" : "2",
"gpu-engine" : "850",
"gpu-fan" : "0-0",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"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"
newbie
Activity: 47
Merit: 0
Which kernel is for x15? I downloaded it and it does not appear to have a "x15mod" or other such kernel.

Receiving "low difficulty" 100% rejected shares


EDIT: NVM, I got it ... bitblock
full member
Activity: 124
Merit: 100
Ok, quick question. I noticed in the zip there's only sgminer.exe, so I assume you drag and drop the latest sgminer and overwrite the sgminer.exe and you're optomized? Help!
full member
Activity: 210
Merit: 100
@aznboy84 thanks, X15 .bin files for 280X worked for me,
did you post .bin files for x11 and x13?
member
Activity: 61
Merit: 10
As far as I remember X15 worked fine for me as well, but will test it later to be sure.

So far, I got the following HW for X14 after 48 hours of mining:

Rig 1: Windows 7, Freshminer, Catalyst 14.4 with 14.6 opencl. GPU0: 14HW, GPU1: 7HW, GPU2: 6HW
Rig 2: Windows 8.1, X15_AMD_06_30, Catalyst 13.251. GPU0: 11 HW, GPU1: 9HW, GPU2: 9HW

Strange...?
full member
Activity: 229
Merit: 100
X15_AMD_06_30 oн x14 works fine. Check the settings for your card miner.
member
Activity: 61
Merit: 10
Hi, I am getting HW with X14. Not many, less than 1HW/hour. Using the following settings:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x14 -o stratum+tcp://x:y --userpass=z.a:b --thread-concurrency 8192 --intensity 18 --shaders 1792 -g 2 --lookup-gap 2

Settings work well for FRESH, X13mod and X11mod.

Cards are Sapphire HD 7950.

Any ideas to fix this?
sr. member
Activity: 342
Merit: 250
full member
Activity: 227
Merit: 100
i can't get it work with x13 algo...anyone succeeded?? I'm getting crazy...
sr. member
Activity: 547
Merit: 250
@aznboy84, I'm noticing a decrease in performance on x11/x13/x15 over your VERY FIRST X15GPU build, which was a repurposed edition of the 06-25-prerelease build from Nicehash.

I really need to see that exact source from that exact day.

The miner there works perfect for x11/x13 and on, and ever since then, we've lost hashing ability over the days of massive development, down from 5.4MH on a 290x to sometimes 4.9

We need to take a look at this shit
sr. member
Activity: 423
Merit: 250
Won't that result in the same performance from the other builds you take it from?
newbie
Activity: 7
Merit: 0
Anyone successfully get x13 to run? It always crashes sgminer when it's building the bin file.

Building binary marucoin-modtahitigw128l4big4.bin
error -11: building program (clbuildprogram)

Try replacing marucoin-mod.cl from other sgminer (I used one from nicehash build), worked for me.
sr. member
Activity: 423
Merit: 250
Anyone successfully get x13 to run? It always crashes sgminer when it's building the bin file.

Building binary marucoin-modtahitigw128l4big4.bin
error -11: building program (clbuildprogram)
sr. member
Activity: 826
Merit: 250
it would be really nice to use SEVERAL kernels as in the old sgminer

"kernel": "x13mod, x13modold" -> "algorithm": "marucoin-mod-marucoin modold"

It's possible to compile a sgminer who can do it?
newbie
Activity: 29
Merit: 0
Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help

Since the lastest sgminer v5 beta implemented jansson lib as a submodule, you need to pull it down to .... here's the build instructions
Quote
cd /opt
git clone https://github.com/aznboy84/freshgpu.git
cd freshgpu
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
git submodule update --init --recursive
sh autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
make

Thanks. U're the best
member
Activity: 94
Merit: 10
Tired to compile the sgminer-5 Version. This is what i got when using
install-recursive
make[2]: Entering directory `/opt/miners/sgminer-5/lib'
make[3]: Entering directory `/opt/miners/sgminer-5/lib'
make[4]: Entering directory `/opt/miners/sgminer-5/lib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/miners/sgminer-5/lib'
make[3]: Leaving directory `/opt/miners/sgminer-5/lib'
make[2]: Leaving directory `/opt/miners/sgminer-5/lib'
make[1]: Leaving directory `/opt/miners/sgminer-5/lib'
Making install in submodules
make[1]: Entering directory `/opt/miners/sgminer-5/submodules'
Making install in jansson
make[2]: Entering directory `/opt/miners/sgminer-5/submodules/jansson'
make[2]: *** No rule to make target `install'.  Stop.
make[2]: Leaving directory `/opt/miners/sgminer-5/submodules/jansson'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/miners/sgminer-5/submodules'
make: *** [install-recursive] Error 1

my compile config here
#!/bin/sh
mine stop
sleep 5
cd /opt/miners/sgminer-5
cp -av /opt/AMDADL/* /opt/miners/sgminer-5/ADL_SDK/
make clean
sleep 5
chmod +x autogen.sh
./autogen.sh
sleep 2
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-opencl
sleep 5
make install
sleep 5
clear
cp example.conf /etc/bamt/sgminer-5.conf
cd /etc/bamt/
patch /etc/bamt/bamt.conf <<.
116a117
>   cgminer_opts: --api-listen --config /etc/bamt/sgminer-5.conf
124a126
>   # Sgminer 5 - Multi-Algo
130a133
>   miner-sgminer-5: 1
.
patch /opt/bamt/common.pl <<.
1477a1478,1480
>       } elsif (\${\$conf}{'settings'}{'miner-sgminer-5'}) {
>         \$cmd = "cd /opt/miners/sgminer-5/;/usr/bin/screen -d -m -S sgminer-5 /opt/miners/sgminer-5/sgminer \$args";
>         \$miner = "sgminer-5";
.
cd /etc/bamt/
mv /tmp/config.patch /etc/bamt/
cd /etc/bamt/
patch /etc/bamt/sgminer-5.conf < config.patch
rm config.patch
sync
echo 'SGMiner 5 Installed.'
echo 'Please review your /etc/bamt/bamt.conf to enable.'
echo 'Configure /etc/bamt/sgminer-5.conf with a pool'
full member
Activity: 137
Merit: 100
Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help

Since the lastest sgminer v5 beta implemented jansson lib as a submodule, you need to pull it down to .... here's the build instructions
Quote
cd /opt
git clone https://github.com/aznboy84/freshgpu.git
cd freshgpu
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
git submodule update --init --recursive
sh autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
make
newbie
Activity: 29
Merit: 0
Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help
newbie
Activity: 39
Merit: 0
how can I switch to x15 on bamt/smos?

when running x13 I could change kernel type by

kernel: "x13mod" but at when putting x15mod or x15, it says "algorithm x15mod not found"
Pages:
Jump to: