Pages:
Author

Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin - page 61. (Read 515713 times)

newbie
Activity: 5
Merit: 0
getting around 1.3 Mh/s on overclocked R9 270,  seem about right?  (1050clock/1400mem)

Hello, can you help me? or anyone else.. I have a R9 270, and I want to mine darkcoins, but I only receive HW error and "share is above target"..

thanks in advanced..
are using -k darkcoin

yes.. but nothing..
hero member
Activity: 658
Merit: 500
getting around 1.3 Mh/s on overclocked R9 270,  seem about right?  (1050clock/1400mem)

Hello, can you help me? or anyone else.. I have a R9 270, and I want to mine darkcoins, but I only receive HW error and "share is above target"..

thanks in advanced..
are using -k darkcoin
newbie
Activity: 5
Merit: 0
getting around 1.3 Mh/s on overclocked R9 270,  seem about right?  (1050clock/1400mem)

Hello, can you help me? or anyone else.. I have a R9 270, and I want to mine darkcoins, but I only receive HW error and "share is above target"..

thanks in advanced..
full member
Activity: 224
Merit: 100
getting around 1.3 Mh/s on overclocked R9 270,  seem about right?  (1050clock/1400mem)
full member
Activity: 196
Merit: 100
I've modified a SMOS scrypt to autoinstall this miner in /opt/miners/sgminer

For those interested :

