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
#!/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
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