Skip to content

Commit

Permalink
Links, text and images updated for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolls committed Jul 14, 2013
1 parent 948f105 commit 9a9fe52
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ MultiMiner
### Your coins. Your pools. Your way.
MultiMiner is a GUI front-end for [cgminer][1] and [bfgminer][2] that simplifies switching individal devices - GPUs, ASICs, etc. - between crypto-currencies.

MultiMiner will automatically download and install cgminer when run.

![Downloading and Installing Cgminer](/Screenshots/Downloading%20and%20Installing%20Cgminer.png "Downloading and Installing Cgminer")

MultiMiner uses the underlying mining engine (cgminer by default) to detect available mining devices.

![Main Screen](/Screenshots/Main%20Screen.png "Main Screen")
Expand All @@ -11,7 +15,7 @@ You can then use the UI to configure individual crypto-currencies and their pool

![Configure Coins](/Screenshots/Configure%20Coins.png "Configure Coins")

MultiMiner also supports automatically mining the most profitable coins based on a set of configurable strategies.
MultiMiner supports automatically mining the most profitable coins based on a set of configurable strategies.

![Configure Strategies](/Screenshots/Configure%20Strategies.png "Configure Strategies")

Expand All @@ -21,17 +25,21 @@ MultiMiner also supports basic features such as relaunching crashed miners, star

Binary Downloads
----------------
[Windows/Mono][3]
* [Windows/Mono Zip File][3]
* [Windows Installer][11]

Windows Installation
--------------------
1. Download and extract the above binary distribution
2. Find the Miners\ directory and extract the [binary distribution][4] for cgminer or the [binary distribution][10] for bfgminer into their subdirectories
3. Launch MultiMiner.Win.exe to get started
1. Download and run the above installer and follow instructions

The installer runs without needing admin rights and does not install to Program Files so as not to be too intrusive. However, if you prefer you can use the zip file:

1. Download and extract the above zip file
2. Launch MultiMiner.Win.exe to get started

Mono (OS X, Linux) Installation
-------------------------------
1. Download and extract the above binary distribution
1. Download and extract the above zip file
2. Install cgminer or bfgminer. For OS X, you can find packages and for doing so [here][5] and instructions for using them [here][6].
3. Install X11. Under OS X you should install Xquartz available [here][7].
4. Install the latest version of [Mono][8].
Expand All @@ -53,11 +61,12 @@ The source code is structured in such a way that it should be fairly easy to use

[1]: https://github.com/ckolivas/cgminer
[2]: https://github.com/luke-jr/bfgminer
[3]: https://www.dropbox.com/s/rli9jo98z0mlb85/MultiMiner_PR6.zip
[3]: https://www.dropbox.com/s/ne5eywfx8v7hneb/MultiMiner-1.0.7.zip
[4]: http://ck.kolivas.org/apps/cgminer/
[5]: https://github.com/nwoolls/homebrew-cryptocoin
[6]: http://blog.nwoolls.com/2013/04/24/bitcoin-mining-on-mac-os-x-cgminer-bfgminer/
[7]: http://xquartz.macosforge.org/
[8]: http://www.mono-project.com/Main_Page
[9]: http://coinchoose.com/
[10]: http://luke.dashjr.org/programs/bitcoin/files/bfgminer/
[11]: https://www.dropbox.com/s/o08inghtw7ut1an/MultiMiner-1.0.7.exe

0 comments on commit 9a9fe52

Please sign in to comment.