Quote from: creater a .sh file
#!/bin/sh
mine stop
wget http://smos-linux.org/upgrade/sgminer.pl
wget http://smos-linux.org/upgrade/sgminer2.pl
rm -rf /opt/bamt/gpumon
mv sgminer2.pl /opt/bamt/gpumon
rm -rf /opt/bamt/common.pl
mv sgminer.pl /opt/bamt/common.pl
sleep 5
cd /opt/miners/
rm -rf sgminer
git clone https://github.com/prettyhatemachine/sph-sgminer
mv /opt/miners/sph-sgminer /opt/miners/sgminer
cp /opt/ADL/include/* /opt/miners/sgminer/ADL_SDK/
cd /opt/miners/sgminer/
./autogen.sh
sleep 5
make clean
sleep 5
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-opencl --bindir="/opt/miners/sgminer" --prefix="/usr/local/bin"
sleep 5
make
sleep 5
rm -rf /root/sgminer.sh
clear
echo "sgminer 4.0.0 installed."
echo "SMOS-Linux.org"
echo "Now reboot your rig, and start mining"

If you're on SMOS or BAMT it works perfectly.

LOL, just got ready with my own SMOS image with sph-miner. Wink

After updating to lastest SMOS, I've about 2.2Mh/s on the r9-280x cards.


On what BMAT ar yo with your 290 to have 2.4M ? it seems to matters if I listen to your experience.
sr. member
Activity: 336
Merit: 250
Have A Nice Day

FOR 280X USER, PLEASE TRY


-g 1 -I 19


DO NOT USE -g 2 option,
full member
Activity: 182
Merit: 100
With GROESTL algo, my R9 280x do 12.25MH/s
It's quite good.
I also have a HD7850 wich make 5.43MHs. It seem logical, the ratio is respected.
I also have a HD5970, wich make 12.25MHs PER GPU, for a total of 24.5MHs !
I'm happy that an old GPU can mak twice my R9 280x, but maybe there is a way to improve recent cards performances ?
sr. member
Activity: 322
Merit: 250
I've modified a SMOS scrypt to autoinstall this miner in /opt/miners/sgminer

For those interested :

Quote from: creater a .sh file
#!/bin/sh
mine stop
wget http://smos-linux.org/upgrade/sgminer.pl
wget http://smos-linux.org/upgrade/sgminer2.pl
rm -rf /opt/bamt/gpumon
mv sgminer2.pl /opt/bamt/gpumon
rm -rf /opt/bamt/common.pl
mv sgminer.pl /opt/bamt/common.pl
sleep 5
cd /opt/miners/
rm -rf sgminer
git clone https://github.com/prettyhatemachine/sph-sgminer
mv /opt/miners/sph-sgminer /opt/miners/sgminer
cp /opt/ADL/include/* /opt/miners/sgminer/ADL_SDK/
cd /opt/miners/sgminer/
./autogen.sh
sleep 5
make clean
sleep 5
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-opencl --bindir="/opt/miners/sgminer" --prefix="/usr/local/bin"
sleep 5
make
sleep 5
rm -rf /root/sgminer.sh
clear
echo "sgminer 4.0.0 installed."
echo "SMOS-Linux.org"
echo "Now reboot your rig, and start mining"

If you're on SMOS or BAMT it works perfectly.

LOL, just got ready with my own SMOS image with sph-miner. Wink

After updating to lastest SMOS, I've about 2.2Mh/s on the r9-280x cards.

newbie
Activity: 31
Merit: 0


EDIT: Okey, I got 2.421Mh/s avg.

Yes seems to work stable, but I it only runs now ~ 2h.



You are getting this with a 280x? What is your current config? I'm getting no more than ~2.0 Mh/s.
full member
Activity: 212
Merit: 100
I've modified a SMOS scrypt to autoinstall this miner in /opt/miners/sgminer

For those interested :

Quote from: creater a .sh file
#!/bin/sh
mine stop
wget http://smos-linux.org/upgrade/sgminer.pl
wget http://smos-linux.org/upgrade/sgminer2.pl
rm -rf /opt/bamt/gpumon
mv sgminer2.pl /opt/bamt/gpumon
rm -rf /opt/bamt/common.pl
mv sgminer.pl /opt/bamt/common.pl
sleep 5
cd /opt/miners/
rm -rf sgminer
git clone https://github.com/prettyhatemachine/sph-sgminer
mv /opt/miners/sph-sgminer /opt/miners/sgminer
cp /opt/ADL/include/* /opt/miners/sgminer/ADL_SDK/
cd /opt/miners/sgminer/
./autogen.sh
sleep 5
make clean
sleep 5
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-opencl --bindir="/opt/miners/sgminer" --prefix="/usr/local/bin"
sleep 5
make
sleep 5
rm -rf /root/sgminer.sh
clear
echo "sph-sgminer 4.1.0 installed."
echo "Now reboot your rig, set "kernel" : "Darkcoin" in your conf, and start mining"

If you're on SMOS or BAMT it works perfectly.
full member
Activity: 196
Merit: 100
...Fed up with all this...
I build a new rig, I started with 2.4 and 2.2 on my 2 cards.  10 minutes later I have a 0.2 drop on each card and ended with 2.2 and 2.0.

What's happening? 2 different motherboards, 3 different 290 cards, and always the same 0.2MH drop after 10 minutes. I coldreboot? I get my 0.2 back. 10 minutes later it starts over.

I gave 10 Darkcoin to people that can solve my Problem
full member
Activity: 196
Merit: 100
I have 13.12
I use vertminer BAMT 1.52
I really did not understand my 0.2M drop after 10 minutes on my 290...it's a 9% drop...
sr. member
Activity: 322
Merit: 250
My rig with bamt with my 280X run well with 2.1M per card undervolted. 1050/1500
My rig with bamt does not run well with 2.3M per card. (2.5 then 2.3 after 10 min)

strange. What version of BAMT do you use?

maybe it has something to do with the installed catalyst, I would be really happy to get 2Mh/s per card...
full member
Activity: 196
Merit: 100
my sgminer works well but when I use this one with my .conf file, it's doesn't take gpu & mem clocks.

Any idea ?

have you compiled it with ADL? Do you see the GPU temperature?





If it's like me he spoke about the windows build
full member
Activity: 196
Merit: 100
My rig with bamt with my 280X run well with 2.1M per card undervolted. 1050/1500
My rig with bamt does not run well with 2.3M per card. (2.5 then 2.3 after 10 min)
sr. member
Activity: 322
Merit: 250
Maybe someone here can answer this:


Is it possible that 64bit makes a difference while mining DRK, also with GPU-mining?

I couldn't get the hash rates other people have with their r9-280x cards.

My rig with the r9-290 works as expected, but the 3 280x in the Rig with BAMT gets only 1300 Kh/s per card.

And BAMT is 32bit...

sr. member
Activity: 322
Merit: 250
my sgminer works well but when I use this one with my .conf file, it's doesn't take gpu & mem clocks.

Any idea ?

have you compiled it with ADL? Do you see the GPU temperature?



full member
Activity: 212
Merit: 100
my sgminer works well but when I use this one with my .conf file, it's doesn't take gpu & mem clocks.

Any idea ?
full member
Activity: 196
Merit: 100
The windows link in the first post did not work at home.
I got kernel is experimental, then a black screen is loading, then nothing.
sr. member
Activity: 322
Merit: 250
Nop, I'll try that.
The best miner is the one listed on the first post, or there is one update somewhere else?
For Windows and Linux Bamt.

Dunno, I'm using that from the first post on BAMT too.
Pages:
Jump to: