Bitcoin Forum
June 20, 2024, 08:47:53 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 [312] 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 ... 436 »
6221  Other / Meta / Re: Mining hardware reorganization on: April 03, 2014, 07:49:15 PM
I think its a bad idea, there were already way too many active topics in custom hardware as it was.

Yes the previous split didn't make sense, but having no split is even worse.
6222  Bitcoin / Hardware / Re: 750 GH/s - 3TH/s Miners from $3565 - www.bitcoinultra.co.uk on: April 03, 2014, 06:07:19 PM
Looking at those heatsinks, one has to wonder if anyone who designs these things understands physics.

Why not design the fins to be vertical instead of horizontal, they would release so much more heat and create a constant smooth current of air flowing vertically through the fins.

tl;dr: nope.
6223  Other / CPU/GPU Bitcoin mining hardware / Re: bitcoinminingmachines.co.uk -- hardware importer and retailer on: April 03, 2014, 01:07:43 PM
Couldyourdomainnamehavebeenanylonger? :p
6224  Bitcoin / Hardware / [Guide] Dogie's Comprehensive C-Scape HexFury USB Setup [HD] on: April 03, 2014, 11:27:32 AM
Dogie's Miner Setup Guides:
    ASICMiner Blade
ASICMiner Cube
ASICMiner Tube
ASICMiner Prisma
Avalon Avalon2
Avalon Avalon3
Avalon Avalon4
Avalon Avalon6
SpondooliesTech SP10
SpondooliesTech SP20
SpondooliesTech SP30
SpondooliesTech SP35
Technobit HEX16B
Technobit HEX8A1
Technobit HEX4M
Technobit 2HEX4M
KNCMiner Saturn/Jupiter
Bitmain AntMiner S1
Bitmain AntMiner S2
Bitmain AntMiner S3
Bitmain AntMiner S4
Bitmain AntMiner S4+
Bitmain AntMiner S5
Bitmain AntMiner S7
Bitmain AntMiner C1
Bitmain AntMiner U3
RockMiner R-Box
RockMiner New R-Box
RockMiner R3-Box
RockMiner T1
HashCoins Apollo
HashCoins Ares
NonceTech Sampo
Yiazo YBF
BTCGarden AMV1
Bitmine Coincraft Desk V2
HashRatio Tsunami
XBTech Pacific 1250
BitCrane T-110
Black Arrow Prospero X1
AMT 1.25TH
C-Scape HexFury USB
C-Scape BiFury USB
MoonlightMiner NanoFury II USB
    Gigampz PSU breakout board


    Guide meta thread
    DefaultTrust Visualisation
    Power Supply analysis guide
    Manufacturer trustworthiness guide
___________________________________________________________________________________________________________________________


Nicely formatted version available at dogiecoin.com!



Contents:
0) What to Expect
1a) Powering
1b) Powering - External (optional)
2) Cooling
3a) Configuration
3b) Overclocking (optional)
4) Troubleshooting
5) Where to buy


0a) What to Expect (top)
The HexFury board is designed by c-scape and intron, and features 6 Bitfury chips. It ships in a hard plastic case to survive even the most
treacherous journeys. It is worth noting that while the stock speed is rating at 11GH, my unit achieves over 13GH without overclocking. Specifications are as follows:

Chips6x Bitfury gen2
Hashrate~11GH stock, 15GH OC'ed with additional power
Rated_Voltage5V
Rated_Current2-2.5A at stock, up to 4A OC'ed
Power_Consumption10 to 20W

 

           


1a) Powering (top)
HexFurys are USB based miners, and as such are powered directly from a USB hub. Hub choice is extremely important, and external power
is required for overclocking. The USB2 specification is only designed to provide 0.5A, and the USB3 0.9A.

  • Plug in the USB hub's power adapter into the mains and the USB hub.
  • Plug HexFury into USB hub.

I would recommend the following USB Hubs:
       
 
 
 
       
 

1b) Powering - External (optional) (top)
Additional external power if you want to overclock or run several HexFurys off the same hub. This requires a few steps:

  • Plug in mains power adapter into the mains power and into the USB hub.
  • Cut the barrel plug off the end of the breakout cable.
  • Strip back the external insulation and then the internal insulation, leaving about 3cm of bare conductor exposed.
  • Wire the bare conductor cables into the terminal adapter.
  • Plug the external 5V power adapter into the other end of the terminal adaptor.
  • Plug one of the breakout cable's USBs into the USB hub, and the HexFury into the other.

Three components required:
      

    
 
 

       

       


2) Cooling (top)
HexFurys require external cooling due to their high power draw. This can be done with the use of a simple 120mm fan or a USB powered fan.

120mm fan:
    

USB powered fan:
    
 
 




