Bitcoin Forum
June 13, 2024, 09:28:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1961  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] FutureBit MoonLander: A Modern and Efficient Scrypt USB Stick Miner! on: November 13, 2015, 10:13:41 PM
Now that Im finally shipping the sticks its time to get your rigs ready software wise for them and have an official support point for the sticks. This post will be split in two main sections, one software to go over bfgminer downloads/running etc, and one for the actual hardware instructions.

Before I get started a big THANKS to all of you for making this possible. Its been a fun ride building the software and hardware from ground up for them, and I hope I've added a bit to the Litecoin community and hopefully get a few new miners interested in what Litecoin is all about with these!



SOFTWARE:

BFGMINER 5.4.0 Install

I have built a native bfgminer driver for these with support for all of bfgminer’s bells and whistles. All three major systems are supported so you can mine these one whatever flavor of Windows, Linux, or Macs you want!

The driver is open sourced and available in the link below if you want to compile it yourself from the source (which you will have to for linux anyway). I have provided pre-built binaries for Windows and Mac that will work with just one click on a startup script for ease of use.

Driver Repo: https://github.com/jstefanop/bfgminer/tree/futurebit_driver

You will also need to install the latest version of Silicon Labs VPC drivers for Win/Mac OS links below.

UPDATE: Dropbox links not working for some reason here is alternative download: https://mega.nz/#F!NxgyWJhD!5Hhc5ikRYEVQHyeovQa-QQ

Windows VPC Driver: https://www.silabs.com/Support%20Documents/Software/CP210x_VCP_Windows.zip

Mac OS VPC Driver: https://www.silabs.com/Support%20Documents/Software/Mac_OSX_VCP_Driver.zip

Windows pre-built binaries: compatible with XP/7/8/10
https://www.dropbox.com/s/1izgcftaxgqmx99/BFgminer-FutureBit-5.4-win32.zip?dl=0
https://www.dropbox.com/s/qn63pkae2pdlulm/BFgminer-FutureBit-5.4--win64.zip?dl=0

Mac pre-built binary: compatible with most 64 bit Macs with Mac OS 10.9 or later
https://www.dropbox.com/s/xxkp307ejjdy3qo/BFGminer-5.4-FutureBit-mac64%20.zip?dl=0

Linux: Easiest way to install with linux is to compile the source directly. Detailed instructions below
Install required dependancies (make sure you copy and paste the whole lines since the code is cut off and need to scroll to select all of it)


Code:
sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev libudev-dev libusb-1.0-0-dev libevent-dev
(i think thats all of them let me know if i missed one)

clone repo

Code:
git clone --branch futurebit_driver https://github.com/jstefanop/bfgminer.git

configure and make


Code:
cd bfgminer
./autogen.sh
./configure CFLAGS=-O3 --enable-scrypt --enable-futurebit --disable-other-drivers
sudo make

If it complains about missing libraries you might need to

Code:
sudo make install
sudo ldconfig

Running:

Once you have installed the drivers and bfgminer just plug in the miner to a USB port and double click on the Start_Moonlander file on your Mac/PC. The driver will auto-detect the board and start hashing at the default frequency.

Just edit that same file with a text editor to change pools, add bfgminer options, and change frequency. You can also use the -c flag and load it with your own config file.

For linux just run the full bfgminer command below to start it up or create your own similar scrypt

Code:
./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u jstefanop.1 -p 1,d=8 -S MLD:all --set MLD:clock=144

(you might need to run it as sudo if it complains about permission issues)

Keep in mind that most "ASIC" ports won't work with this miner, since it hashes at the same speed as GPUs from back in the day. So it will take forever to find a share. These can run fine at the lowest difficulty most pools offer which is 16. Just make sure you connecte to a var diff port or one that offers a fixed difficulty of 128 or lower.

Frequency:

