Pages:
Author

Topic: [ANN][X11] X11/Darkcoin Gpu Miner - updated to use leaked binaries - even faster - page 11. (Read 102432 times)

member
Activity: 79
Merit: 10
Can anyone please upload the 2% version and post a link ?! This one keeps crashing in just a couple of minutes no matter what settings i try...

The version your using is the 2%, what it does is use load balance and point it to one of his POOL's ( Pool 0 ) and uses 2% of your hashing power towards it.

click on on "P" for Pool management and you will see his and your pool , Pool 0 is the 2% donation and Pool 1 is mine/your's that is hashing away at 98% of it max capacity..

eg:



I'm using trixx with you configuration, all fine in 40 min. 290 khs. Thanks friend.
hero member
Activity: 572
Merit: 500
Can anyone please upload the 2% version and post a link ?! This one keeps crashing in just a couple of minutes no matter what settings i try...

The version your using is the 2%, what it does is use load balance and point it to one of his POOL's ( Pool 0 ) and uses 2% of your hashing power towards it.

click on on "P" for Pool management and you will see his and your pool , Pool 0 is the 2% donation and Pool 1 is mine/your's that is hashing away at 98% of it max capacity..

eg:

hero member
Activity: 572
Merit: 500
I have a problem with my 2xgigabyte 280x. When I place it with an intensity of 13 works fine (I use the sgminer of nicehash) , but with this mod, having an intensity of 15 for default appear sick at 3 minutes. I use Windows 8.1. I15 g2 w128 thread 8192.

I switched form I-13 to 15 and no issues for me

My config:

sgminer -k darkcoin -o stratum+tcp://XXXXXX:3333 -u blowme -p x --gpu-fan 75 --temp-overheat 88 --temp-cutoff 92 --intensity 15 --worksize 256 -g 2 --lookup-gap 2 --thread-concurrency 8193 --gpu-engine 1022 --gpu-memclock 1500 --gpu-powertune 20

I'm using you configuration, gpu 0 sick. Do you mod the rom?

Only change was voltages, 1.1 using VBE to do it: http://www.techpowerup.com/forums/threads/vbe7-vbios-editor-for-radeon-hd-7000-series-cards.189089/

sr. member
Activity: 560
Merit: 250
donate version uses load balance Angry Angry
i want to use fail over...
member
Activity: 79
Merit: 10
I have a problem with my 2xgigabyte 280x. When I place it with an intensity of 13 works fine (I use the sgminer of nicehash) , but with this mod, having an intensity of 15 for default appear sick at 3 minutes. I use Windows 8.1. I15 g2 w128 thread 8192.

I switched form I-13 to 15 and no issues for me

My config:

sgminer -k darkcoin -o stratum+tcp://XXXXXX:3333 -u blowme -p x --gpu-fan 75 --temp-overheat 88 --temp-cutoff 92 --intensity 15 --worksize 256 -g 2 --lookup-gap 2 --thread-concurrency 8193 --gpu-engine 1022 --gpu-memclock 1500 --gpu-powertune 20

I'm using you configuration, gpu 0 sick. Do you mod the rom?
full member
Activity: 247
Merit: 100
O__o
Can anyone please upload the 2% version and post a link ?! This one keeps crashing in just a couple of minutes no matter what settings i try...
hero member
Activity: 572
Merit: 500
I have a problem with my 2xgigabyte 280x. When I place it with an intensity of 13 works fine (I use the sgminer of nicehash) , but with this mod, having an intensity of 15 for default appear sick at 3 minutes. I use Windows 8.1. I15 g2 w128 thread 8192.

I switched form I-13 to 15 and no issues for me

My config:

sgminer -k darkcoin -o stratum+tcp://XXXXXX:3333 -u blowme -p x --gpu-fan 75 --temp-overheat 88 --temp-cutoff 92 --intensity 15 --worksize 256 -g 2 --lookup-gap 2 --thread-concurrency 8193 --gpu-engine 1022 --gpu-memclock 1500 --gpu-powertune 20
member
Activity: 79
Merit: 10
I have a problem with my 2xgigabyte 280x. When I place it with an intensity of 13 works fine (I use the sgminer of nicehash) , but with this mod, having an intensity of 15 for default appear sick at 3 minutes. I use Windows 8.1. I15 g2 w128 thread 8192.
hero member
Activity: 742
Merit: 500
after the "make" comand, you should do : "make install"
worked for me.

and, I dont know what kind of memory they have, never bothered to check.
newbie
Activity: 17
Merit: 0
can someone post 290 conf file?
I get ONLY 2.01MHs
full member
Activity: 201
Merit: 100
HI everyone!

Could you check my version of sgminer?

https://github.com/lasybear/sph-sgminer_x11mod

Where i can find compiled version?
Sorry buddy, I've compiled version only for Ubuntu x64 14.04 and for BAMT.
Do you need it?


I would like the BAMT version.  Or directions on how to compile it myself.  

Code:
git clone https://github.com/lasybear/sph-sgminer_x11mod
cd ./sph-sgminer_x11mod
< Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h to folder ./sph-sgminer_x11mod/ADL_SDK.
They can be found at http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ >
./autogen.sh
./configure
make
That's all )

I followed these instructions and am having trouble getting the new sgminer to work. Will this replace the old sgminer completely so that the start mining/stop mining commands in bamt will use the new sgminer or do you have to do a manual control of the new miner?


have you finished last command: make?

if yes you simply go to folder where you compiled
and before you start new sgminer make sure you manually stop bamt sgminer

command: mine stop

after that you make config file for examle 270.conf and save it in same folder where is new compiled sgminer
and start it by command:
./sgminer -c 270.conf


Hope this help you Smiley

PS> make sure you read this:
https://github.com/lasybear/sph-sgminer_x11mod/blob/master/README.md

