Search content
Sort by

Showing 3 of 3 results by BuryMeInSmoke
Post
Topic
Board Mining (Altcoins)
Re: [ANN] WhatMine.com | Compares ALL Coins Profitability
by
BuryMeInSmoke
on 09/06/2014, 03:21:59 UTC
Does the calculation take into account the lower power usage for X11?

Good work on adding lots of coins that you don't see on the other profitability calculators!
Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer)
by
BuryMeInSmoke
on 27/05/2014, 09:59:39 UTC
User magro on reddit posted this script to install on Bamt 1.6

https://github.com/benmagro/Add-SGminer-X11Mod-Miner-To-BAMT/

Installs and works fine except I'm not getting temperatures or fan speeds showing up in sgminer.  Any ideas for a fix?  Had the same problem when I tried to build myself.

BTW getting 6.0mhs from 2 x Sapphire Vapor X 280x, 335w at the wall.  Using 280x config from OP, best I could get out of sgminer-sph was 4.4mhs, 36% increase, nice!


You need to copy the adl header files into the ADL_SDK folder before compiling to see tempuratures

Thanks.  Got it working.

If anyone else is having the same problem -

I altered x11.sh script too look like this.

Code:
...
cd /opt/miners/sgminer-x11mod
cp /opt/miners/sgminer-4.1.0-sph/ADL_SDK/* /opt/miners/sgminer-x11mod/ADL_SDK/
make clean
...

Also edited the conf file made by the script rather than deleting and copying over another one.
Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer)
by
BuryMeInSmoke
on 27/05/2014, 05:11:53 UTC
User magro on reddit posted this script to install on Bamt 1.6

https://github.com/benmagro/Add-SGminer-X11Mod-Miner-To-BAMT/

Installs and works fine except I'm not getting temperatures or fan speeds showing up in sgminer.  Any ideas for a fix?  Had the same problem when I tried to build myself.

BTW getting 6.0mhs from 2 x Sapphire Vapor X 280x, 335w at the wall.  Using 280x config from OP, best I could get out of sgminer-sph was 4.4mhs, 36% increase, nice!