The MoonLander can run on a very wide range of speed and efficiency, and leaves a lot of tuning up to you guys. Make sure you read up on the Hardware section below where I go more in-depth on frequency and voltage tuning.

The Moonlander has a default frequency setting of 144mhz, and can range from 104mhz to 400mhz.

To change the frequency just edit the number after —set MLD:clock= in the startup scrypt. You cant just put any number you want in there, otherwise it will default to base 104mhz. Between 104-200 mhz you can set the frequency to any number that is a multiple of 8, so 104, 112, 120 are all valid frequencies.

Between 200-400 mhz you can use any number that is a multiple of 16, so 256, 320 etc are all valid.

I don't recommend going past 352 Mhz on these unless you have really good cooling, as they get really unstable past the frequency and need to turn up voltage past 1v.


HARDWARE:

The Moonlander consists of a single Scrypt ASIC at its core that operates between 300kh/s to 1MH/s and consumes between 2-10 watts of power.

The ASIC is powered by an adjustable DC-DC buck supply that can output between .7v to 1.1v of core voltage, and is adjustable by turning the onboard potentiometer.

It also features communication LEDs so you can visually see whats going on with the board. The red LED flashes when communication is being sent to the ASIC, and the yellow LED flashes when the ASIC is responding. Lots of yellow flashes is a good thing, it usually means the ASIC has found a share Smiley

The board is mounted to the heatsink with a strong thermal adhesive, since this ASIC is designed to dissipate heat through its bottom side. The heatsink is “oversized” for the heat output of the ASIC, but its recommended you always have some sort of airflow over the heatsink fins when its running especially for frequencies over 144 Mhz. You could get away with no airflow if your running it under 144 Mhz. Make sure you touch the heatsink after a few minutes of running...the heatsinks should feel warm to the touch, if they feel really hot you need a stronger fan (if you have a IR temp gun check the top of the ASIC it should not be any hotter than 80C).

Below is a visual of the board for reference (note this is a prototype board but the layout is the same as the production boards).



Voltage Adjustment:

You adjust the voltage by turning the Pot clockwise or counterclockwise with a fine flat head or philips screwdriver. This pot is VERY sensitive, the whole .7-1.1v range is within HALF a turn. You must do micro adjustments if you want to do very fine tuning. For example going from .75 - .8 v might take as little as a little torque pressure on the screwdriver even if you don't feel it actually twist.

Make sure you have place the stick horizontal and the USB end is facing LEFT (ie you can read FutureBit Moonlander normally on the board).

To turn the voltage UP turn the pot CLOCKWISE, to turn it DOWN, COUNTERCLOCKWISE.

DONT keep turning the POT, it has no stop and if you go past its lowest or highest setting you could break it.

To check the voltage use a multimeter and contact the ground wire to any of the exposed terminals on the output capacitors (circled and labeled ground in the picture), and the positive wire to the terminals on the other side (circled and labeled VCORE). Be extra careful not to short anything as a single short anywhere on the board while its powered will most likely fry it.

The sticks are shipped to you guys with the voltage setting at around .75v, which is good for USB 2 power draw and can hash up to around 200mhz stable.

I would NOT recommend going past 1v, anything in the 1-1.1v range will most likely reduce the lifetime of the ASIC and you will need a strong fan to keep it properly cooled pushing air over the heatsink.

Tuning:

Now to the fun part. Your goals here can vary from trying to get the absolute maximum hash rate (at the expense of power), to the absolute lowest hasrate/watt, or find a nice sweet spot.

Tuning any switching transistor based processing unit revolves around supplying enough current so the transistors on the chips actually switch on and off correctly within their cycle times.

The higher the frequency or “switching time” the less time a transistor has to “charge” so you need more current (ie turn up the voltage). If these requirements are not met the transistors don't function properly and you have what you know as a “Hardware Error”

So if you lets say leave the stick at its stock .75 volt setting and try to run it at 300mhz, it will either not start, or it will produce almost 100% hardware errors. So you need to gradually dial up the core voltage until these errors are reduce to a good level.

