nwoolls / MultiMiner

Graphical application for crypto-coin mining
multiminerapp.com
MIT License
938 stars 368 forks source link

Multimeter won't auto download BFGMiner on OSX High Sierra #422

Open sendmail0 opened 3 years ago

sendmail0 commented 3 years ago

Getting this from the CLI:

BTC1:Resources admin$ mono --arch=32 MultiMiner.Win.exe System.ArgumentNullException: Value cannot be null. Parameter name: uriString at System.Uri..ctor (System.String uriString) [0x00009] in <4f55bbf82f9b4c60960312888c59bd5c>:0 at MultiMiner.UX.ViewModels.ApplicationViewModel.InstallBackendMinerLocally (MultiMiner.Engine.Data.MinerDescriptor miner) [0x00051] in :0 at MultiMiner.Win.Forms.MinerForm.ShowNotInstalledMinerWarning () [0x00039] in :0 at MultiMiner.Win.Forms.MinerForm.ScanHardwareLocally () [0x00047] in :0 at MultiMiner.Win.Forms.MinerForm.SetupApplication () [0x00121] in :0 at MultiMiner.Win.Forms.MinerForm.MainForm_Load (System.Object sender, System.EventArgs e) [0x00000] in :0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x0001f] in <8d4e0a7dd86f4d10848b9fed49dd219c>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00023] in <8d4e0a7dd86f4d10848b9fed49dd219c>:0 BTC1:Resources admin$

MM launches, says BFGMiner not installed. When prompted to install, just goes away.

No AV/Firewall or any other apps installed. Need this working. Any help would be appreciated.

sendmail0 commented 3 years ago

To add; this is a late 2011 Macbook pro with plenty of ram, disk space, and other specs. Have followed instructions to the letter listed at: https://github.com/nwoolls/MultiMiner/wiki/Installation

Also tried using XQuartz CLI. Same result.

Thanks for any help anyone can provide.

sealsgirl commented 2 years ago

Having a similar issue with install even followed instructions for troubleshooting MacOS
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

I even attempted to install by using my Virtual Machine in Kali by following install instructions for the Linux installation and still not able to run.

When using the terminal on my desktop for my MacOS I removed the mono arch32 from the line and it actually did way more then any other attempt to install

this is the error i get when i try to run in terminal The default interactive shell is now zsh. To update your account to use zsh, please run chsh -s /bin/zsh. For more details, please visit https://support.apple.com/kb/HT208050. Karens-Air:~ mrs.k$ mono - MultiMiner.Win.exe Unknown command line option: '-' Karens-Air:~ mrs.k$ mono -- MultiMiner.Win.exe Cannot open assembly 'MultiMiner.Win.exe': No such file or directory. Karens-Air:~ mrs.k$ mono --arch=32 MultiMiner.Win.exe Error: --arch=32 Failed to switch to 'mono32'. Karens-Air:~ mrs.k$