Author

Topic: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform) - page 182. (Read 827303 times)

hero member
Activity: 840
Merit: 1002
Can't wait for the update  Grin

Thanks for your patience - v1.0.11 is available now Grin

  • Added a Process Log which details what miners are launched with what arguments and why
  • Added a prompt to download individual miners when selected in Settings
  • Intensity column is now hidden if there are no values
  • Show Mh/s rather than mh/s (difference is case only, Mega vs milli)
  • Display executable and arguments when failing to launch a miner
  • Fix for null object error parsing CoinChoose.com response
full member
Activity: 201
Merit: 100
************** Exception Text **************
System.InvalidCastException: Null object cannot be converted to a value type.
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
   at MultiMiner.Coinchoose.Api.CoinInformation.PopulateFromJson(JToken jToken) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Coinchoose.Api\CoinInformation.cs:line 42

Thanks for the report. This one is fixed for the next drop which should be soon. This was due to Bytecoin coming over with a blank value for Minimum Block Time.

Also, if you are on that unofficial build up above it's definitely less stable. I should be releasing something soon with a nice round of fixes and improvements.

Alright thanks for the update nwolls.  I figured it was something like that.  After you explaining what this error was I think the last few errors I have gotten have been due to coinchoose aswell.  The errors had similar tags as this one. Can't wait for the update  Grin
hero member
Activity: 840
Merit: 1002
************** Exception Text **************
System.InvalidCastException: Null object cannot be converted to a value type.
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
   at MultiMiner.Coinchoose.Api.CoinInformation.PopulateFromJson(JToken jToken) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Coinchoose.Api\CoinInformation.cs:line 42

Thanks for the report. This one is fixed for the next drop which should be soon. This was due to Bytecoin coming over with a blank value for Minimum Block Time.

Also, if you are on that unofficial build up above it's definitely less stable. I should be releasing something soon with a nice round of fixes and improvements.
full member
Activity: 140
Merit: 100
Works greta, and glad to finally have something for OSX.
full member
Activity: 201
Merit: 100
Hey nwolls a few issues for me here,

I have noticed that over the last week or so every few days a new error pops up and I lose all mining until you release a new version and after completely removing the old version and reinstalling the new I finally can get back to mining.


This is the newest error:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Null object cannot be converted to a value type.
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Newtonsoft.Json.Linq.Extensions.Convert[T,U](T token)
   at MultiMiner.Coinchoose.Api.CoinInformation.PopulateFromJson(JToken jToken) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Coinchoose.Api\CoinInformation.cs:line 42
   at MultiMiner.Coinchoose.Api.ApiContext.GetCoinInformation(String userAgent) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Coinchoose.Api\ApiContext.cs:line 23
   at MultiMiner.Win.MainForm.RefreshCoinStats() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 839
   at MultiMiner.Win.MainForm.MainForm_Load(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 53
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I absolutely love the program but sadly it seems to be getting less and less stable as it progresses but it could also be due to where it gathers info from.  Any ideas on this new error I got?  Or is this one due to coinchoose and not with multiminer at all?  It wouldn't surprise me if these latest errors are due to it as the site has been dropping coins left and right over the last week.
hero member
Activity: 840
Merit: 1002
I was thinking like different columns that can be selected.  For example, Icarus devices have no intensity, so being able to remove that column and use the screen estate for whatever pool you're using, etc.
Thanks - good idea and noted.

Currently the Name and Temp columns automatically fall off if they have no values to make more room (e.g. under OS X). I could do the same for Intensity as well.
hero member
Activity: 1246
Merit: 501
Is there a column to show which pool it's mining on at any given time, assuming you've set up failover?

Not currently but I'll look at adding it in the future. I'd like to get some concept of "details" for a device, but without making the main screen too messy.


I was thinking like different columns that can be selected.  For example, Icarus devices have no intensity, so being able to remove that column and use the screen estate for whatever pool you're using, etc.
hero member
Activity: 840
Merit: 1002
Is there a column to show which pool it's mining on at any given time, assuming you've set up failover?

Not currently but I'll look at adding it in the future. I'd like to get some concept of "details" for a device, but without making the main screen too messy.

Also, I don't see if I can set up failover/load balanced pool strategy?

You can setup the pools but not strategy within the UI. It's on my list but for now it's easy to just add the argument (such as --failover-only) to the Settings screen.

Bug report: In SHA256 it's reporting mh/s instead of Mh/s - m=milli, M=mega.  There's a difference. Smiley

Thanks, I'll update that for the next build. I appreciate the feedback!  Grin
hero member
Activity: 840
Merit: 1002
I have worked out what the problem was. I had put -I 16 in the script flags and -I 18 in the coin flags. this coursed the crash
Nice - glad you got it sorted and thanks for leaving the solution here so others may find it. I've noted your issue and will see if it's something I can handle more gracefully in the future.
hero member
Activity: 1246
Merit: 501
Is there a column to show which pool it's mining on at any given time, assuming you've set up failover?  Also, I don't see if I can set up failover/load balanced pool strategy?

Bug report: In SHA256 it's reporting mh/s instead of Mh/s - m=milli, M=mega.  There's a difference. Smiley
full member
Activity: 221
Merit: 100
Does anybody have this error?

System.Exception: Miner keeps exiting after launching - retried 5 times. Exit code 1.
   в MultiMiner.Xgminer.Miner.EnsureProcessStarts(Process process, ProcessStartInfo startInfo)
   в MultiMiner.Xgminer.Miner.StartMinerProcess(String arguments, Boolean redirectOutput, Boolean ensureProcessStarts)
   в MultiMiner.Xgminer.Miner.Launch()

Hi there. Could you try this unofficial release? It should mean that this exception now includes the executable and arguments, e.g.



If you look at the error, you will see an Executable: line and an Arguments: line. Basically, if you run that executable with those arguments from a command prompt, you should see the issue that the miner is having. Please let me know if you need more detailed instructions.

Hi there,

Thank you for your work. I found the error. I had the second pool with zero arguments in name settings. Now it works.
legendary
Activity: 1834
Merit: 1498
Tried to run this just with the flag -I 18

Crashes every time
If I run it with stock settings it defaults to intensity d

Any ideas?
Can you be specific about what is crashing here? Keep in mind that this app just passes these flags on to cgminer and bfgminer, so it shouldn't run any differently than running those with -I 18.

If you can give me some more details on the crash though I'd be happy to try to help address it. Is there an error dialog? A callstack? Anything in the Event Viewer in Windows? What coin are you trying to mine? Thanks in advance!

Also is there any way to set different intensitys for different cards?
Only if they are mining different algorithms. I can add it as a suggestion though.

I have worked out what the problem was. I had put -I 16 in the script flags and -I 18 in the coin flags. this coursed the crash
full member
Activity: 201
Merit: 100
Do you have the mobile development skills to make a mobile app that can communicate with this app on the same subnet to get stats and perform basic management?

...would be epic :-)
Shhh..but if you download the above unofficial release you'll see some stuff in the Settings that hints towards this. I won't say it's the exact same, but very similar. And hopefully more user-friendly than what you describe.  Wink