To get started what you need to know is the optimal hash rate the ASIC will operate at for a given frequency. This ASIC has 54 cores and assuming all cores are active (you might have a couple dead cores which is acceptable) the optimal hash rate is:

2.77 KH/s per Mhz

So lets say your running at 208 Mhz, under ideal conditions the stick will operate at 208 * 2.77 = 576 KH/s

This is the target hash rate for a given frequency, and you can adjust the core voltage to meet that.

Keep in mind “zero” hardware errors isn't always the best setting. If your getting a hardware error it does not necessarily mean your missing out on valid shares. A good reference point is to keep HW errors to under 5%, and after running for at least an hour if you see that your hash rate is indeed 5% below target level then you know that your under tuned and need to bring up the voltage a bit.

You can also do voltage adjustment “live” by setting the difficulty really low at your pool so you submit at least a share every second or so. You can then turn the pot up and down and watch the hardware errors as you adjust the voltage in real time.

I think that covers the basic and hope you guys have fun with these!


Ill post up FAQs etc below and edit this post as you guys start playing with them and have questions.


FAQ:

Q:Why does my X hub does not work with my Moonlanders?
Most USB 2.0 and a lot of 3.0 powered USB hubs will NOT work with these sticks. Powered USB hubs need to meet two requirements to reliably support the high current these sticks draw. First they need to have a clean high quality power supply that can output at least 1A PER port. To run the sticks at full speed you need at least 2A per port. Second they need to comply with USB standards which ALOT of cheap HUBs don't...which causes a lot of EMI issues and disconnects. Unfortunately its trial and error to figure this out, but from my testing Anker 3.0 USB hubs seems to work fine under Windows and Mac, and the Superbpag 7 port hubs seems to be the best for this type of application and provides lots of power per port and works under all three OSes.

Q: Bfgminer detects my moonlander but nothing happens when it connects to my pool
Don't forget that even though this is a very powerful scrypt miner for its size, its still "slow" when compared to other ASICS which most pools are optimized for these days. Some pools have a scrypt difficulty default of 256 or higher, in which case it could take several minutes for your moonlander to find a share. So it might seem like its not working. For best results set your diff to 128 or lower, contact your pool operator for what diffs they have set for each port.

Q: Can I run my moonlander without a fan?
You can probably get away with no fan on the lowest voltage setting and below 144mhz frequency. I would still not recommend this and you should have at least a small light fan blowing over the fins to make sure it wont overheat. Higher frequencies will require more airflow, and make sure the airflow is blowing parallel with the heatsink fins. If the heatsink is too hot to touch (above 50C) then its running too hot.

Q: How do I know which stick is which under bfgminer?
Each stick is hardcoded with a unique serial number, which can be displayed by pressing "M" in bfgminer then scrolling through the list of sticks which will show each serial number(the serial number is also visible in Device Manager etc). You can physically write the last 3 digits somewhere on the stick to easily identify it.

Q: What frequencies can I set my moonlander?
The moonlander supports any frequency between 104mhz to 400mhz in multiples of 8. If its not a multiple of 8 the frequency will default to 104. You can change the frequency by editing the Start_Moonlander.bat under windows or .sh file under Mac and editing the number after "--set MLD:clock="

