Crypto mono

Comment

Author: Admin | 2025-04-28

DownloadsReleases of MultiMiner can be downloaded from the GitHub Releases page:http://releases.multiminerapp.comNote on MalwareDepending 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.https://www.google.com/search?q=crypto+mining+software+flagged+as+malwareWhile 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.WindowsDownload and run the installer (.exe) file at the above link and follow the on-screen instructionsThe 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 pageNot the MultiMiner-X.Y.Z.exe installer, not the MultiMiner-X.Y.Z.app.zip file, not the "Source code" .zip fileLaunch MultiMiner.Win.exe to get startedLinux Installation (Debian-Based)Install the latest version of Mono sudo apt-get install mono-completeInstall BFGMiner using apt-get sudo apt-get update sudo apt-get install bfgminerDownload and extract the MultiMiner-X.Y.Z.zip file at the GitHub Releases pageNot the MultiMiner-X.Y.Z.exe installer, not the MultiMiner-X.Y.Z.app.zip file, not the "Source code" .zip fileRun MultiMiner.Win.exe using mono: mono --arch=32 MultiMiner.Win.exeMac OS XInstall Xquartz available hereInstall the latest version of Mono for Mac OS XDownload and extract the .app.zip file at the GitHub Releases pageLaunch MultiMiner.app to get startedMultiMiner will automatically download redistributable binaries of BFGMiner from the Xgminer-OSX project.TroubleshootingNote 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.appType: cd ~/Desktop/MultiMiner.app/Contents/Resources (assuming MultiMiner.app is on your desktop)Type: mono --arch=32 MultiMiner.Win.exe and press ReturnARM Installation (BeagleBone, Raspberry Pi)Download and extract the zip file at the GitHub Releases pageInstall 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.exeGeneric Mono InstallationDownload and extract the zip file at the GitHub Releases pageInstall 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

Add Comment