member
Activity: 76
Merit: 10
HI everyone!

Could you check my version of sgminer?

https://github.com/lasybear/sph-sgminer_x11mod

Where i can find compiled version?
Sorry buddy, I've compiled version only for Ubuntu x64 14.04 and for BAMT.
Do you need it?


I would like the BAMT version.  Or directions on how to compile it myself. 

Code:
git clone https://github.com/lasybear/sph-sgminer_x11mod
cd ./sph-sgminer_x11mod
< Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h to folder ./sph-sgminer_x11mod/ADL_SDK.
They can be found at http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ >
./autogen.sh
./configure
make
That's all )

I followed these instructions and am having trouble getting the new sgminer to work. Will this replace the old sgminer completely so that the start mining/stop mining commands in bamt will use the new sgminer or do you have to do a manual control of the new miner?
sr. member
Activity: 264
Merit: 252
alt coins trader/miner.
I get 3.3-3.4 mhs each card, 280x.
Who get more?

on what core and temp? you want to check the consumption because i think it's not worth it, unless you have free electricity of course

6x 280x toxic

free electricity



bro tell me how u did it on pimp ?

i canot get it work its get me only 1.5mhs per card
newbie
Activity: 22
Merit: 0
doesn't work

it should, edit darkmine.sh , give it chmod +x and run it, also edit sgminer_dark in etc/bamt/

I get 3.3-3.4 mhs each card, 280x.
Who get more?

on what core and temp? you want to check the consumption because i think it's not worth it, unless you have free electricity of course

6x 280x toxic

free electricity

https://i.imgur.com/NlmvB81.png

Hello, are your memories hynix or elpida? (eg. in bios is it written)
newbie
Activity: 5
Merit: 0

 GPU  0:                | 1.964M/1.967Mh/s | R:  0.0% HW:0 WU:0.030/m I:15
 GPU  1:                | 1.954M/1.960Mh/s | R:  0.0% HW:0 WU:0.027/m I:15
 GPU  2:                | 1.951M/1.960Mh/s | R:  0.0% HW:0 WU:0.025/m I:15
 GPU  3:                | 1.953M/1.958Mh/s | R:  0.0% HW:0 WU:0.022/m I:15

MSI 270

so far looks promising

I m running bamt 1.6

would apritiate if someone can guide me how to add this miner to bamt.conf ,
at this moment i have to manually stop mining over bamt and manually start moded sgminer...

also noted that i m not having feedback of gpu temp and fan speed but .. but i can control it over 192.168.xxx.xxx/cgi-bin/status-man.pl Smiley
temps are normal around 59 and fan i locked at around 40% since it remmebers last fan settings before mine stop from bamt as it starts first...

thnx

How do you install it on bamt 1.6?
hero member
Activity: 742
Merit: 500
I get 3.3-3.4 mhs each card, 280x.
Who get more?

on what core and temp? you want to check the consumption because i think it's not worth it, unless you have free electricity of course

6x 280x toxic

free electricity

legendary
Activity: 3206
Merit: 1069
I get 3.3-3.4 mhs each card, 280x.
Who get more?

on what core and temp? you want to check the consumption because i think it's not worth it, unless you have free electricity of course
member
Activity: 79
Merit: 10
Someone has tested NiceHash? I read that there were problems with the previous mod
newbie
Activity: 22
Merit: 0
toxic elpida or hynix?
sapphire r9 270 @ 1120,1480; g4; w64; tc 8192; i 15; powertune 20 > 1.973Mh/s
sapphire r9 280 @ 1150,1500; g2; w256; tc 8193; i 15; powertune 20 > 2.9Mh/s
sapphire r9 280 @ 1100,1500; g2; w256; tc 8193; i 15; powertune 20 > 2.8Mh/s
gigabyte r9 280x @ 1100,1650; g2; w256; tc 8193; i 15; powertune -20; vddc 1.1 > 3Mh/s
sapphire toxic 280x @ 1060,1500; g2; w256; tc 8193; i 15; powertune -20; vddc 1.1 > 2.96Mh/s
smos bamt script
Code:
    #!/bin/sh
    mine stop
    sleep 5
    cd /home/
    git clone https://github.com/lasybear/sph-sgminer_x11mod
    mv /home/sph-sgminer_x11mod /opt/miners/darkcoin-sgminer
    cd /opt/miners/darkcoin-sgminer/
    make clean
    sleep 5
    chmod +x autogen.sh
    ./autogen.sh
    sleep 2
    apt-get install libudev-dev
    sleep 2
    cp /opt/ADL/include/* /opt/miners/darkcoin-sgminer/ADL_SDK/
    sleep 2
    CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-opencl
    sleep 5
    make install
    sleep 5
    clear
    cd /root/
    echo 'export DISPLAY=:0' >> dark_mine.sh
    echo 'export GPU_MAX_ALLOC_PERCENT=100' >> dark_mine.sh
    echo 'export GPU_USE_SYNC_OBJECTS=1' >> dark_mine.sh
    echo '/opt/miners/darkcoin-sgminer/sgminer -c /etc/bamt/sgminer-dark.conf' > dark_mine.sh
    chmod +x dark_mine.sh
    clear
    echo 'Darkcoin-sgminer installed.'
    echo 'SMOS-Linux.org'
    echo 'To start mining type:'
    echo '/root/dark_mine.sh'
    echo 'or'
    echo './dark_mine.sh'
    echo 'But first stop standard mining with: mine stop'

put this in dark_mine.sh

Code:
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
/opt/miners/darkcoin-sgminer/sgminer -c /etc/bamt/sgminer-dark.conf

source http://bitcoinbg.eu/forum/viewtopic.php?f=20&t=1347
Pages:
Jump to: