
- #Download bfgminer for mac install#
- #Download bfgminer for mac full#
- #Download bfgminer for mac code#
- #Download bfgminer for mac Pc#
- #Download bfgminer for mac series#
BitMinter is a great option for getting started, as it gives you both a bitcoin mining pool with low fees and ready-to-use mining software. And, while OS X is pulling up the rear when it comes to supported OS’s for bitcoin mining, hopefully I’ve demonstrated some viable options for getting your feet wet with mining on OS X. Bfgminer MacbookĬonclusion These are exciting times for crypto currency, whether you’re a geek or a speculator or merely a bystander. Compare that to 400 Mh/s with GUIMiner and 370 Mh/s with BitMinter and you can see why these command-line miners are preferred over their GUI counterparts. As you can see from the average in the upper-left of each miner’s output, with cgminer and bfgminer I average 460 Mh/s.
#Download bfgminer for mac full#
So, my command-line using cgminer with the BitMinter pool would look something like this: cgminer -k diablo -o -u usernameworkername -p password -I 9 And for bfgminer: bfgminer -k diablo -o -u usernameworkername -p password -I 9 -no-opencl-binaries Refer to the projects on Github for full documentation of the available command-line parameters. I find on OS X that using -k diablo gives the best performance.
#Download bfgminer for mac Pc#
Your PC will be much less responsive.įinally, -k lets you specify a kernel. Passing in -I 9 is a safe value for having the miner use as much of your graphics resources as possible to mine. If you pass in -I d then the miner will use less resources so you can use your PC (think D for Desktop).

Other notable command line parameters are -I (for intensity) and -k (for kernel). This is not necessary with cgminer as it detects OS X and applies the same workaround automatically. You can either run them without any command line parameters and fill in the prompts for mining pool URL and credentials or you can use the following format to specify your pool: cgminer -o -u username -p password or: bfgminer -o -u password -p password If you have multiple graphics cards you’ll want to use the –no-opencl-binaries parameter with bfgminer to avoid a crash on startup. Usage Both cgminer and bfgminer are command-line utilities. I’d also recommend using brew doctor to diagnose any issues.
#Download bfgminer for mac install#
If you run into errors installing the above formulas you can try running brew install with the –debug –verbose parameters to find where things went wrong. You can visit the Github to view the package contents. Once Homebrew is successfully installed, you can run the following commands to install cgminer and bfgminer: brew tap nwoolls/xgminer brew install cgminer or: brew tap nwoolls/xgminer brew install bfgminer If you specify the –HEAD (two dashes) parameter for brew install then the latest source-code will be pulled for the miner from Github rather than using the latest official release. While that was necessary at the time, after some reading and experimenting with Homebrew I was able to create packages (called with Homebrew) for installing cgminer and bfgminer on OS X 10.8.
#Download bfgminer for mac code#
Miners In my I indicated that it was necessary to compile cgminer and bfgminer from their source code in order to install them on OS X. Open up Terminal.app and run the following command (from the Homebrew ): ruby -e '$(curl -fsSL )' After you install Homebrew, make sure you run the following command (as the installer should instruct you): brew doctor Make sure you address any errors or warnings before proceeding as they may prevent the miners from installing. It is similar to MacPorts for OS X or apt for Linux. Homebrew is a package manager for OS X that provides a sane way of installing.nix tools, libraries, and their dependencies. If the text next to Xcode Command Line Tools says Installed, carry on to the next step. Click the Downloads tab and then click Install next to Command Line Tools. Launch Xcode and then click the XcodePreferences menu item. Command Line Tools Next you’ll need the Xcode Command Line Tools. Xcode is a free download from the Apple App Store. Xcode To get started, you will need to install the. Both miners offer similar performance in my experience. However, I have had good luck with both tools and have worked with both authors in order to fix a crash (, ) related to multiple GPU’s on OS X and have no complaints whatsoever. Now, I have no dog in this fight, but my understanding is that the teams aren’t on great terms. Cgminer & bfgminer The project is a fork of the project. These are native C miners and, paired with the right kernels, their performance exceeds the other two miners by quite a wide margin. For that you’ll want to look at cgminer and bfgminer. However, while these miners are relatively easy to install and use, they do not offer the best performance when it comes to hash rates.
#Download bfgminer for mac series#
In my previous in this series I introduced two easy-to-use bitcoin miners for OS X.