Q: How can I set frequency to a particular stick in a mutistick setup under bfgminer?
If you want to specify frequencies for each individual miners you can point which frequency gets set to which miner by changing the global --set MLD:clock=144
to --set MLD@/dev/ttyUSB0:clock=320  (note I haven't really tested if you can keep the global option and lets say just set one stick to a different frequency...if you do it this way you might have to specify frequencies for each miner port individually even if some of them are the same, since the global option might override individual frequencies).

So if you have two sticks and want two different frequencies your options might look like this:

Code:
./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u jstefanop.1 -p 1,d=16 -S MLD:/dev/ttyUSB0 -S MLD:/dev/ttyUSB1 --set MLD@/dev/ttyUSB0:clock=320 --set MLD@/dev/ttyUSB1:clock=304
1962  Alternate cryptocurrencies / Mining (Altcoins) / [ANN] FutureBit MoonLander: A Modern and Efficient Scrypt USB Stick Miner! on: November 13, 2015, 10:13:27 PM
UPDATE: 3/16/16

Batch 2 sales are now open, instructions are here please direct all ordering questions etc there: https://bitcointalk.org/index.php?topic=1256818.0

I have added the support/instruction thread info from litecointalk on the post below, since those forums are down.

---------------------------

I have been working on a USB Stick Miner for the scrypt community after being inspired by Sidehack's SHA stick efforts, and am proud to announce the miner is almost ready for production!

You can read the original announcement over at litecointalk here (I will be monitoring/updating both threads though): https://litecointalk.org/index.php?topic=28193.0

I have about 50 units accounted for, and will need about another 50 to officially open up batch one sales (I have enough chips to make a couple hundred of them). If your interested just post below with possible number you would buy (no hard commitments yet just need to gauge interests before opening this up officially!).

Details below

--------------------------

FutureBit MoonLander!


(note this is the prototype board and not the final design, but it will be very similar)

I have been working on this for the past month after I acquired the remaining stock of the AlcheMist chips for my work with improving the stock 256MH miners and BFGMiner port. My goals for this stick miner was to make the most efficient possible miner with this chip, simplest to use for new people getting into mining, and also offer lots of tinkering/playing with for old time miners. I managed to push efficiency from around 10w/mh that the big miners were producing to just a bit over 5w/mh for this stick miner which was a pretty cool feat!

Specs(these are REAL stats from working prototype board):

- 400kh to 1.2mh performance per miner
- uses about 5w/mh for most of that range
- fully customizable core voltage range from .7 - 1.1v
- Really efficient 5v->core voltage stage with about 95% efficiency
- Heavy duty/over speced parts were used to ensure wide range of operation (this thing can put out 20amps if you wanted to push it that far)
- status LEDs for power, TX and RX transmission
- uses latest bfgminer 5.4 for control
- Will work with all Mac OS, Linux, and Windows based PCs (and I will be offering easy to use pre-compiled binaries)

Speed will obviously depend on how you run this. They can simply be plugged into any USB port and you'll be good to go, but how much power they draw depends on your USB port. USB2(most standard USB ports) are limited to 500ma, so about 400-500kh speed. USB3 can go up to about 1A which can get you near 1mh. Anything beyond that you will need a powered USB hub.

No fan will be needed for anything under 500kh operation (about 100-200mhz)...anything above that as long as you have some sort of airflow over the heatsink it will be enough (I had a 600 rpm fan blowing on it when it was pushing 15 watts and it was fine).


Production/Ordering:

This is all preliminary, but the design is done  and can start producing these whenever, but I would like to create a single batch to offer the lowest price. I have enough chips to make a couple hundred of these. Obviously the more I make the lower the cost it will be, its too early to say exactly how much but I estimate somewhere in the $25-40 range per stick. I can also tweak the final production version based on what you guys want..I can change things like PCB color, backside heatsink color, silk screen color etc. I probably won't be able to do individual customization but I will most likely make a poll and see what most of you prefer.

So here is how things will go for ordering

- if your interested just post here on how many you would want
- once batch size is determined I will figure final price and ask all those who want one to send a small 1-2 LTC deposit (this is just to make sure you will really buy one once batch is produced)
- ill place order for PCB and components and start assembly this should take about two weeks
- once sticks are ready to ship ill collect final amount and ship out!
- LTC will be required for purchase (I'm all about building up LTC and USING it, takes 5 minutes to buy LTC these day and it benefits everyone)
- this should take under a month from start to finish...depending on how quickly the batch is filled up.
- if batch ends up not being produced for whatever reason, or I can't ship out your stick miner the small deposit will be refunded (the only reason it won't be refunded is if you end up saying you want one I produce your stick miner then you end up not paying final price/wanting it. This is not a preorder so I'm the one taking the risk and ordering thousands worth of parts on my dime, the small deposit is to make sure your serious about buying one).


I have a few prototype units I want to send out for review so some people can test them out other than me. Id like to chose one person from this forum and one from bitcointalk so if you have reviewed stuff in the past and are interested let me know and I can send them out next week! (if you know people from any big crypto blog site it would help as well).


Spread the word!
1963  Alternate cryptocurrencies / Mining (Altcoins) / Re: AlcheMiner/MAT New Firmware and BFGMiner port! on: November 10, 2015, 06:55:25 PM
Update: Driver has been added to main branch of bfgminer and is synced with bgminer 5.4! Just PM me for the flasher file needed to flash the firmware for these systems to work with the bfgminer driver.
1964  Bitcoin / Hardware / Re: [ANN] Sfards: SF100-the first 28nm Dual-Mode Miner gets into mass production on: October 21, 2015, 06:33:36 PM
Hi, i have an SFARD and i'm testing it, but i found some issues mining at ghash.io:

1.- If i use it only as Scrypt miner, it goes at 1,5 Gh/s with 99'xx% error or rejects (no good bussiness). Why? if i would use it only as an scrypt miner, what must i do to run fine?
2.- If i use it dual mode, scrypt miner goes at 46-50Mh/s, but with a lot of errors or rejects (maybe 20 or 30%). btc miner goes much better, "only" 0.30% errors or rejects. What i am doing wrong?

I'm using a PSU cooler master V1200 with 1200w at 12v

thanks!

My only thing I can think of is try a different pool and see if better on rejects.   Sadly they did not ship many of these so no one really will be able to give  you good answers.

It was a very limited release.  Then company got quiet.

Hi, now it is hashing on f2pool with very good stats!

Theese are my numbers with this beast:

SFARDS SF100
SHA-256 is running 1450 GH/S and draining 770w "at the wall" (with a kill-a-metter), so its a very impresive 0,53j/ghs (and its not the save mode)
Scrypt is running 50,75 MH/S and draining 220w "at the wall" (with a kill-a-metter), so its another very impresive 4,33j/mhs (and its not the save mode)
total drain: 990w (with a 80+Platinium)

Very impressive, i'm very happy with it. Only one thing: It's very hot!

.53 w/gh is not very impressive at all...that pretty horrible for a "new" chip.
1965  Alternate cryptocurrencies / Mining (Altcoins) / Re: Alpha Technology Litecoin (Scrypt) ASIC Miner Order Batch 1 Now! on: October 19, 2015, 11:58:22 PM
And the latest....


                    'Greetings Miners!

As stated in our last update, we were going through some design iterations, these changes were sent for prototyping and we have received back our prototypes. The initial power-up and testing are successful, we are currently performing some more intense testing by mining for longer durations to identify any fine tunings required. The mechanical enclosure, SOM interface board and other accessories are all ready. Once the testing of the SCRYPT boards are completed we will proceed with integration of the viper system and mass manufacturing/assembly. We will keep you updated on further advancements.

Lastly we would like to add that we offer our sincerest apologies for any issues throughout development, when developing a new technology such technical delays were out of our control. We hope to deliver a product that has no issues during operation. And would also like to state that if you feel we have wronged you in any way we sincerely apology and hope to make up for it.

Please find below the images of the new SCRYPT board and the enclosure:

20151016_10404720151016_110356

 Best Regards,

Alpha Technology Team'


And it looks like a BFL Single now! Someones having a joke with you all for sure Mwhahahahahaha.

Greed people, You need to learn how to deal with it! But none of you will around here!

Can you post a pic of that scrypt board? I want to see if they are using custom chips or re-using some other IP.
1966  Bitcoin / Hardware / Re: The most efficient USB miner (scrypt/SHA) on: October 19, 2015, 03:57:27 PM
I am wondering what the most efficient USB miner is?
Thinking of plugging some into my work computer... heheheh

I might have some fun news regarding a scrypt based USB miner soon Cheesy
1967  Bitcoin / Hardware / Re: [ANN] Spondoolies-Tech - carrier grade, data center ready mining rigs on: October 07, 2015, 10:58:58 PM
https://www.youtube.com/watch?v=DgHuyItPUfg
"BTCS Preparing for Spondoolies SP50 Deployment"

"Ready to accept SP50's, I assume they should be off the assembly line."

Well that answers some of our questions: SP50s are actively being produced, the pictures weren't renderings, queue up now for hash rate.


I just see a bunch of empty racks and transformers. Who knows if they are anywhere near close to production.
1968  Bitcoin / Hardware / Re: [ANN] Sfards: SF100-the first 28nm Dual-Mode Miner gets into mass production on: October 04, 2015, 08:14:48 AM
Its neither...they had huge issues with yield and board problems. LTC diff being where it is is simply the extra ALT scrypt hash that jumped on straight LTC after halving.
1969  Alternate cryptocurrencies / Mining (Altcoins) / Re: AlcheMiner/MAT New Firmware and BFGMiner port! on: October 01, 2015, 06:02:14 AM
Is this miner the same thing as the Hashcoins Ares 256MHS miner? I have one of these and can't seem to get more than about 180MHS out of it. Thanks in advance.

After a little searching I came across this: https://bitcointalk.org/index.php?topic=951075

So yes this is an exact copy of an Alcheminer....I guess these guys had more resellers than I thought..

The updated firmware and bfgminer driver should run on that no issue.
1970  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: October 01, 2015, 05:31:37 AM
Hello everyone, GenTarkin and I thank you for your support. We wanted to update you on major changes that only affect the free users. Nothing will change for premium paid users.  We have been looking over the free downloads VS. premium sales, and it is very unbalanced in favor of the free version. It appears that a high percent of people are using the free version, and we have only received a few donations, in short its being abused. Our intention with the free version, is to help those that could not afford the premium, and maybe they could donate a little over time. We want to further accelerate this project and fund it further and bring you even more exciting features. In order to do this , we are forced to close access to the free version indefinitely. We apologize and we hope you understand. If you see the value in the work we do, then please show us your support by purchasing premium on Ebay or my site (in our signatures).   

How this will be rolled out: The github project is now private, the README on the github repo will still have all changes & features , it will be updated as GenTarkin continues to develop. This does not mean the project is closed source however. If anyone requires it, the source can be made available. Per release info will eventually be migrated to the public placeolder as well (old Titan public repo of mine).
Also, for ALL current users(paid & free) ... the UPGRADE button on status page will no longer function. It will be removed from future releases. Releases will continue to be distributed as .bin upgrade files.

Gentarkin and Vegas.

Welcome to my world with the Jupiter firmware, although you already went more "commercial" than I did and even a few paid users would beat what I brought in.. The most frustrating thing for me was not the passive commitment (e.g., using the free vs. paid) but the explicit promises made to donate by dozens of people I helped (remote logins, etc.) and never did.. I could have called them out of the forums but I didn't thinking they would correct things, sadly over 95% never did...

Most miners on this forum are some pretty bottom of the barrel people. Bunch of greedy stingy fucks who want everything for free, and believe that everything is owed to them.

Eh not all of them...ive gotten a few nice donations from some of the AlcheMiner users that I did firmware fixes and bfgminer port for. Nothing like $200 you guys are charging, but enough to pay a few lunches Cheesy (come to think of it maybe I'm being too nice Wink
1971  Alternate cryptocurrencies / Mining (Altcoins) / Re: AlcheMiner/MAT New Firmware and BFGMiner port! on: September 30, 2015, 05:19:55 PM
Is this miner the same thing as the Hashcoins Ares 256MHS miner? I have one of these and can't seem to get more than about 180MHS out of it. Thanks in advance.

The only reseller of the Alcheminers I know about is Mining Asics Technologies (MAT). If you have pics of the outside/hashboards ill let you know for sure.
1972  Bitcoin / Hardware / Re: BITMAIN AntRouter R1: 1st wireless networking device with bitcoin mining chip on: September 30, 2015, 05:16:51 PM
I just don't see the point in this...
1973  Bitcoin / Hardware / Re: [ANN] Spondoolies-Tech - carrier grade, data center ready mining rigs on: September 28, 2015, 05:06:11 AM
is the price revealed ?? 100 btc is correct ?

More like 200 btc
1974  Alternate cryptocurrencies / Mining (Altcoins) / Re: AlcheMiner/MAT New Firmware BFGMiner port on: September 26, 2015, 10:16:15 PM
Finished bfgminer driver for these PM me for more details!



1975  Bitcoin / Hardware / Re: Novec 7000 Project [immersive evaporating cooling] on: September 21, 2015, 03:26:08 PM
Sorry for rebooting an old thread, but where can you buy this stuff,  I can't find any retailers in Canada, I haven't bothered to call 3M.

I have a total of about 5 liters worth between 7000/7100 (you can mix to get boiling teams between 35-60 C), if your interested.


btw here is my experimental rig in operation Wink  https://www.youtube.com/watch?v=p5-BaH8_SAk
1976  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [INTEREST] ZeusMiner/GAW Upgrade Boards Group Buy on: September 21, 2015, 02:13:03 PM
What if we weren't looking to upgrade an old miner - just wanted some raw boards.  What is necessary to hook them up to operate?  I mean, do they have USB on them (since the Farmboy has USB out, I'm assuming they do), and what's the scoop with the driver software for them?  I'm less interested in upgrading some sold miner, but it would be interesting to roll my own with a bunch of blades...

BTW; how hot do these run?  I have a ton of 88's and 110's, and for the most part they run cool, but I bought two newer 110's a month or so ago and they run substantially hotter than before.


The boards are serially connected via a UART chain, So at the very least you would need a UART to USB converter (like an FTDI one), 3 pin UART cables, heatsinks, and case/fan.
1977  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [INTEREST] ZeusMiner/GAW Upgrade Boards Group Buy on: September 18, 2015, 12:42:36 AM
I am sure inno isn't shady, they supply the chips for lketc and other 1TH chinese copycat miners.

Jstefanop how about the controller will existing zeus controller works with this ? Or can I buy a pi and load it with available firmware on litecointalk or bitcointalk ?


Yea all the existing stuff will work, you'll just need the new miner version for these to run.
1978  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [INTEREST] ZeusMiner/GAW Upgrade Boards Group Buy on: September 16, 2015, 06:30:47 AM
ok as far as i understand the zeus replacement boards were going to be shipped along with the zeus volcanoes. they never arrived ( as far as i know ), otherwise we would see a massive diff increase in coins such as litecoin

these have nothing to do with zeus miner...they are from Innosilicon
1979  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [INTEREST] ZeusMiner/GAW Upgrade Boards Group Buy on: September 16, 2015, 06:30:00 AM
I have a Blizzard X3, would these boards also update this device?

no they are for the larger ASICS
1980  Bitcoin / Hardware / Re: [ANN] Sfards: SF100-the first 28nm Dual-Mode Miner gets into mass production on: September 14, 2015, 04:17:10 PM
I think they are only selling big order to large private farms right now they have the technology edge for the moment and they are exploiting it


Their chips are having huge yield issues, I doubt they have sold any apart from the couple they made from their sample chips. The whole "batch 1 sold out" is a marketing gimmick.
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!