Skip to main content

GAW Fury Miner

I purchased a set of 5 Gaw Fury Miners a week or so ago and they came in today. These miners are scrypt-based and run in and around 1.3MH/S each. Also, to set them up was so much more simple than i expected.



The first thing that happened when I got into cryptocoin mining is i realized that i knew nothing. So any chance you get to learn or read something out there that you don't know entirely about, do it. But these neat little boxes were a breeze to setup and get running.

What you need

Hardware wise, you need to have a GAW Fury, 1 12V 5A power supply, and a USB cable. Now, simple enough, you plug in your fan line, then pop in your power supply cord into your unit and finally connect your USB from your Fury to your controller (PC or what have you).




All done? Great! Now comes the fun bit: 


  1. Once plugged in you need to download a driver called CP210x USB to UART Bridge VCP Driver.
  2. Select the proper version for your OS and install it.
  3. Once installed, restart your computer. I'll wait.
  4. Install MultiMiner. (Great piece of software that takes a lot of the guess work with new miners)
  5. Once everything is installed and you add your coin/settings into Multiminer right click on the application's window and click "Scan Hardware"
  6. That should be the final step and if you have your driver installed properly, you should be mining away!

Congratulations!

You're all set, but if something went wrong during the process follow these trouble-shooting steps

Trouble-shooting

  1. Find those drivers you installed the first time, and re-install them (just to be safe).
  2. Restart computer.
  3. Now open your MultiMiner and make sure your pool is configured with the right information and it saves.
  4. Make sure your miner (if it shows up) is set on the pool you created (If you can't see your miner at this point "Scan Hardware" again).
  5. If your miners are acting odd, or you just want to make sure everything is configured properly, right click in MultiMiner and click "Settings"(Also found in the top right).
  6. Click "Advanced miner settings"
  7. Click the drop-down where it says "SHA256" and select "Scrypt"
  8. Add "--set zeus:clock=328 --failover-only --no-submit-stale" to the box next to the drop-down and hit OK.
  9. Run MultiMiner

Now everything should be functioning as it should, if it's not feel free to reach out to me through email (emersongstewart@gmail.com) and maybe I can help try to figure out your problem with you.



Comments

Popular posts from this blog

BTC-Flow

Today I'll be giving a bit of a look into BTC-Flow . It's a game based bitcoin faucet that has me pretty into it. No more of the jumping from site to site clicking your way through pop ups and other fun activities. The concept of the game is that you run a  company. At first, your company mines bitcoin and has a earning rate of 0.0000015 BTC/Min and your max capacity is 0.000012 BTC. Your part in running this company is getting the bitcoin from your company either before or after your max capacity is hit. You then need to click once your bitcoin capacity is reached to put that balance into your main bank. From here you basically repeat this as much as you'd like. If you really enjoy this, you can "level" your business with bitcoin to increase capacity and earning/min at any point. If you like faucets, you need to check this out . BTC-Flow.com

Setting up a self maintaining miner (Windows GPU CPU miner)

Problem I run a 125MH/s ETH GPU mining rig but I was having issues where it would restart intermittently and when it would come back online it would obviously stop mining and i would lose mining time because of it. Solution Automatic restart  Run your miner automatically on startup This is actually a very simple way to keep your miner in check so you don't encounter much or any down time. As an added bonus, it's very simple to set up. Automatic restart Search for "task scheduler" in your windows search bar and open it. Now select "Create Task..." from the right side panel. Give your task a name and check the "run with highest privileges" checkbox Go to the "Triggers" tab and click the "New..." button. Here you should select "Daily" and select a date and time you would like this task to be run. Once you're done with your selection, click "OK" Go to the "Ac...

Mining ZCash(ZEC) on windows

I spent some time trying out a few different pieces of software to try to figure out one that works best for me. I have 2 good options for mining ZCash, both for the coin and using NiceHash to auto convert it to BTC for you. Option 1 Download the NiceHash Miner Run the miner (install steps) Put in your btc address and your worker name Run the benchmark (depending on your number of devices this can take some time, however, it's worth it). Once the benchmark has completed, simply click "Start" This option will be mining with NiceHash, however, it auto converts coins into btc. This may not be what you're looking for, so see option 2. Option 2 Download the latest release of nheqminer Extract Create a run.bat file Here's a couple examples for your run.bat file Examples AMD 1 GPU nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -od 0 NVIDIA 1 GPU nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -cd 0 ...