I would just love the ability to monitor my rigs remotely some how.  Just basics like temps, accepted, rejected and what pool they are currently mining on I could care less if I have any remote control over my rigs.  Anything like that would be amazing.


EDIT:  I downloaded the unofficial version and checked out those eater eggs under settings.  I am very very excited to see where that's going.  If it is going in the direction I think it is it will be epic nwolls.  Thanks again for this amazing tool
hero member
Activity: 840
Merit: 1002
Do you have the mobile development skills to make a mobile app that can communicate with this app on the same subnet to get stats and perform basic management?

...would be epic :-)
Shhh..but if you download the above unofficial release you'll see some stuff in the Settings that hints towards this. I won't say it's the exact same, but very similar. And hopefully more user-friendly than what you describe.  Wink
hero member
Activity: 490
Merit: 500
Do you have the mobile development skills to make a mobile app that can communicate with this app on the same subnet to get stats and perform basic management?

...would be epic :-)
hero member
Activity: 840
Merit: 1002
Does anybody have this error?

System.Exception: Miner keeps exiting after launching - retried 5 times. Exit code 1.
   в MultiMiner.Xgminer.Miner.EnsureProcessStarts(Process process, ProcessStartInfo startInfo)
   в MultiMiner.Xgminer.Miner.StartMinerProcess(String arguments, Boolean redirectOutput, Boolean ensureProcessStarts)
   в MultiMiner.Xgminer.Miner.Launch()

Hi there. Could you try this unofficial release? It should mean that this exception now includes the executable and arguments, e.g.



If you look at the error, you will see an Executable: line and an Arguments: line. Basically, if you run that executable with those arguments from a command prompt, you should see the issue that the miner is having. Please let me know if you need more detailed instructions.
hero member
Activity: 840
Merit: 1002
So is it multiMiner problem? Or something wrong with my system? I use windows 7 64.
I'm sorry I cannot say at this point. I'm going to add some code that will log what MultiMiner is launching and with what arguments.

Basically, cgminer or bfgminer (whichever you are using) is launching and then closing a few seconds later for some reason. I usually see this when I stop & start cgminer when using a USB device and cgminer hasn't completely released the USB device. That's actually why that "retry" code was put in there specifically.

I'll try to get you something you can use soon that logs the processes and arguments that MultiMiner is using.
full member
Activity: 221
Merit: 100
Does anybody have this error?

System.Exception: Miner keeps exiting after launching - retried 5 times. Exit code 1.
   в MultiMiner.Xgminer.Miner.EnsureProcessStarts(Process process, ProcessStartInfo startInfo)
   в MultiMiner.Xgminer.Miner.StartMinerProcess(String arguments, Boolean redirectOutput, Boolean ensureProcessStarts)
   в MultiMiner.Xgminer.Miner.Launch()
   в MultiMiner.Engine.MiningEngine.StartMining()
Thanks - I'll add some additional logging to this that should sort out what is causing the problem. cgminer or bfgminer doesn't like the arguments being passed to it is my guess.

So is it multiMiner problem? Or something wrong with my system? I use windows 7 64.
hero member
Activity: 840
Merit: 1002
I have it set up to run different intensities for several cards in each of my mining rigs.  In the cgminer flags area where you put -I 18 instead put -I 18,19,19,18 for example if you are running four cards and wanted them to be 18,19,19,18 intensities respectively.
Thanks! Brain fart because I do this too!  Shocked
full member
Activity: 201
Merit: 100
Tried to run this just with the flag -I 18

Crashes every time
If I run it with stock settings it defaults to intensity d

Any ideas?

Also is there any way to set different intensitys for different cards?



I have it set up to run different intensities for several cards in each of my mining rigs.  In the cgminer flags area where you put -I 18 instead put -I 18,19,19,18 for example if you are running four cards and wanted them to be 18,19,19,18 intensities respectively.
Jump to: