boubou
|
|
March 03, 2014, 02:20:30 PM |
|
screen -dmS sgminer /home/sph-sgminer/sgminer --gpu-fan 63 --gpu-engine 1120,1000 --gpu-memclock 1500,1250 --gpu-powertune 19 --intensity 20,18 -k darkcoin -o 85.131.127.26:7903 -u XavaNMidPmofBUt4RWLf6YHhNDUNA7TjY6 -p 1
Here are my parameters. The first card is the 290.
The temperature is 63°.
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
derBruchpilotPro
|
|
March 03, 2014, 03:03:45 PM |
|
Hmmm, I also had some unexpected things with cgminer with different cards on one rig till I dismounted the older card.
have you tried to disable one card?
|
NEM/XEM!!!
|
|
|
boubou
|
|
March 03, 2014, 03:04:34 PM |
|
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.
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
derBruchpilotPro
|
|
March 03, 2014, 03:26:53 PM |
|
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.
|
NEM/XEM!!!
|
|
|
boubou
|
|
March 03, 2014, 04:06:22 PM |
|
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.
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
Madychoux
|
|
March 03, 2014, 04:45:04 PM |
|
my sgminer works well but when I use this one with my .conf file, it's doesn't take gpu & mem clocks.
Any idea ?
|
|
|
|
derBruchpilotPro
|
|
March 03, 2014, 05:08:16 PM |
|
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?
|
NEM/XEM!!!
|
|
|
derBruchpilotPro
|
|
March 03, 2014, 05:11:33 PM |
|
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...
|
NEM/XEM!!!
|
|
|
boubou
|
|
March 03, 2014, 05:32:31 PM |
|
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)
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
boubou
|
|
March 03, 2014, 05:38:38 PM |
|
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
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
derBruchpilotPro
|
|
March 03, 2014, 05:38:50 PM |
|
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...
|
NEM/XEM!!!
|
|
|
boubou
|
|
March 03, 2014, 05:43:25 PM |
|
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...
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
boubou
|
|
March 03, 2014, 06:19:21 PM |
|
...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
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
Madychoux
|
|
March 03, 2014, 06:29:46 PM Last edit: March 11, 2014, 08:41:16 PM by Madychoux |
|
I've modified a SMOS scrypt to autoinstall this miner in /opt/miners/sgminer For those interested : #!/bin/sh mine stop wget http://smos-linux.org/upgrade/sgminer.plwget http://smos-linux.org/upgrade/sgminer2.plrm -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-sgminermv /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.
|
|
|
|
psic4t
Newbie
Offline
Activity: 31
Merit: 0
|
|
March 03, 2014, 06:49:11 PM Last edit: March 03, 2014, 07:39:41 PM by psic4t |
|
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.
|
|
|
|
derBruchpilotPro
|
|
March 03, 2014, 08:06:14 PM |
|
I've modified a SMOS scrypt to autoinstall this miner in /opt/miners/sgminer For those interested : #!/bin/sh mine stop wget http://smos-linux.org/upgrade/sgminer.plwget http://smos-linux.org/upgrade/sgminer2.plrm -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-sgminermv /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. After updating to lastest SMOS, I've about 2.2Mh/s on the r9-280x cards.
|
NEM/XEM!!!
|
|
|
azhago
|
|
March 03, 2014, 08:24:38 PM |
|
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 ?
|
|
|
|
mkimid
Sr. Member
Offline
Activity: 336
Merit: 250
Have A Nice Day
|
|
March 03, 2014, 08:26:42 PM |
|
FOR 280X USER, PLEASE TRY
-g 1 -I 19
DO NOT USE -g 2 option,
|
Have a nice day
|
|
|
boubou
|
|
March 03, 2014, 10:13:46 PM |
|
I've modified a SMOS scrypt to autoinstall this miner in /opt/miners/sgminer For those interested : #!/bin/sh mine stop wget http://smos-linux.org/upgrade/sgminer.plwget http://smos-linux.org/upgrade/sgminer2.plrm -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-sgminermv /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. 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.
|
BEHNZiP6UZunp41vurNaQi4r2hvgG57yzi : BdG
|
|
|
declensions
|
|
March 04, 2014, 03:41:41 AM |
|
getting around 1.3 Mh/s on overclocked R9 270, seem about right? (1050clock/1400mem)
|
C2.1: CfAMDL4FJomN8bLpsPKZz3mBtdQVg7Sgbp
|
|
|
|