Bitcoin Forum
May 09, 2024, 11:46:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / New sgminer support x11, x13, x14 and x15, fresh (with source) on: June 29, 2014, 07:04:10 AM
Just realized that i might need a thread for my sgminer build for further support, so here goes ...

Optimized x11, x13, x14 and new x15 kernel

There also a "bitblockold" and "x14old" kernel working with older GPUs (78xx, 68xx ...)

Expecting X15 hash rate on 14.6 driver :

270X : 1.85MH/s (1100/1400 engine/mem)
7950 : 2.4MH/s (1050/1250  engine/mem) (mine was undervoltage / can't push engine clock)
280X : 2.9MH/s (1100/1400 engine/mem)

Github source :
https://github.com/aznboy84/sgminer/tree/v5_0-x15
https://github.com/aznboy84/freshgpu (freshcoin version )

Win32 binary :

X15_AMD_06_30.rar
X15_AMD_06_29.rar
FRESHCOIN SGMINER

there's 3 batch file for 7950, 270x and 280x and 3 pre-built binary kernel if you don't want to upgrade to 14.6, but hash rate would be 5% slower compared to 14.6 driver, just edit your pool, worker, password and run

There might be 2 "gpu-platform" on driver 14.6 (no idea why) so if your miner exit immediately after run just try  --gpu-platform (0 or 1) then it should work


How to make your own windows build
Quote
1 - Download dist files and extract to <your source path>/winbuild/
https://mega.co.nz/#!kIV1gDID!WsAh2XQo_YBIy3Ho5xLRnmMjj6V0Fh_JVS1OZOl5Zgw
(Those dist files does have x64 pre-compiled libraries so you can build x64 version too)
2 - Download ADL_SDK and extract adl_defines.h, adl_sdk.h, adl_structures.h from the archive include folder to <your source path>/ADL_SDK
http://developer.amd.com/tools-and-sdks/graphics-development/graphics-development-sdks/display-library-adl-sdk
3 - Get Visual Studio 2010 Express
http://www.visualstudio.com/en-us/downloads#d-2010-express
4 - Open <your source path>/winbuild/sgminer.sln, change configuration from Debug to Release, then press F7 to build, the compiled sgminer.exe is located at <your source path>/winbuild/output/x86/Release

some help on linux (BAMT, PIMP) build
(don't have any exprience on BAMT or PIMP, after complied the rest is up to you Cheesy)
Quote
cd /<whatever folder you want>
git clone -b v5_0-x15 https://github.com/aznboy84/sgminer.git
cg sgminer
sh autogen.sh
CFLAGS="-O2 -Wall" ./configure
make

Fresh 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


UPDATE 1 : Removing SPH_LUFFA_PARALLEL (Win32 binary rebuild too) guess someone getting few HW because of that Sad

UPDATE 2 : Added X14 support into github source, but don't think you gonna need it because hash rate was about the same as the other miner (same code lol)
There also a x14old kernel if you wanna try
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!