3a) Configuration (top)
Configuration is straight forward. While it is possible to run a HexFury off a Raspberry Pi, it is not recommended. Raspberry Pis do not support USB3,
which is what the best and highest powered USB hubs use. Cgminer on a Windows based PC is therefore recommended.

  • Plug in a USB cable from your USB hub to your PC/laptop.
  • Power the HexFury as above and turn the hub on.
  • Windows will try and install its own drivers. Wait until it fails.
  • Download the Zadig tool and run it.
  • Choose "bi*fury" and "WinUSB". Click install driver.
  • Once installed, you may have to restart.
  • Download the latest version of cgminer and extract it.
  • Create a new text file using notepad, with your pool and miner information in it, as below. Save it as a .bat file in the same directory as CGMiner.
  • Run the bat file to start mining.

Antpool
Code:
cgminer.exe -o stratum.antpool.com:3333 -u username_worker -p anypassword
BTCGuild Register!
Code:
cgminer.exe -o stratum.btcguild.com:3333 -u username_worker -p anypassword
GHash IO Register!
Code:
cgminer.exe -o us1.ghash.io:3333 -u username_worker -p anypassword


3b) Overclocking (optional) (top)
Overclocking will be possible once HexFury specific code is added to cgminer (soon). At the moment overclocking is only possible by increasing the
voltage (5-5.8V) which I am not keen on recommending.


4) Troubleshooting (top)
TBD as problems arise.

Legal disclaimer: This information is for general guidance and does not constitute expert advice. We are not responsible if you, your property or a third
party is injured or damaged as a result of any interaction with this information, and no warranty is provided. All text and images are covered by copyright.

5) Where to buy (top)

                    
            

6225  Economy / Computer hardware / [WTS] Avalon B2 [UK + EU] on: April 03, 2014, 05:42:32 AM
Hello all.

I'm selling an Avalon B2. It has one module from B2 and one from B3. Because the B3 modules have slightly different mounting holes, the module mounts at a slight angle but is no problem.

Selling from the UK, rock solid at roughly 47GH.

Looking for a sensible price, INCLUDING VAT, no PSU. btc or fiat is fine.
6226  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: April 02, 2014, 11:59:15 PM
How is that data center up in Norrland looking now KNC? I hope your overhead isn't to steep! 2-3k$/Jupiter much start looking good just about now instead of waiting for uncertain profits ;P
They are projecting

http://translate.google.co.uk/translate?hl=en&sl=sv&u=http://www.va.se/case/de-digitala-guldgravarna-626597
Quote
"When the mine in the north is fully operational it will generate approximately $ 1 million in revenue," said Sam Cole.

Over what period?

"Per day."

Wishful thinking. $1mil a day at these prices=~63% of all mining (total current output is $1.584mil/day).
There will be $0-1 price immediately afterwards and then the farm will close.
If they are smart, they will not get above 33-39% or ~0.5mil a day at todays prices.

EDIT: yep, they interviewed on Feb 28 when price was ~600-650, hence they are aiming at 42-45% of ALL mining


That doesn't take into account that if their farm is 42-45% of all mining, it has then increased the network significantly so their actual share is less (or they want to deploy even more).
6227  Bitcoin / Hardware / Re: AntMiner S2 1TH/s Miner (1w/GH/s) on: April 02, 2014, 04:53:48 PM
with these taxes never roi Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin
Unless you're VAT registered like a sensible person.

Be careful with the VAT in the UK, it's not as straightforward as just registering and claiming it back/not paying it and if you get it wrong the penalties are not pleasant.

To claim VAT back on outputs you need to be charging VAT on the inputs you can't just use one side.

So because the sale of bitcoins doesn't attact VAT then you are unable to claim it back on the purchase of the machine.

If you buy hardware to resell then you can claim the VAT back as you would charge it on the sale.

This was the advice given to me by my accountants after discussion with HMRC.

Not saying it's 100% correct as this is new territory but something to be wary of.



+1 http://www.hmrc.gov.uk/vat/start/register/when-to-register.htm

You have to be a business selling goods and/or services regularly and you have to charge VAT on all sales/service invoices.
..... yes? That is how VAT works.

All I'm saying is you don't get the additional hit of 20% high purchase price, instead you lose 20% of your profit (or -20% of a loss).
6228  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive Bitmain AntMiner S1 Setup on: April 02, 2014, 11:54:22 AM
i know its a bit hot but stock fan is horribly to noisy, cant stand it. i installed 2 bequiet shadow wings, now its quiet and as long as temp stays below 60° c i think it's ok, no?
Github suggests not to let it go above 50. These aren't on die or even on chip temps, so the actual die temps will be ~+30.
6229  Bitcoin / Hardware / Re: AntMiner S2 1TH/s Miner (1w/GH/s) on: April 02, 2014, 11:53:29 AM
with these taxes never roi Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin
Unless you're VAT registered like a sensible person.
6230  Bitcoin / Hardware / Re: EMPBitcoin 2TH/s Miner - Escrow Only [No Preorder] on: April 02, 2014, 08:07:04 AM
Someone let the dogs out? Again?
Yep. Let's see what materialises.
6231  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive Bitmain AntMiner S1 Setup on: April 02, 2014, 07:48:29 AM
DiffA and DiffR are the important numbers as they take into account your pool difficulty.<1% is perfect.
6232  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive ASICMiner Cube Setup on: April 02, 2014, 07:38:05 AM
0) Take all android phones off wifi and observe
1) Try different pools
2) Take third cube off and observe
3) If so, try reversing the 3rd cube's position with a working cube and observe

That'll keep you going.
6233  Bitcoin / Hardware / Re: EMPBitcoin 2TH/s Miner - Escrow Only [No Preorder] on: April 02, 2014, 12:57:07 AM
Its all legit. We use escrow.com to secure and deliver the goods to our clients.

Then you won't mind posting the chip and power specs along with a video of the miner running.
2TH/s
4 x GoldStrike I 500GH/s 28nm ASIC (2 per board)
Linux (embedded)
CGminer, with web-based management interface
Desktop or 4U rack mountable (rack slides required)
Single RJ45 10/100 Ethernet port
CoolIT Direct Contact Liquid Cooling system
5 x 120mm (2 front, 3 rear)
2 x 1100W Power-One 80 PLUS Certified Platinum
110-240 VAC
~2100W
Temp 0°C to 35°C
Emissions Compliance
FCC / CE
Safety Certification
UL / CE

So you have managed to get to 500GH per GS1 where Cointerra has failed?

Per TWO GS1s it looks like. Nevermind, that shouldn't make sense.
6234  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive Power Supply Analysis on: April 01, 2014, 06:17:07 PM
Thanks I got two CXM 750's. What is the best dual PSU adapter to get them running in sync? My motherboard is the ASRock H81 pro BTC
Easy peasy.
6235  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive Bitmain AntMiner S1 Setup on: April 01, 2014, 06:14:43 PM
Try a different pool:
stratum+tcp://eu-stratum.btcguild.com:3333
6236  Other / Meta / Re: Josh from BFL is bribing his forum members to leave negative feedback here!!! on: April 01, 2014, 03:17:54 PM
Oddly enough, if you check the forum now, the feedback system is disabled.
Why would that be?
Because it only shows in market place and other certain subforums? Tongue
6237  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive Power Supply Analysis on: April 01, 2014, 03:57:27 AM
CXM I usually go for.
6238  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive Power Supply Analysis on: April 01, 2014, 03:28:56 AM

It wouldn't do well, it only has 65A for PCI-E devices due to its split rail design. Thats 780W on a 1250W PSU.
[/quote]

Thank you for your thoroughness and prompt response. I'm new to the mining rig game, but use to build PC's back in the day. It seems like your PSU ratings anything over 850 is on the average to poor side. I may have missed this in the thread, but is it more efficient to stack lower wattage PSU's than get a big one? I'm building a rig, but it will be pieced together (only 2 GPU's to start, R290 or 290X), and rather than continuously upgrading/swapping out PSU's, I was wondering what best PSU's would be paired. going to build it in a rectangle 19x13x10 milk crate.
[/quote]
Essentially the larger PSUs can't compete on price efficiency compared to the mid range sizes (~600-800W). Pick yourself up something corsair, can never go wrong. And yes, much more efficient to bridge 2 mid PSUs than one monster.
6239  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive SpondooliesTech SP10 Setup & Review on: April 01, 2014, 02:33:09 AM
Just in case there is any doubt that these are bespoke chips (click through for HD pr0n):





6240  Bitcoin / Hardware / Re: [ANN] Spondoolies-Tech launches a new line of ASIC miners - Best W/GH/s ratio on: April 01, 2014, 02:30:43 AM
Known "secret" in the industry:
KNC won't ship Neptune in Q2. They'll get samples in July / August.
They've taped-out in the beginning March, 20nm cycle time takes 4-5 months.
Like other ASIC provider we won't disclose here, they've chosen the interim, problematic 20nm process.

20nm will be replaced by 16nm FinFET next year, for a good reason.

Ask for transparency. It's your money.

I was absolutely astonished to read your post effectively attacking a competitor. It's very easy for anyone to hide behind an 'open secret' as you don't have to name a source .... I find it hard to believe that whoever is dealing with KNC's business at their chosen foundry would risk legal action for them violating the NDA's that will be in place, let alone risk losing their job for breaking company rules on confidentiality. And where on earth do you get your timescales from?

I have no interest in your product or KNC's, so have no axe to grind here, I think what you have done is very unprofessional and may well cause your competitor and their customers unnecessary added stress, and for what? Do you hope to pick up some of their cancelled Neptune orders? And why not mention the 'other asic vendor we won't disclose here' when you're happy to 'disclose' KNC's stuff?

Just remember that secrets work both ways: how would you like it if someone said it was an 'open secret' that you're using asicminer chips? I think you owe the KNC people an apology.
It wasn't really attacking, it was quoting an industry analyst that provided information contrary to what KNC is advertising. 1+1 should =2.
Pages: « 1 ... 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 [312] 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 ... 436 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!