Author

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

hero member
Activity: 840
Merit: 1002
So I went through my coin config and sorted everything out and I havent gotten that specific error since, but now I've been getting a new one that seems to be a whole different beast.

I'm not sure it has anything to do with multiminer at all, it seems CGminer is suddenly forgetting my devices.  I'm going to give bfgminer a shot and see if I get the same sort of errors.  Any input?

EDIT: just to clarify this is an error that appears after the miner has been running a little while.  So it does connect to my pools and my GPU and erupters successfully mine for a little bit, then crash.

Your assessment is pretty much dead on. I've seen similar things with cgminer and I've personally had better luck with bfgminer in this regard. MultiMiner is running "cgminer -d?", cgminer is telling MultiMiner there's a device #0 and then, some time later, cgminer is saying there is no longer a device #0.
full member
Activity: 195
Merit: 100
So I went through my coin config and sorted everything out and I havent gotten that specific error since, but now I've been getting a new one that seems to be a whole different beast.

I'm not sure it has anything to do with multiminer at all, it seems CGminer is suddenly forgetting my devices.  I'm going to give bfgminer a shot and see if I get the same sort of errors.  Any input?

EDIT: just to clarify this is an error that appears after the miner has been running a little while.  So it does connect to my pools and my GPU and erupters successfully mine for a little bit, then crash.
hero member
Activity: 840
Merit: 1002
Sent it to nwools at g mail dot com from alpha492 at g mail dot com

I'm not sure if the xml document tells you but I have a couple of coins with empty fields which don't have the coin configurations enabled.

Two L's

Edit: If you check the Process Log window from the Advanced menu it should show you the coin configuration that MultiMiner was trying to launch along with the executable name and arguments.

Edit 2: Got it. Grandcoin and Memecoin are both enabled and neither have any pools defined.
full member
Activity: 195
Merit: 100
I have about every cryptocoin known to man configured with some pool or another.  I can send you the file for review if you'd like.

Sure if you could export your coin configurations using the toolbar and then email that to me (email is in my signature). From looking at the code it seems like MultiMiner is switching to a coin that has no pools defined (due to profitability changes if you have strategies enabled). This would occur after 15 minutes - the default interval which coincides with what you are seeing.

Sent it to nwools at g mail dot com from alpha492 at g mail dot com

I'm not sure if the xml document tells you but I have a couple of coins with empty fields which don't have the coin configurations enabled.
hero member
Activity: 840
Merit: 1002
I have about every cryptocoin known to man configured with some pool or another.  I can send you the file for review if you'd like.

Sure if you could export your coin configurations using the toolbar and then email that to me (email is in my signature). From looking at the code it seems like MultiMiner is switching to a coin that has no pools defined (due to profitability changes if you have strategies enabled). This would occur after 15 minutes - the default interval which coincides with what you are seeing.
full member
Activity: 195
Merit: 100
I have about every cryptocoin known to man configured with some pool or another.  I can send you the file for review if you'd like.

Like I said the first 15-30 minutes it mines away just fine, but sooner or later it just crashes.  I've even checked the hash rates on some of the pools websites just to confirm its connecting properly.
hero member
Activity: 840
Merit: 1002
Wow, Nwool your really on the job.  Really fast to help out for a free program, gimme a link and I'll be sure to donate percentage of my mining seeing as your program probably increases my average profitability by 200% thanks!

Thanks - if you feel like donating there are links for BTC, LTC, and hardware in my forum signature.  Grin

cgminer is exiting after launching with exit code 1.

Details:  [2013-09-30 11:39:24] Pool setup failed

Executable: Miners\cgminer\cgminer.exe
Arguments: --scrypt  --shaders 2048 --thread-concurrency 8192 -I 13 -g 2 -w 256 -d 0 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T

So what this is saying is that MultiMiner launched Miners\cgminer\cgminer.exe with the arguments --scrypt  --shaders 2048 --thread-concurrency 8192 -I 13 -g 2 -w 256 -d 0 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T and then cgminer was unable to start mining, returning the message Pool setup failed.

