Pages:
Author

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

hero member
Activity: 840
Merit: 1002
will you repair soon the issue that r9 290 cards are BSODing while pressing STOP button?

Only 2.2.7 version works good (and 2.4.1 if I have good memory)

That was fixed in BFGMiner 3.10. In addition there's an option in MultiMiner to Terminate GPU miners, which works around the issue.
tsg
full member
Activity: 252
Merit: 103
Hi nwools,

will you repair soon the issue that r9 290 cards are BSODing while pressing STOP button?

Only 2.2.7 version works good (and 2.4.1 if I have good memory)
hero member
Activity: 840
Merit: 1002
The unhandled exeption error is still present. I tried reinstalling the catalyst drivers but it didn't help.

Please post the full error again. It has the version number in it. That will allow me to see if you are running the right version or if it is a different error. I know that the issue with CHNCoin is fixed in that build I linked so if you are still having a crash it is either a different crash or you are not using that build.
hero member
Activity: 840
Merit: 1002
Scratch that, it crashed on me again.  Different kind of crash, but still a crash.

I need the error details or I cannot fix it. Try checking your Event Viewer in Windows.
full member
Activity: 210
Merit: 100
Ran a couple of Windows updates recently and now whenever I fire up MM, I get this error:


I deleted everything from Local/MM and Roaming/MM and reinstalled 2.7.1, and I still get it.

Can you try this build for me please? It should fix this error:

https://www.dropbox.com/s/bf2yb4ki7ohzcwo/MultiMiner-2.7.1.zip

Yes, that looks like it fixed it.

Scratch that, it crashed on me again.  Different kind of crash, but still a crash.
newbie
Activity: 13
Merit: 0
Hi.

The unhandled exeption error is still present. I tried reinstalling the catalyst drivers but it didn't help.

I noticed, that my GPUs always quit mining after a few minutes. It's strange... last week they worked about one week without any interruption.

I'll try running MultiMiner on Win8Pro.

Bye,
lcettuzzi
hero member
Activity: 840
Merit: 1002
I did that, and also have option api-listen

still nothing in multiminer. what advanced settings should i use?

Try the following utility:

https://www.dropbox.com/s/et4pouid9b6xtxx/MultiMiner.Xgminer.Api.Client.7z

Code:
MultiMiner.Xgminer.Api.Client.exe 4028 192.168.0.99

Use the IP of the AntMiner S1 above.

Code:
Enter bfgminer API command verbs to send them to port 4028.
QUIT will quit both bfgminer and this utility.
EXIT will quit only this utility.

Ensure bfgminer is running and try DEVS or POOLS to get started.

Code:
version

Code:
version => STATUS=S,When=1392784912,Code=22,Msg=CGMiner versions,Description=cgm
iner 3.8.5|VERSION,CGMiner=3.8.5,API=2.0|

You should be able to connect to it and execute commands like version, pools, and devs. As long as you can connect with this utility it should show up in MultiMiner within a few minutes.
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
so if my antminer was 192.168.1.99 and the router was 192.168.1.1 - whould i use

option api_allow 'W:127.0.0.1,W:192.168.0.0/24' or option api_allow 'W:127.0.0.1,W:192.168.1.1/24' ?

This should do it:

Code:
option api_allow 'W:127.0.0.1,W:192.168.1.0/24'

http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing

I did that, and also have option api-listen

still nothing in multiminer. what advanced settings should i use?
hero member
Activity: 840
Merit: 1002
I tried version 2.7.2 but it didn't work.

It's not fixed in the current 2.7.2, only in the URL I linked:

https://www.dropbox.com/s/9y7wvfrd7wgpbix/MultiMiner-2.7.2.zip

Please try that download specifically and let me know if that fixes it (it fixes the issue on my PC).
hero member
Activity: 840
Merit: 1002
so if my antminer was 192.168.1.99 and the router was 192.168.1.1 - whould i use

option api_allow 'W:127.0.0.1,W:192.168.0.0/24' or option api_allow 'W:127.0.0.1,W:192.168.1.1/24' ?

This should do it:

Code:
option api_allow 'W:127.0.0.1,W:192.168.1.0/24'

http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
how do i enable this?

You only need to enable RPC API access in the miners themselves - there is nothing to configure in MultiMiner.

For the AntMiner S1, you need to SSH into it, and then edit the cgminer config file:

Code:
vi /etc/config/cgminer

Add / edit the following line:

Code:
option api_allow 'W:127.0.0.1,W:192.168.0.0/24'

Change the range for your own internal network. After that the devices should show in MultiMiner within a couple of minutes.

so if my antminer was 192.168.1.99 and the router was 192.168.1.1 - whould i use

option api_allow 'W:127.0.0.1,W:192.168.0.0/24' or option api_allow 'W:127.0.0.1,W:192.168.1.1/24' ?
newbie
Activity: 13
Merit: 0
Hi Nate.

I tried version 2.7.2 but it didn't work.

First I installed version 2.7.2 on the existing version 2.7.1 but the error was still present.
After that I uninstalled the .NET Framework and its updates and MultiMiner with all its files. Then I reinstalled MultiMiner 2.7.2 and after that .NET Framework with its updates. The error disappeared, but after about 30 min MultiMiner stopped working and gave me the same error message. It was mining CHNcoin. I tried to restart many times, but I could restart only after deactivation of the CHNcoin configuration.
At the moment it is mining Novacoin and Unobtanium. I will inform you if it is stable with the CHNcoin configuration disabled.

Thanks.

Bye,
lcettuzzi
full member
Activity: 210
Merit: 100
Would this work for controlling a few Antminer S1 devices, or only USB/PCI devices?

It should work on S1s, yes.
hero member
Activity: 840
Merit: 1002
how do i enable this?

You only need to enable RPC API access in the miners themselves - there is nothing to configure in MultiMiner.

For the AntMiner S1, you need to SSH into it, and then edit the cgminer config file:

Code:
vi /etc/config/cgminer

Add / edit the following line:

Code:
option api_allow 'W:127.0.0.1,W:192.168.0.0/24'

Change the range for your own internal network. After that the devices should show in MultiMiner within a couple of minutes.
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
Would this work for controlling a few Antminer S1 devices, or only USB/PCI devices?

You can use it to control AntMiner S1s yes, but it's limited compared to devices that directly connect. Currently you can Restart and Switch Pools for Network Devices (AntMiner S1, Avalon, MinePeon, etc). This will be expanded on in the future.

how do i enable this?
hero member
Activity: 840
Merit: 1002
Would this work for controlling a few Antminer S1 devices, or only USB/PCI devices?

You can use it to control AntMiner S1s yes, but it's limited compared to devices that directly connect. Currently you can Restart and Switch Pools for Network Devices (AntMiner S1, Avalon, MinePeon, etc). This will be expanded on in the future.
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
Would this work for controlling a few Antminer S1 devices, or only USB/PCI devices?
hero member
Activity: 840
Merit: 1002
Now my little mining computer is working perfectly but my main mining computer is causing trouble.
After a few minutes of mining (same setting as usual) I get an unhandled exception message for .NET framework:

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

************** Exception Text **************
System.InvalidOperationException: Sequence contains more than one matching element
  at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  at MultiMiner.Engine.MiningEngine.AddDonationPool(String coinSymbol, Miner minerConfiguration) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 720
  at MultiMiner.Engine.MiningEngine.SetupConfigurationPools(Miner minerConfiguration, Coin coinConfiguration) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 701
  at MultiMiner.Engine.MiningEngine.CreateMinerConfiguration(Int32 port, String coinSymbol, DeviceKind includeKinds) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 626
  at MultiMiner.Engine.MiningEngine.StartMining() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 553
  at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy(List`1 coinInformation) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 269

Can you give this build a try please?

https://www.dropbox.com/s/9y7wvfrd7wgpbix/MultiMiner-2.7.2.zip

This should be fixed (it was specific to mining CHNCoin).
newbie
Activity: 13
Merit: 0
Help!

Now my little mining computer is working perfectly but my main mining computer is causing trouble.
After a few minutes of mining (same setting as usual) I get an unhandled exception message for .NET framework:

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

************** Exception Text **************
System.InvalidOperationException: Sequence contains more than one matching element
  at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  at MultiMiner.Engine.MiningEngine.AddDonationPool(String coinSymbol, Miner minerConfiguration) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 720
  at MultiMiner.Engine.MiningEngine.SetupConfigurationPools(Miner minerConfiguration, Coin coinConfiguration) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 701
  at MultiMiner.Engine.MiningEngine.CreateMinerConfiguration(Int32 port, String coinSymbol, DeviceKind includeKinds) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 626
  at MultiMiner.Engine.MiningEngine.StartMining() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 553
  at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy(List`1 coinInformation) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 269
  at MultiMiner.Win.Forms.MinerForm.CheckAndApplyMiningStrategy() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 6101
  at MultiMiner.Win.Forms.MinerForm.coinStatsTimer_Tick(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 2781
  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.5477 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MultiMiner.Win
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file[Suspicious link removed]
----------------------------------------
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
----------------------------------------
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
----------------------------------------
MultiMiner.Engine
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Utility
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Utility.DLL
----------------------------------------
MultiMiner.Xgminer.Api
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.Xgminer
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Xgminer.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
----------------------------------------
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
----------------------------------------
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
----------------------------------------
6dhm3c1i
   Assembly Version: 2.7.2.158
   Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
1srzpggr
   Assembly Version: 2.7.2.158
   Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
MultiMiner.Discovery
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Discovery.DLL
----------------------------------------
MultiMiner.Remoting
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Remoting.DLL
----------------------------------------
System.Web.Extensions
   Assembly Version: 3.5.0.0
   Win32 Version: 3.5.30729.5458
   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.5479 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
gb-2rsn9
   Assembly Version: 2.7.2.158
   Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
qqc-rkcp
   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
----------------------------------------
MultiMiner.CoinWarz
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.CoinWarz.DLL
----------------------------------------
MultiMiner.CoinApi
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.CoinApi.DLL
----------------------------------------
MultiMiner.CoinChoose
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.CoinChoose.DLL
----------------------------------------
qt3ax0bm
   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.8.16617
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/Newtonsoft.Json.DLL
----------------------------------------
MultiMiner.Coinbase
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Coinbase.DLL
----------------------------------------
MultiMiner.MobileMiner
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.MobileMiner.DLL
----------------------------------------
vmwhiwpg
   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
----------------------------------------
83lzqurb
   Assembly Version: 2.7.2.158
   Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
psybxdyi
   Assembly Version: 2.7.2.158
   Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
k8qhzf30
   Assembly Version: 2.7.2.158
   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.ComponentModel.DataAnnotations
   Assembly Version: 3.5.0.0
   Win32 Version: 3.5.30729.5420
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/3.5.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
----------------------------------------
System.Runtime.Serialization
   Assembly Version: 3.0.0.0
   Win32 Version: 3.0.4506.5452 (Win7SP1GDR.030729-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Xml.Linq
   Assembly Version: 3.5.0.0
   Win32 Version: 3.5.30729.5420 built by: Win7SP1
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Data
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
   CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Interop.IWshRuntimeLibrary
   Assembly Version: 1.0.0.0
   Win32 Version: 1.0.0.0
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
Interop.Shell32
   Assembly Version: 1.0.0.0
   Win32 Version: 1.0.0.0
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/Interop.Shell32.DLL
----------------------------------------
ty-tpyeh
   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
----------------------------------------
MultiMiner.Stats
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Stats.DLL
----------------------------------------
xty6dtpj
   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
----------------------------------------
MultiMiner.Xgminer.Discovery
   Assembly Version: 2.7.2.158
   Win32 Version: 2.7.2.158
   CodeBase: file:///C:/Users/Nemo/AppData/Local/MultiMiner/MultiMiner.Xgminer.Discovery.DLL
----------------------------------------
fyxv3q36
   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
----------------------------------------
zheazrzp
   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
----------------------------------------
fsswytnr
   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
----------------------------------------
imyv7e6f
   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
----------------------------------------
bexsvsq8
   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
----------------------------------------
9bt0sr7d
   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
----------------------------------------

************** 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:


   


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.


What can I do?

I tried reinstalling .NET Framework, complete reinstall MultiMiner 2.7.1, doing a complete shutdown, chkdsk, disable remoting etc. but nothing helped.

Has somebody experience with MultiMiner on Ubuntu? I'm plannimg to install Ubuntu as second OS.

Thanks.

Bye bye.
lcettuzzi

jr. member
Activity: 80
Merit: 2
Great app! I installed it, it's working now.. And the android app is synced... thanks for the great work! Grin
Pages:
Jump to: