Bitcoin Forum
April 27, 2024, 11:35:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 186 »
  Print  
Author Topic: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform)  (Read 827250 times)
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 07, 2013, 01:51:50 AM
 #501

An update on MobileMiner:

Version 1.2 of the iOS app has been submitted to the App Store. Review time should be around 4 days. Changes include:

• Added the ability to delete devices by swiping
• More devices are recognized as USB and GPU
• Machines and devices are now sorted
• Sign Up / Sign In screen is no longer shown when offline
• Added a Welcome screen with getting started links

I'll be working on the Android version next, adding any features that are currently found in the iOS app but not the Android app. After that I'll be creating a Windows Phone 7/8 app.

Stay tuned!

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
1714217702
Hero Member
*
Offline Offline

Posts: 1714217702

View Profile Personal Message (Offline)

Ignore
1714217702
Reply with quote  #2

1714217702
Report to moderator
1714217702
Hero Member
*
Offline Offline

Posts: 1714217702

View Profile Personal Message (Offline)

Ignore
1714217702
Reply with quote  #2

1714217702
Report to moderator
1714217702
Hero Member
*
Offline Offline

Posts: 1714217702

View Profile Personal Message (Offline)

Ignore
1714217702
Reply with quote  #2

1714217702
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BigDaddyWooWoo
Member
**
Offline Offline

Activity: 102
Merit: 10



View Profile
September 07, 2013, 02:51:46 AM
 #502

An update on MobileMiner:

Version 1.2 of the iOS app has been submitted to the App Store. Review time should be around 4 days. Changes include:

• Added the ability to delete devices by swiping
• More devices are recognized as USB and GPU
• Machines and devices are now sorted
• Sign Up / Sign In screen is no longer shown when offline
• Added a Welcome screen with getting started links

I'll be working on the Android version next, adding any features that are currently found in the iOS app but not the Android app. After that I'll be creating a Windows Phone 7/8 app.

Stay tuned!

Ummm...do you ever sleep?

I have to say I am thoroughly impressed with this piece of software you have created and am enjoying watching this thread immensely.  You sir are one of the most responsive devs I have ever seen.  I believe that if I asked you to make MultiMiner stand on it's head and spit nickels out it's ass you would find a way to make it happen.

I really like your software and it has made the job of administering my rigs more manageable.  Hats off to you good sir and carry on.
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 07, 2013, 03:03:44 AM
 #503

Ummm...do you ever sleep?

I have to say I am thoroughly impressed with this piece of software you have created and am enjoying watching this thread immensely.  You sir are one of the most responsive devs I have ever seen.  I believe that if I asked you to make MultiMiner stand on it's head and spit nickels out it's ass you would find a way to make it happen.

I really like your software and it has made the job of administering my rigs more manageable.  Hats off to you good sir and carry on.

I like to code  Grin

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
atomicchaos
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
September 07, 2013, 05:58:57 AM
 #504

1). Config export for other machines - I had a question in the Trollbox in BTC-e on an easy way to duplicate configs to multiple miners. I suggested just using the XML file and moving it to each machine and making any necessary tweaks to it (such as worker/username). Is this the best way to do it?

The next update includes the ability to import & export coin and pool configurations:



Thanks for passing on the feedback from BTC-e.

Very, very nice, perfect for when you add 20 different coins, and have 2 different pools/solo per coin.

BTC:113mFe2e3oRkZQ5GeqKhoHbGtVw16unnw2
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 07, 2013, 07:26:54 PM
 #505

A mystery error that popped up just now on one rig(happens to be my HTPC, so I was watching a TV show at the time)

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

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at MultiMiner.Win.MainForm.<SuggestCoinsToMine>b__29(CoinInformation coin) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 1162
   at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Linq.Enumerable.<TakeIterator>d__3a`1.MoveNext()
   at MultiMiner.Win.MainForm.SuggestCoinsToMine() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 1165
   at MultiMiner.Win.MainForm.RefreshCoinStats() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 1138
   at MultiMiner.Win.MainForm.coinStatsTimer_Tick(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 1096
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MultiMiner.Win
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.Win.exe
----------------------------------------
MultiMiner.Utility
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.Utility.DLL
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
MultiMiner.Engine
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Xgminer
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.Xgminer.DLL
----------------------------------------
MultiMiner.Coinchoose.Api
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.Coinchoose.Api.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
d-7ihnhm
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
jxrjswz-
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Newtonsoft.Json
    Assembly Version: 4.5.0.0
    Win32 Version: 5.0.6.16206
    CodeBase: file:///C:/Mining/MultiMiner/Newtonsoft.Json.DLL
----------------------------------------
vk6ppy3k
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
0gwwjhsd
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
a302jfwy
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
q4bpldrz
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
qv0kfd-c
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Interop.IWshRuntimeLibrary
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Mining/MultiMiner/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
System.Web.Extensions
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5454
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll
----------------------------------------
System.Web.Abstractions
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5471 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
MultiMiner.Xgminer.Api
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.MobileMiner.Api
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Mining/MultiMiner/MultiMiner.MobileMiner.Api.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 07, 2013, 07:30:30 PM
 #506

A mystery error that popped up just now on one rig(happens to be my HTPC, so I was watching a TV show at the time)

Thanks, I've been working with a couple of users via email on this issue. The CoinChoose.com author is fixing this on his end. Until then you can either switch to Bitcoin as the Base coin in the Strategies dialog or use this unofficial update.

Currently the entry for Litecoin in the LTC base API is returning NULL for the Exchange.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 07, 2013, 07:55:49 PM
 #507

Ill toss the base coin to bitcoin. Thanks for letting me know!

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 07, 2013, 07:57:39 PM
 #508

Hmm.. My base coin already IS bitcoin. What now?

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 07, 2013, 08:00:59 PM
 #509

Hmm.. My base coin already IS bitcoin. What now?

LOL - sorry man you'll need the update I posted. I'll talk to sal002 again. He fixed the wrong thing. Now BTC is also returning NULL for Exchange as well.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 07, 2013, 08:03:18 PM
 #510

Wow, now all my settings have disappeared. How can that happen?

Updated to the unofficial update, and all my settings are back. Weird.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 08, 2013, 01:37:31 AM
 #511

What happened to the "save" button next to the "advanced" menu?

I used that to quickly change mining devices. Before I just unchecked(or checked) the devices I wanted to change, then clicked save and MultiMiner would restart the miner to reflect my new changes. Now, I have to click the boxes, then hit the stop button and then hit the start button again. It's not much different, but it's just a little irritating.

I do this multiple times a day, to stop my main GPU from mining when I want to play games, then reverse it when I'm done. I don't mean to complain, because I love what you do for us all, but I just wonder why it got removed.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 08, 2013, 02:28:02 AM
 #512

What happened to the "save" button next to the "advanced" menu?

I used that to quickly change mining devices. Before I just unchecked(or checked) the devices I wanted to change, then clicked save and MultiMiner would restart the miner to reflect my new changes. Now, I have to click the boxes, then hit the stop button and then hit the start button again. It's not much different, but it's just a little irritating.

I do this multiple times a day, to stop my main GPU from mining when I want to play games, then reverse it when I'm done. I don't mean to complain, because I love what you do for us all, but I just wonder why it got removed.

Good one. And I'm sorry for the loss in functionality.

Here's the story: I was trying to make the app easier to use and less overwhelming. The Save and Cancel buttons are now hidden if you have Strategies enabled. My thought process was, at the time, that with Strategies enabled there is nothing to Save or Cancel. Obviously I overlooked the scenario of enabling and disabling individual devices.

I will revisit this and make sure the next update addresses your issue, event if it means just turning these two buttons back on all of the time.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 08, 2013, 12:11:28 PM
 #513

Fair enough, it really isn't a problem I was just surprised when I went to use it a couple days ago and it wasn't there. I didn't think to ask until now.  What if you just make it an option? Give the power to the user Smiley




Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
hendo420
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
September 08, 2013, 07:20:52 PM
Last edit: September 08, 2013, 07:32:12 PM by hendo420
 #514

Is there currently a way to change what coin a miner is mining from mobileminer?

I would like to be able to monitor and manually change what coin i'm mining from the mobileminer. Or enable/disable auto-mining the most profitable coin.

Full control from the mobile app would be awesome. I like being able to stop, start, and restart the miner but it needs more features.  Wink

Also, multiminer crashes every once and a while, like more than cgminer ever did alone. I like the feature of restarting sick/dead miners but how can i restart the multiminer when it locks up, does it continue to mine since cgminer is still running in the background, or when multiminer locks up does all mining stop?

Also, you might think about a Tablet Mode for mobileminer that expands to more features. Like giving the full multiminer interface on mobileminer.

ebmarket.co
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 08, 2013, 07:28:49 PM
 #515

Is there currently a way to change what coin a miner is mining from mobileminer?

I would like to be able to monitor and manually change what coin i'm mining from the mobileminer. Or enable/disable auto-mining the most profitable coin.

Full control from the mobile app would be awesome. I like being able to stop, start, and restart the miner but it needs more features.  Wink

Also, multiminer crashes every once and a while, like more than cgminer ever did alone. I like the feature of restarting sick/dead miners but how can i restart the multiminer when it locks up, does it continue to mine since cgminer is still running in the background, or when multiminer locks up does all mining stop?

Are you sure that MultiMiner is actually crashing? Does it pop a box up that gives you an option to "Continue" or "Quit"? If so, just choose continue. 90% of the time it's not a fatal error and the program will continue to run and there is no interruption in mining.

nwoolls is working on fixing bugs so all the errors are properly handled.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
hendo420
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
September 08, 2013, 07:34:22 PM
 #516

Is there currently a way to change what coin a miner is mining from mobileminer?

I would like to be able to monitor and manually change what coin i'm mining from the mobileminer. Or enable/disable auto-mining the most profitable coin.

Full control from the mobile app would be awesome. I like being able to stop, start, and restart the miner but it needs more features.  Wink

Also, multiminer crashes every once and a while, like more than cgminer ever did alone. I like the feature of restarting sick/dead miners but how can i restart the multiminer when it locks up, does it continue to mine since cgminer is still running in the background, or when multiminer locks up does all mining stop?

Are you sure that MultiMiner is actually crashing? Does it pop a box up that gives you an option to "Continue" or "Quit"? If so, just choose continue. 90% of the time it's not a fatal error and the program will continue to run and there is no interruption in mining.

nwoolls is working on fixing bugs so all the errors are properly handled.

I have had xml errors where I have to delete all of the files in appdata folder for multiminer so it will actually start. If i hit continue instead of quit it will spew out more errors. This is rare.

The locking up tho happens once a day or so, it stops responding. Its done it on 2 different miners.

ebmarket.co
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 08, 2013, 08:07:27 PM
 #517

I have had xml errors where I have to delete all of the files in appdata folder for multiminer so it will actually start. If i hit continue instead of quit it will spew out more errors. This is rare.

The locking up tho happens once a day or so, it stops responding. Its done it on 2 different miners.

Please download and install the .Debug.zip file release and then post the text from the errors you are receiving.

Also refer to the Windows Event Viewer for any application errors that may be occurring and post the text from those as well.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
hendo420
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
September 09, 2013, 01:33:24 AM
 #518

I have had xml errors where I have to delete all of the files in appdata folder for multiminer so it will actually start. If i hit continue instead of quit it will spew out more errors. This is rare.

The locking up tho happens once a day or so, it stops responding. Its done it on 2 different miners.

Please download and install the .Debug.zip file release and then post the text from the errors you are receiving.

Also refer to the Windows Event Viewer for any application errors that may be occurring and post the text from those as well.

I havnt got that debug one installed yet but did have one crash. Not sure what caused it.

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

************** Exception Text **************
System.ComponentModel.Win32Exception: Access is denied
   at System.Diagnostics.Process.Kill()
   at MultiMiner.Engine.MinerProcess.KillProcess(Process process)
   at MultiMiner.Engine.MinerProcess.StopMining()
   at MultiMiner.Engine.MiningEngine.RelaunchCrashedMiners()
   at MultiMiner.Win.MainForm.crashRecoveryTimer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MultiMiner.Win
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.Win.exe
----------------------------------------
MultiMiner.Utility
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.Utility.DLL
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
MultiMiner.Engine
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Xgminer
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.Xgminer.DLL
----------------------------------------
MultiMiner.Coinchoose.Api
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.Coinchoose.Api.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926 built by: NetFXw7
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
uilzqujx
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Newtonsoft.Json
    Assembly Version: 4.5.0.0
    Win32 Version: 5.0.6.16206
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/Newtonsoft.Json.DLL
----------------------------------------
q4hnvgjz
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
w5k_1clh
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
skvns_jl
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
tixd_12c
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
mlfojqrz
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Interop.IWshRuntimeLibrary
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
MultiMiner.MobileMiner.Api
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.MobileMiner.Api.DLL
----------------------------------------
MultiMiner.Xgminer.Api
    Assembly Version: 1.2.29.0
    Win32 Version: 1.2.29
    CodeBase: file:///C:/Users/Miner3user/Desktop/MultiMiner-1.2.29/MultiMiner.Xgminer.Api.DLL
----------------------------------------
System.Web.Extensions
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll
----------------------------------------
System.Web.Abstractions
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
pj_caxop
    Assembly Version: 1.2.29.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



ebmarket.co
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 09, 2013, 01:41:38 AM
 #519

Install the debug build, it provides more detailed information in the crash log that can help nwoolls trace the problem.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
September 09, 2013, 02:51:05 AM
 #520

Great news for the Android users of MobileMiner! Version 1.3 of the MobileMiner app for Android is available on the Google Play store.

Changes include:

• Layout and experience on tablets greatly improved
• Added a Welcome screen for new users
• Added the ability to delete machines
• Added the ability to delete devices
• Activity indicators added for network operations
• Machines and devices are now sorted
• Blank hash rates and temperatures are now hidden
• Fixed crashes rotating devices
• Airplane mode no longer causes the app to prompt to Sign In

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 186 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!