Search content
Sort by

Showing 20 of 33 results by lewisc46
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
lewisc46
on 18/01/2018, 16:07:59 UTC
Wonder if anyone can help. I have the pro version of awesome miner running on 1 pc with remote awesome miner on a 2nd pc. Every now and again the console locks up and windows advises it’s not responding. Anyone else have similar issues or know of a fix?

Running it on an i7 7700k with 16gb ram and win 10.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BlackCoin (BLK/BC) | PoS | No premine | No IPO
by
lewisc46
on 09/11/2015, 21:06:07 UTC
So been away for a while and went to update my desktop wallet with the new release... however its failing to sync..  I delete all but the wallet.dat and attmpt again.. but over numerous attempts over numerous days it still hands at 1 year 25 weeks..  Any ideas on how to get this to sync for me ?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
lewisc46
on 22/06/2014, 07:27:10 UTC
anyone having issues using this with TMB ?? really long interrupt times and waiting for work time, etc ??
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
lewisc46
on 10/06/2014, 07:01:45 UTC
I should be looking in /usr/local/bin to see if the marucoin-mod.cl and darkcoinmd.cl are there ?? if so then no they aren't
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
lewisc46
on 10/06/2014, 06:22:45 UTC
I'm using BAMT 1.6.9 and I've compiled sgminer amd updated the bamt.conf with my pool details but whenever I restart the mining i just get a load of invalids. my conf is below.. any helpwould be greatly appreaciated.. been doing my head in for days trying to get it to work:-

{
"pools": [
{
"url": "stratum+tcp://am01.eu.trademybit.com:4011",
"user": "1",
"pass": "x",
"name": "x13",
"algorithm": "marucoin-mod"
},
{
"url": "stratum+tcp://am01.eu.trademybit.com:4010",
"user": "1",
"pass": "x",
"name": "x11",
"algorithm": "darkcoin-mod"
}
],
"worksize": "128",
"kernel": "marucoin-mod",
"intensity": "18",
"lookup-gap": "2",
"thread-concurrency": "8192",
"auto-fan": true,
"gpu-threads": "2",
"gpu-engine": "1090",
"gpu-memclock": "1500"
}
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner
by
lewisc46
on 04/06/2014, 18:29:57 UTC
anyone able to clarify if i'm missing a step ? trying to compile this into bamt.

cd /opt/mners
git clone https;//github.com/sgminer-dev/sgminer
cd sgminer
./autogen.sh
./configure
make

doesn't look like there is much in the autogen shell compared to previous installs I've been playing with ..
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner
by
lewisc46
on 04/06/2014, 05:28:23 UTC
is there a specfic .conf i need to update ? and do i need to change the bamt.conf ?


Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer)
by
lewisc46
on 27/05/2014, 20:09:49 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.


Script worked, modified bamt.conf, copied my sgminer-sph.conf to sgminer-x11mod.conf, changed kernel to "x11mod" - runs but get loads of HW errors and half the hashrate.

Here's the sgminer-x11mod.conf, pair of 270s and a 6870:
Code:
"auto-fan": true,
    "gpu-fan": "40-70",
    "temp-cutoff": "85",
    "temp-overheat": "80",
    "temp-target": "75",

    "gpu-engine": "975,975,900",
    "gpu-memclock": "1250,1250,1100",

    "worksize": "256,256,64",
    "intensity": "13,13,14",
    "thread-concurrency": "6336,6336,3366",
    "gpu-threads": "2,2,2",
    "gpu-powertune": "20,20,0",
    "lookup-gap": "2,2,2",

    "api-port": "4028",
    "api-listen": true,
    "api-allow": "W:127.0.0.1",

    "failover-only" : true,
    "no-pool-disable": true,
    "no-submit-stale" : true,

    "queue": "0",
    "expiry": "1",
    "scan-time": "1",
    "kernel" : "x11mod",
    "kernel-path": "/usr/local/bin"

did you get this sorted ? i'm hagin a similar issue
Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer)
by
lewisc46
on 27/05/2014, 06:44:00 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

When i try to start mining it starts then throws up a few invalids and then stops again.... any ideas ??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BlackCoin (BC) | PoS | No premine | No IPO
by
lewisc46
on 03/05/2014, 07:35:51 UTC
so has the Titan lottery began ?? I've not seen much hype about it and wonder if it got put on hold ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [LAUNCHING TODAY] CleanWaterCoin POW+POS | 1st Nonprofit Organization Coin
by
lewisc46
on 30/03/2014, 21:10:47 UTC
10 MH on network...

What pool? None is working! No wallet password released, developers mining only atm..

might be the premine?


Idk.. wallet sync'd at 490 blocks in....

How did you get a wallet to sync when there is no password to open the wallet?  

password on front page
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [LAUNCHING TODAY] CleanWaterCoin POW+POS | 1st Nonprofit Organization Coin
by
lewisc46
on 30/03/2014, 21:03:41 UTC
password been released yet ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Rt2] ·rotoCoin· [1%IPO][DGW][N-Factor] · 288k Only - [Launch 3/22]
by
lewisc46
on 20/03/2014, 17:35:46 UTC
thats scrypt jane
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Virtual Coin | VC | VCoin | Release Mar 16,2014 | Scrypt (Official Thread)
by
lewisc46
on 15/03/2014, 10:10:10 UTC
So should be 7am 16th March GMT ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RSC] | MINING STARTED!!! | RealStackCoin | Reverse-scam | Scrypt
by
lewisc46
on 05/03/2014, 03:58:52 UTC
#121 coins received..

awesome job by all so far... lets push this coin to the moon and beyond
Post
Topic
Board Announcements (Altcoins)
Re: [GPUC] GPU Coin
by
lewisc46
on 04/03/2014, 08:12:43 UTC
They just want to make us tired ! ;p

But we're in Europe, it's 9 A.M. Wink

and a fair few of us have been up all night watching this trainwreck
Post
Topic
Board Announcements (Altcoins)
Re: [GPUC] GPU Coin
by
lewisc46
on 04/03/2014, 08:05:19 UTC
<@cryptowest> we gonna be up tonight

<@cryptowest> hold on to your nuggets


TONIGHT???

its already tomorrow...
Post
Topic
Board Announcements (Altcoins)
Re: [GPUC] GPU Coin
by
lewisc46
on 04/03/2014, 08:00:05 UTC
a simple Xhrs til launch notice would be nice... this would allow them to grab some breakfast before they get started on launch attempt 5
Post
Topic
Board Announcements (Altcoins)
Re: [GPUC] GPU Coin
by
lewisc46
on 04/03/2014, 07:35:03 UTC
thats a count up timer since launch 2... its going up not down.
Post
Topic
Board Announcements (Altcoins)
Re: [GPUC] GPU Coin
by
lewisc46
on 04/03/2014, 07:22:57 UTC
i need a shit hold the launch or make another relaunch in 20 mins