It looks like the issue is that there is no pool information being passed to cgminer. I'm not sure how that is possible but I'll look into the code. Do you have any pools configured for your coin? Click the arrow next to the Settings button and click Coins. Select your coin configuration on the left and you should have at least one pool configured on the right (but preferably two-or-more).
full member
Activity: 195
Merit: 100
Arguments added to scrypt parameters under settings:

--shaders 2048 --thread-concurrency 8192 -I 13 -g 2 -w 256

--> I've been mixing it up trying to find combo's that work but this is the one that has run the most stable I think

Wow, Nwool your really on the job.  Really fast to help out for a free program, gimme a link and I'll be sure to donate percentage of my mining seeing as your program probably increases my average profitability by 200% thanks!

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

************** Exception Text **************
MultiMiner.Xgminer.MinerLaunchException: cgminer is exiting after launching with exit code 1.

Details:  [2013-09-30 11:39:24] Pool setup failed

Executable: Miners\cgminer\cgminer.exe
Arguments: --scrypt  --shaders 2048 --thread-concurrency 8192 -I 13 -g 2 -w 256 -d 0 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T
   at MultiMiner.Xgminer.Miner.EnsureProcessStarts(Process process, ProcessStartInfo startInfo) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 321
   at MultiMiner.Xgminer.Miner.StartMinerProcess(String arguments, Boolean redirectOutput, Boolean ensureProcessStarts, String reason, Boolean startProcess) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 214
   at MultiMiner.Xgminer.Miner.Launch(String reason) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 163
   at MultiMiner.Engine.MiningEngine.LaunchMinerProcess(MinerConfiguration minerConfiguration, String reason) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 555
   at MultiMiner.Engine.MiningEngine.StartMining() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 527
   at MultiMiner.Engine.MiningEngine.RestartMining() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 47
   at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy(List`1 devices, List`1 coinInformation) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 245
   at MultiMiner.Win.MainForm.CheckAndApplyMiningStrategy() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 1285
   at MultiMiner.Win.MainForm.coinStatsTimer_Tick(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 1274
   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.3.37.0
    Win32 Version: 1.3.37
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/MultiMiner.Win.exe
----------------------------------------
MultiMiner.Utility
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/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.3.37.0
    Win32 Version: 1.3.37
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Xgminer
    Assembly Version: 1.3.37.0
    Win32 Version: 1.3.37
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/MultiMiner.Xgminer.DLL
----------------------------------------
MultiMiner.Coinchoose.Api
    Assembly Version: 1.3.37.0
    Win32 Version: 1.3.37
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/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
----------------------------------------
ji6snvuk
    Assembly Version: 1.3.37.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
----------------------------------------
2viib3bv
    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
----------------------------------------
29_l5y10
    Assembly Version: 1.3.37.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
----------------------------------------
wkpdkv0l
    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:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/Newtonsoft.Json.DLL
----------------------------------------
h_iim945
    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
----------------------------------------
wnuwsdl4
    Assembly Version: 1.3.37.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
----------------------------------------
d5nldk3g
    Assembly Version: 1.3.37.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.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.5474 (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.3.37.0
    Win32 Version: 1.3.37
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.MobileMiner.Api
    Assembly Version: 1.3.37.0
    Win32 Version: 1.3.37
    CodeBase: file:///C:/Users/Taylor/Documents/MultiMiner-Debug-1.3.37/MultiMiner.MobileMiner.Api.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
----------------------------------------

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


hero member
Activity: 840
Merit: 1002
When I add arguments to the scrypt field under settings for about 15 minutes I can get a great hash rate then it crashes.

What crashes? MultiMiner? If so please post the full error text (using the Debug build if possible).
full member
Activity: 195
Merit: 100
First of all, great app I love it so far.

Second, I'm probably inputting my arguments into the wrong area or something but without changing anything I get a hashrate of 15 on my HD 7970 (painful).  When I add arguments to the scrypt field under settings for about 15 minutes I can get a great hash rate then it crashes.  Its like clockwork, I've gone through just about all the comments since pg 16 but either no one is nub enough to have this problem or no one has had it yet.

Anyone have any ideas?
full member
Activity: 169
Merit: 100
hero member
Activity: 840
Merit: 1002
Want to be notified on your mobile device when a pool goes down? Or get an email alert when a new version of bfgminer is available?  Grin

Visualization of the awesome:

full member
Activity: 208
Merit: 100
Where the setting to enable this:
Optionally restart miners when a device's hash-rate falls below 50% of its previous average
Or is it auto?

Thanks a million for these updates!

It's part of the option under Settings to restart sick/dead/etc/etc miners. The above is now included in that check.

Edit: This will show on the Process Log as "Subpar hashrate" when restarting mining.

Ah ok cool!

Saw that entry in the Process Log and assumed it's auto as you said.

Thanks Nate.
hero member
Activity: 840
Merit: 1002
Where the setting to enable this:
Optionally restart miners when a device's hash-rate falls below 50% of its previous average
Or is it auto?

Thanks a million for these updates!

It's part of the option under Settings to restart sick/dead/etc/etc miners. The above is now included in that check.

Edit: This will show on the Process Log as "Subpar hashrate" when restarting mining.
full member
Activity: 208
Merit: 100
Want to be notified on your mobile device when a pool goes down? Or get an email alert when a new version of bfgminer is available?  Grin

Version 1.3.37 of MultiMiner is available now as a prerelease. It includes the following changes:

  • Optionally push MultiMiner notifications out to MobileMiner for mobile and email alerts
  • Optionally restart miners when a device's hash-rate falls below 50% of its previous average
  • Make using HTTPS with MobileMiner optional (enabled by default)

Where the setting to enable this:
Optionally restart miners when a device's hash-rate falls below 50% of its previous average
Or is it auto?

Thanks a million for these updates!
hero member
Activity: 630
Merit: 500
Such a great dev... Thank you very much.
full member
Activity: 186
Merit: 100
Want to be notified on your mobile device when a pool goes down? Or get an email alert when a new version of bfgminer is available?  Grin

Version 1.3.37 of MultiMiner is available now as a prerelease. It includes the following changes:

  • Optionally push MultiMiner notifications out to MobileMiner for mobile and email alerts
  • Optionally restart miners when a device's hash-rate falls below 50% of its previous average
  • Make using HTTPS with MobileMiner optional (enabled by default)

Awesome! Keep up the great work.
hero member
Activity: 840
Merit: 1002
Want to be notified on your mobile device when a pool goes down? Or get an email alert when a new version of bfgminer is available?  Grin

Version 1.3.37 of MultiMiner is available now as a prerelease. It includes the following changes:

  • Optionally push MultiMiner notifications out to MobileMiner for mobile and email alerts
  • Optionally restart miners when a device's hash-rate falls below 50% of its previous average
  • Make using HTTPS with MobileMiner optional (enabled by default)
newbie
Activity: 43
Merit: 0
This program is awesome and it would have been the first thing I used if I knew about it when I first started out mining.

I'm having some trouble connecting to this pool : http://nrb.miners-united.com/news for Noirbits. I use the same settings in GUIminer Scrypt and it works. But Multiminer attempts to connect for a few minutes and then produces the error message "Configuration for noirbits disabled - all pools down."

I had the same problem with http://nrb.miners-united.com. I suggest you register and add http://noir.minepool.net:3345 as a backup in Multiminer. That's what i did and my problem is solved. 

Did you actually mine Noirbits? I was solo mining a bit, and got 1000 Noirbits, but the calculator on coinchoose was quite incorrect, and when I realized it, I went back to mining LTC. The issue with putting too many obscure coins in the auto-switching, is many times Coinchoose is not right.



I mined it a bit but just like you said, Coinchoose is not always right. As for the connection problems, it is true that it is a problem with the pools servers and not related to Multiminer. It took me 4 pools total (1 main + 3 backups in orders of fee %) before Multiminer finally stopped telling me the famous "All pools down" once in a while.
hero member
Activity: 840
Merit: 1002
Pressing the refresh button reopens the Welcome screen...
Is there some new step or some button on this screen to trigger the detection or what?
Pressing the back button closes the welcome screen and shows me a blank screen.

This is what happens in MobileMiner when there are no machines found when refreshing. It shows the Welcome screen with information on how to submit statistics to MobileMiner.

I just uninstalled & reinstalled the MobileMiner Android app on a couple of devices and had no issues signing in and viewing my machines.

If the problem persists, please PM or email me your MobileMiner application key.
Jump to: