-
Notifications
You must be signed in to change notification settings - Fork 368
Installation
Releases of MultiMiner can be downloaded from the GitHub Releases page:
http://releases.multiminerapp.com
Depending on your OS and configuration, it is possible (and even likely) that the downloads here may be flagged as malware or a virus. This is the case with most / all crypto mining software as it is often used in malicious ways.
While I cannot officially advise you to disable anti-malware or anti-virus defenses, it is likely you will need to do so to successfully download and install mining software.
If you have any doubts or questions, you can always download the source code and build it yourself.
- Download and run the installer (.exe) file at the above link and follow the on-screen instructions
The installer runs without needing admin rights and does not install to Program Files so as not to be intrusive. However, if you prefer you can use the zip file:
- Download and extract the
MultiMiner-X.Y.Z.zip
file at the GitHub Releases page-
Not the
MultiMiner-X.Y.Z.exe
installer, not theMultiMiner-X.Y.Z.app.zip
file, not the "Source code" .zip file
-
Not the
- Launch
MultiMiner.Win.exe
to get started
-
Install the latest version of Mono
sudo apt-get install mono-complete
-
Install BFGMiner using apt-get
sudo apt-get update sudo apt-get install bfgminer
-
Download and extract the
MultiMiner-X.Y.Z.zip
file at the GitHub Releases page-
Not the
MultiMiner-X.Y.Z.exe
installer, not theMultiMiner-X.Y.Z.app.zip
file, not the "Source code" .zip file
-
Not the
-
Run MultiMiner.Win.exe using mono:
mono --arch=32 MultiMiner.Win.exe
- Install Xquartz available here
- Install the latest version of Mono for Mac OS X
- Download and extract the .app.zip file at the GitHub Releases page
- Launch MultiMiner.app to get started
MultiMiner will automatically download redistributable binaries of BFGMiner from the Xgminer-OSX project.
Note that it takes time for the X Window system to start on OS X. The first run of MultiMiner also downloads BFGMiner and scans for hardware.
If you are having trouble launching or using MultiMiner on OS X, you can get detailed information by either launching Console.app or:
- Launch Terminal.app
- Type:
cd ~/Desktop/MultiMiner.app/Contents/Resources
(assuming MultiMiner.app is on your desktop) - Type:
mono --arch=32 MultiMiner.Win.exe
and press Return
-
Download and extract the zip file at the GitHub Releases page
-
Install BFGMiner. For OS X, you can find packages and for doing so here and instructions for using them here.
-
Install the latest version of Mono for your OS. For the BeagleBone Black, see this link.
-
Run MultiMiner.TUI.exe using mono:
mono --arch=32 MultiMiner.TUI.exe
-
Download and extract the zip file at the GitHub Releases page
-
Install BFGMiner. For OS X, you can find packages and for doing so here and instructions for using them here.
-
Install X11. Under OS X you should install Xquartz available here.
-
Install the latest version of Mono for your OS.
-
Run MultiMiner.Win.exe using mono:
mono --arch=32 MultiMiner.Win.exe