Bitcoin Forum
May 05, 2024, 04:14:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 146 »
1161  Other / CPU/GPU Bitcoin mining hardware / Re: Will my Antminer U1 kill me in my sleep tonight? on: January 12, 2014, 06:01:06 PM
You can run up to 6 overclocked ants (2ghs) on the anker 10 port, and still run the USB fan in the bottom port.  Nice rig for 12 ghs..

False.  You can run 10 overclocked ants on the Anker 10 port.  Then again, my Anker has a 750W PSU connected to it...
1162  Other / CPU/GPU Bitcoin mining hardware / Re: SERIOUS cooling for Antminer U1 on: January 12, 2014, 05:58:40 PM
I guess you could remove the metal plate on the back, and use the bolts to bolt the U1 to a decent heat sink - like an old PC heat sink, or a big lump of aluminium our of a power amp or similar.  You'd need a heap of short USB extension cables, though.

I have ten of them in a Anker hub, all doing 2GH, with only a 140mm fan blowing across them.  
1163  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 12, 2014, 05:35:30 PM
Awesome, thanks.  Smiley  That lets me see what should go where, the example configs are very terse.

Yeah, I had a lot of back and forth with the developer before I got everything going correctly... hopefully my config can help you skip that step Wink

Got it working, thanks.  Very useful, I sent you a wee tip, my head was pickled all afternoon with this thing. Smiley
1164  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 12, 2014, 05:20:58 PM
Awesome, thanks.  Smiley  That lets me see what should go where, the example configs are very terse.
1165  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 12, 2014, 04:24:13 PM

I use this for monitoring multiple miners: https://github.com/selaux/miner-dashboard
It's much better than the miner.php.


I've got this mostly set up, but the "Revenue" section of the page is only picking up the first of my two machines.  I've got two machines here mining, one is a PC running Debian Wheezy with bfgminer, and the other is a BBB running cgminer for the USB devices not supported by bfgminer.

The "Revenue" section is only picking up the cgminer hash rate - it doesn't seem to add the extra hashes to the total for some reason, so my Revenue is low.

My config is as follows:
Code:
'use strict';

module.exports = {
    title: 'HellDiverUK Mining Ops',
    webinterface: {
        port: 3000
    },
    modules: [
        {
            module: 'revenue/solo',
            miner: 'miner1',
            market: 'market1',
            technical: 'technical1'
        },
 {
        id: 'miner1',
        module: 'miners/bfgminer'
    },
{
        module: 'miners/bfgminer',
        title: 'BeagleBoneBlack cgminer',
        host: '192.168.5.195',
        port: 4030,
        interval: 2500
    },
{
        module: 'miners/bfgminer',
        title: 'Wheezy bfgminer',
        host: '127.0.0.1',
        port: 4028,
        interval: 2500
    },
        {
            id: 'market1',
            module: 'markets/bitcoincharts'
        },
        {
            id: 'technical1',
            module: 'technical/blockchainInfo'
        }
    ]
};


Any ideas?

Edit: Actually, it's now not working at all and I don't see what I broke.  Sad  I'd appreciate it if someone posted their configuration so I can see where I've broken it.
1166  Other / CPU/GPU Bitcoin mining hardware / Re: [NEW][NO SCRYPT] Post pictures of your mining rigs! on: January 10, 2014, 07:21:47 PM
GPU's make more money than overpriced asics and can actually be used for something useful when not mining.

Wow.  Are you high on the fumes from your burning AMD chips?
1167  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 10, 2014, 07:19:13 PM
Yeah, reading on down the ASIC.README I saw that.  I'll update when I try.
1168  Other / CPU/GPU Bitcoin mining hardware / Re: Putting out miners that set on fire on: January 10, 2014, 06:47:58 PM
someone needs to create a device that would instantly put out the fire on your miner else you might not have a home,THOUGHTS??

It's called a CO2 fire extinguisher.   Huh  Point at base of fire and blast away.
1169  Other / CPU/GPU Bitcoin mining hardware / Re: [NEW][NO SCRYPT] Post pictures of your mining rigs! on: January 10, 2014, 06:40:39 PM
What do you have against GPUs? The other thread is now automatically better since it will have more pictures.

Err..the other thread is full of GPU cobbled on bits of wood and milk crates.  Knock yourself out there.

Most of us don't care about GPUs any more, unless it's running Battlefield.
1170  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 10, 2014, 06:01:20 PM
Still having issues getting the Nanofurys to work on nwooll's version of bfg.  Running it on Debian, hidapi is installed correctly as far as I can tell (no warning or errors when setting up bfg).

Any ideas?
1171  Bitcoin / Hardware / Re: BITBURNER FURY Technical discussion on: January 10, 2014, 04:09:39 PM
So what's the chance of the developers talking to Luke-Jr about bfgminer support for these boards?  Huh

I really dislike cgminer, and I'm dumbfounded that whoever it is behind these boards haven't talked to Luke-Jr.  WTF is up with that?
1172  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 10, 2014, 04:05:59 PM
Just picked up a Bitburner Fury - how is bfg's support for these things?

Also got a Bitburner XX (Avalon chips).  Again, I assume bfg supports these things?
Not sure why you assume that.
Bitburner still hasn't provided and docs, sample units, code, or even communicated.

I assumed it did because most devs are fothcoming with stuff like that.  Or they worked similarly to some other device, I don't know.  That's kind of why I asked. Smiley

Fair enough, looks like cgminer it is then. Sad

Edit:  From cgminer's readme file:
Code:
All current BitBurner devices (BitBurner X, BitBurner XX and BitBurner Fury)
emulate Avalon devices, whether or not they use Avalon chips.


So, is there a chance bfg will work?  I guess I'll just have to try it when the boards arrive.
1173  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 10, 2014, 09:35:42 AM
Just picked up a Bitburner Fury - how is bfg's support for these things?

Also got a Bitburner XX (Avalon chips).  Again, I assume bfg supports these things?
1174  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 09, 2014, 10:02:58 PM
Yes the zlib1 is missing and correct it does NOT work on the 64 bit

It works fine on 64-bit windows. It's just not a 64-bit application.
It failed on my win 8.1x64 but works first time on my win 7x86  (but then win8.1x64 is a bit low on drivers for other things )

Works on x64 7 and x64 8.1 for me, once the zlib.dll is copied over. Smiley
1175  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA miner monitoring RPC linux/win/osx/mips/arm/r-pi 3.10.0 on: January 09, 2014, 09:14:07 PM
ckolivas I know you don't manage the TP-Link hardware and software but I do know you have done the builds to update CGminer (Much much love man on that one).  Have you heard of anyone dropping the TP-Link and using another piece of hardware like a PI or a BB Black to run CGMiner? 

If the Avalon clones have a USB port you can mine through like the originals, then just plug them in to a hub and run them off a BeagleBone Black.  I'm suggesting the Black because it's USB is much more stable than the RaspPi's USB, and the 2GB flash on the BBB is much more stable than the SD cards on the Pi.

I'm running Debian on my BeagleBone Black, with cgminer or bfgminer (your choice), Apache, php, which I can access using the normal miner.php page.  I've got about 100Gh going through it, soon to be 150GH.  I use bfgminer as I also use it as a getwork proxy.
1176  Bitcoin / Pools / Re: BTCGUILD dashbosrd doesnt match cgminer on: January 09, 2014, 08:30:28 PM
I have a few antminer u1 running around 1.6/7 showingvon cgminer butvon my btc dashboard and bitcoinium app to watch miners it shows approx 30% reduction than cgminrt.

Anyone any tips or tools


1. Proof read

2. Don't trust cgminer because it reports gibberish

3. Always wear sunscreen.
1177  Bitcoin / Pools / Re: Ghash has released plans to prevent 51% on: January 09, 2014, 08:08:20 PM
Yep, they're still dodgy as fuck.   Shocked
1178  Bitcoin / Pools / Re: ghash.io is becoming SHOCKINGLY AGGRESSIVE NOW, closing in 45% on: January 09, 2014, 06:02:40 PM
BTCGuild makes a little selling ASICMiner Block Eruptors

Unless they're in a time warp, they don't.
1179  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 09, 2014, 05:51:01 PM
I use p2pool

You're my hero.
1180  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 09, 2014, 03:29:15 PM
I used the Zadig tool thingy, or is this not needed?

There's your problem.  You f**cked it by using that.  You'll have to remove all the drivers for the Antminers in Device Manager, then reinstall the VCP drivers.  Step away from zdiag.
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!