Pages:
Author

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

sr. member
Activity: 322
Merit: 250
3D Printed!
Hi nwoolls, are you planing to add Maxcoin with it's Keccak algorithm?? It would be Great!!!!! Grin

So many new algorithms!

gr0estl
Keccak
x11

etc.
full member
Activity: 125
Merit: 100
Hi nwoolls, are you planing to add Maxcoin with it's Keccak algorithm?? It would be Great!!!!! Grin
legendary
Activity: 1022
Merit: 1001
Can anyone detail the arguments to use to mine scrypt using MM and bfgminer with both Gridseed's AND GPU's at the same time?

I've done a lot of searching but cant seem to find a definitive answer. I have managed to get all devices recognized and mining at one stage but the gridseed's failed to restart after the first coin switch..

hero member
Activity: 840
Merit: 1002
Hi folks -

Another preview of MultiMiner 3.0 is now available. This updated preview includes the next major feature for 3.0: support for multiple Stratum Proxies mining separate coins & algorithms. Please note that, in order to mine Scrypt via proxy, you will need a build of BFGMiner from the latest source code:

http://luke.dashjr.org/tmp/code/webisect/webisect.php?dobuild=bfgminer

You can download this preview from the same URL as before:

https://www.dropbox.com/s/cpm4cecnx0g95n9/MultiMiner-3.0.0.zip

And the obligatory selfies:



newbie
Activity: 37
Merit: 0
Out of curiosity, for the most part, how does MM know when it is running Stratum Proxy if the device is doing SCrypt or SHA-256? If different devices are pointing at the machine running MM though Stratum Proxy and they are running different algo, does MM know what pool to send them to? I have both AntMiner S1 and GridSeed (on a Raspberry Pi) and was going to have them both use MM on a machine that is also running my AntMiner U1s and Block Eruptors.  Hope to save bandwidth.

This is something you'll be able to do with version 3.0 of MultiMiner. It will support adding multiple Stratum Proxies that you can then point at separate pools and algorithms.

That would be great. Thanks.

I am also someone with perks turned on, and I encourage everyone who uses this software to do the same.  You are benefitting from Nate's work, its only fair to pass on some of the benefits.
full member
Activity: 210
Merit: 100
I just had a quick idea that I had to share.  I'd love to see stats expanded, especially in MobileMiner. 

A graph of miner output would be great, and I would love it even more if it could be expanded to public information - if you wanted to share your awesome stats with everyone in a forum post, for example.
legendary
Activity: 1022
Merit: 1001
I suspect it will be fine with that feature turned off.

You could also try disabling CGA in your Coins dialog. It may be an issue BFGMiner is having mining that specific coin or pool.

The error itself is in launching BFGMiner, so if it happens every time it'd be worth noting the command line argument and then submitting it as an issue for BFGMiner.

Hi Nate

Yes, I removed CGA and it wasnt crashing anymore on that coin however I'm still seeing exception errors. The last one was when MM went to switch to mining FTC and looking at the process log I could see your donation mining address tag onto the end of the pool mining path (the previous 2 coin switches showed no donation address tag on the end and I believe thats because their coins I'm solo mining). Interestingly, this issue only started shortly after I enabled 'perks' after a day of mining with no crashes on another machine (that didnt have perks turned on).

For the time being I've disabled 'perks' to see if it still crashes. If this is the culprit though, I hope you fix it soon as I'd really like to give back for bringing out such a helpful program Smiley

Crashes still occuring with perks 'off'

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

Details: 0x26a3798 : [unknown module] : [unknown file]

Executable: Miners\bfgminer\bfgminer.exe
Arguments: --scrypt -S gridseed:all --set-device gridseed:clock=850 -s 1 --expiry 1 --queue 0 --scan noauto -o 127.0.0.1:47970 -u user -p pass -S gridseed:\\.\COM10 -d gridseed@\\.\COM10 -S gridseed:\\.\COM11 -d gridseed@\\.\COM11 -S gridseed:\\.\COM12 -d gridseed@\\.\COM12 -S gridseed:\\.\COM13 -d gridseed@\\.\COM13 -S gridseed:\\.\COM14 -d gridseed@\\.\COM14 -S gridseed:\\.\COM15 -d gridseed@\\.\COM15 -S gridseed:\\.\COM16 -d gridseed@\\.\COM16 -S gridseed:\\.\COM17 -d gridseed@\\.\COM17 -S gridseed:\\.\COM18 -d gridseed@\\.\COM18 -S gridseed:\\.\COM4 -d gridseed@\\.\COM4 -S gridseed:\\.\COM5 -d gridseed@\\.\COM5 -S gridseed:\\.\COM6 -d gridseed@\\.\COM6 -S gridseed:\\.\COM7 -d gridseed@\\.\COM7 -S gridseed:\\.\COM8 -d gridseed@\\.\COM8 -S gridseed:\\.\COM9 -d gridseed@\\.\COM9 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T -q --log 5 --scan opencl:noauto
   at MultiMiner.Xgminer.Miner.EnsureProcessStarts(Process process, ProcessStartInfo startInfo) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 447
   at MultiMiner.Xgminer.Miner.StartMinerProcess(String arguments, Boolean redirectOutput, Boolean ensureProcessStarts, String reason, Boolean startProcess) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 338
   at MultiMiner.Xgminer.Miner.Launch(String reason) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 293
   at MultiMiner.Engine.MiningEngine.LaunchMinerProcess(Miner minerConfiguration, String reason) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 645
   at MultiMiner.Engine.MiningEngine.StartMining() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 611
   at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy(List`1 coinInformation) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 290
   at MultiMiner.Win.Forms.MinerForm.CheckAndApplyMiningStrategy() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 6466
   at MultiMiner.Win.Forms.MinerForm.coinStatsTimer_Tick(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 2826
   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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Win.exe
----------------------------------------
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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Utility
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Utility.DLL
----------------------------------------
MultiMiner.Xgminer.Api
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.Xgminer
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Xgminer.DLL
----------------------------------------
MultiMiner.MobileMiner
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.MobileMiner.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
----------------------------------------
hha-wqdr
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
bnojh_1l
    Assembly Version: 2.8.8.185
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Discovery.DLL
----------------------------------------
MultiMiner.Remoting
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/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
----------------------------------------
nfy-ianr
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ry_copvy
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.CoinWarz.DLL
----------------------------------------
MultiMiner.CoinApi
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.CoinApi.DLL
----------------------------------------
MultiMiner.CoinChoose
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.CoinChoose.DLL
----------------------------------------
a0z9kqz9
    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/David/AppData/Local/MultiMiner/Newtonsoft.Json.DLL
----------------------------------------
MultiMiner.Coinbase
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Coinbase.DLL
----------------------------------------
3dichlza
    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
----------------------------------------
aqvtabjb
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
su9v3sku
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
q5prjekl
    Assembly Version: 2.8.8.185
    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:/Users/David/AppData/Local/MultiMiner/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
hec4z9jc
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Stats.DLL
----------------------------------------
xbihlfwt
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Xgminer.Discovery.DLL
----------------------------------------
f_xhxhur
    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
----------------------------------------
-d9b1cv1
    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
----------------------------------------
jjklkpwd
    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
----------------------------------------
g7cwzorw
    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.



Edit: Been stable now for a few hours with perks enabled & switching pools using Bfgminer 3.99 Smiley
hero member
Activity: 840
Merit: 1002
I suspect it will be fine with that feature turned off.

You could also try disabling CGA in your Coins dialog. It may be an issue BFGMiner is having mining that specific coin or pool.

The error itself is in launching BFGMiner, so if it happens every time it'd be worth noting the command line argument and then submitting it as an issue for BFGMiner.
legendary
Activity: 1022
Merit: 1001

Try switching OFF profit-switching feature and see if it will run that way maybe? I don't use profit switching currently so I am unsure how to advise Wink

I suspect it will be fine with that feature turned off.
sr. member
Activity: 322
Merit: 250
3D Printed!
Still getting crashes on launching MM (it appears it wanted to mine CGA due to profitability) such as



(in this instance the coin client was up to date with the blockchain)

Also noticed this oddity:





Try switching OFF profit-switching feature and see if it will run that way maybe? I don't use profit switching currently so I am unsure how to advise Wink Nate will chime in soon I am sure.
legendary
Activity: 1022
Merit: 1001
Still getting crashes on launching MM (it appears it wanted to mine CGA due to profitability) such as



(in this instance the coin client was up to date with the blockchain)

Also noticed this oddity:



legendary
Activity: 1022
Merit: 1001
Really liking this program  Smiley

I installed it for a day on 1 machine and didn't have any major issues, and then decided to put it on another machine but have been plagued with exception errors, (despite several clean reinstalls), as per below:

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

Details: 0x10bfc38 : [unknown module] : [unknown file]

Executable: Miners\bfgminer\bfgminer.exe
Arguments: --scrypt -S gridseed:all --set-device gridseed:clock=850 -s 1 --expiry 1 --queue 0 --load-balance --scan noauto --quota "99;127.0.0.1:13932" -u user -p pass -S gridseed:\\.\COM10 -d gridseed@\\.\COM10 -S gridseed:\\.\COM11 -d gridseed@\\.\COM11 -S gridseed:\\.\COM12 -d gridseed@\\.\COM12 -S gridseed:\\.\COM13 -d gridseed@\\.\COM13 -S gridseed:\\.\COM14 -d gridseed@\\.\COM14 -S gridseed:\\.\COM15 -d gridseed@\\.\COM15 -S gridseed:\\.\COM16 -d gridseed@\\.\COM16 -S gridseed:\\.\COM17 -d gridseed@\\.\COM17 -S gridseed:\\.\COM18 -d gridseed@\\.\COM18 -S gridseed:\\.\COM4 -d gridseed@\\.\COM4 -S gridseed:\\.\COM5 -d gridseed@\\.\COM5 -S gridseed:\\.\COM6 -d gridseed@\\.\COM6 -S gridseed:\\.\COM7 -d gridseed@\\.\COM7 -S gridseed:\\.\COM8 -d gridseed@\\.\COM8 -S gridseed:\\.\COM9 -d gridseed@\\.\COM9 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T -q --log 5 --scan opencl:noauto
   at MultiMiner.Xgminer.Miner.EnsureProcessStarts(Process process, ProcessStartInfo startInfo) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 447
   at MultiMiner.Xgminer.Miner.StartMinerProcess(String arguments, Boolean redirectOutput, Boolean ensureProcessStarts, String reason, Boolean startProcess) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 338
   at MultiMiner.Xgminer.Miner.Launch(String reason) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Xgminer\Miner.cs:line 293
   at MultiMiner.Engine.MiningEngine.LaunchMinerProcess(Miner minerConfiguration, String reason) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 645
   at MultiMiner.Engine.MiningEngine.StartMining() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 611
   at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy(List`1 coinInformation) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MiningEngine.cs:line 290
   at MultiMiner.Win.Forms.MinerForm.CheckAndApplyMiningStrategy() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 6466
   at MultiMiner.Win.Forms.MinerForm.coinStatsTimer_Tick(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 2826
   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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Win.exe
----------------------------------------
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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Utility
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Utility.DLL
----------------------------------------
MultiMiner.Xgminer.Api
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.Xgminer
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Xgminer.DLL
----------------------------------------
MultiMiner.MobileMiner
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.MobileMiner.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
----------------------------------------
svfhqxxl
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
idlnbcvm
    Assembly Version: 2.8.8.185
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Discovery.DLL
----------------------------------------
MultiMiner.Remoting
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/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
----------------------------------------
1khoai7c
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
aufmxohk
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.CoinWarz.DLL
----------------------------------------
MultiMiner.CoinApi
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.CoinApi.DLL
----------------------------------------
MultiMiner.CoinChoose
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.CoinChoose.DLL
----------------------------------------
xdji2fkv
    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/David/AppData/Local/MultiMiner/Newtonsoft.Json.DLL
----------------------------------------
MultiMiner.Coinbase
    Assembly Version: 2.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Coinbase.DLL
----------------------------------------
onnueli5
    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
----------------------------------------
_b59obau
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
1hihy-mf
    Assembly Version: 2.8.8.185
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
wfr9aoyk
    Assembly Version: 2.8.8.185
    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/David/AppData/Local/MultiMiner/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
u6l2vjm9
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Stats.DLL
----------------------------------------
bus9kxnp
    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.8.8.185
    Win32 Version: 2.8.8.185
    CodeBase: file:///C:/Users/David/AppData/Local/MultiMiner/MultiMiner.Xgminer.Discovery.DLL
----------------------------------------
vn-3uw7e
    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
----------------------------------------
hfiet9n4
    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
----------------------------------------
kdwofomd
    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
----------------------------------------
zjj8bj-t
    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
----------------------------------------
ylypuj0u
    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
----------------------------------------
xcmblecv
    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
----------------------------------------
4jdycyxz
    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
----------------------------------------
r17jb_sq
    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
----------------------------------------
npbxp0jq
    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
----------------------------------------
blxhkrvb
    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
----------------------------------------
5esw8jpb
    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
----------------------------------------
yrwgdhaj
    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
----------------------------------------
lg_sxvjg
    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
----------------------------------------
nptdkpdf
    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
----------------------------------------
wau5k6we
    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
----------------------------------------

Any help appreciated

EDIT: It seems in this instance the exception may have been due to the program switching to another coin in which the client wasnt ready (ie I was in the process of re-downloading the blockchain for Crytpographicanomaly which it seems it had just switched to when it crashed)
sr. member
Activity: 322
Merit: 250
3D Printed!
Anyone know why my Gridseed's would be maxing out @ 255kh/s under MM but hit 361kh/s ok if launched directly from bfgminer? (Im using the same scrypt file with argument --set-device gridseed:clock=850)



I've tried different versions of bfgminer, read through a lot of pages here, and cant see any setting in MM that might be the culprit.

cheers


nm, all fixed.

Post up your solution mate...chances are someone else may find it useful as well. Wink
legendary
Activity: 1022
Merit: 1001
Anyone know why my Gridseed's would be maxing out @ 255kh/s under MM but hit 361kh/s ok if launched directly from bfgminer? (Im using the same scrypt file with argument --set-device gridseed:clock=850)



I've tried different versions of bfgminer, read through a lot of pages here, and cant see any setting in MM that might be the culprit.

cheers


nm, all fixed.
hero member
Activity: 840
Merit: 1002
Nate you're blowin' my mind  Shocked

Can't wait for MuM 3.0  Grin

Tossed a little BTC in the tip jar, hope others will follow suit  Roll Eyes


Thank you sir - I appreciate it very much  Grin
sr. member
Activity: 453
Merit: 250
dfgfdgfdg


Nate you're blowin' my mind  Shocked

Can't wait for MuM 3.0  Grin

Tossed a little BTC in the tip jar, hope others will follow suit  Roll Eyes

hero member
Activity: 840
Merit: 1002
That's why I switched my ghash.io auto-withdrawl to just send you a percentage every time - since most of my work is done with S1s.

Thank you for that, by the way. It means a lot to see someone has setup a regular donation.
hero member
Activity: 840
Merit: 1002
It seems to be that it would be best to only have about 10 or so pools, one for each algorithm.  I.E. One for SHA256, SCRYPT, SCRYPT-N, and so on.  Maybe use a multipool for some of them (if you can find one that you like), or just point them to your own MM 3.0 proxies.  This way, for example, if I'm mining some new/obscure SHA256 coin, it would still send 1% of my hashing power to your BTC pool.  This way, if some poor sap is mining, say, Devcoins, you wouldn't get gypped.

I could be wrong but I don't think that would work. BFGMiner (and other miners) can only cope with mining a single blockchain at a time. That is why something like MultiMiner is needed to mine different coins at the same time. AFAIK they have to be the same coin to use the same BFGMiner process, not just the same algo.

Additionally, I might have MM turn on perks by default, though I'd add a welcome tip in the notification box about them (for full disclosure).

There is a notification tip about the perks that shows after the first few runs.
full member
Activity: 210
Merit: 100
There's a list of maybe 50 or so coins I have setup. I add to it regularly. When you mine those I use BFGMiner's quota feature so that X% of shares submitted go to my pool.

I am open to better suggestions. The other option is switching all mining to some other pool for X minutes during the day. However that introduces a bunch of complexities considering the other things MultiMiner does as far as switching pools and restarting. Additionally, someone could have any combination of SHA ASICs, Scrypt ASICs, GPUs, etc. and I'd need to somehow figure out what coins I want to mine with the given hardware.

I could be overlooking some cooler way to do this though and am definitely open to suggestions.

It seems to be that it would be best to only have about 10 or so pools, one for each algorithm.  I.E. One for SHA256, SCRYPT, SCRYPT-N, and so on.  Maybe use a multipool for some of them (if you can find one that you like), or just point them to your own MM 3.0 proxies.  This way, for example, if I'm mining some new/obscure SHA256 coin, it would still send 1% of my hashing power to your BTC pool.  This way, if some poor sap is mining, say, Devcoins, you wouldn't get gypped.

Additionally, I might have MM turn on perks by default, though I'd add a welcome tip in the notification box about them (for full disclosure).
hero member
Activity: 840
Merit: 1002
Speaking of, how, exactly is your donation pool set up?  Do you just have a couple pools for each coin algorithm and set it up to be in a load-balance config?  I've often suspected that the donations only work when mining certain coins (such as BTC), but never cared enough to test it.  If it only works with the primary coins, that could be a large part of it.

There's a list of maybe 50 or so coins I have setup. I add to it regularly. When you mine those I use BFGMiner's quota feature so that X% of shares submitted go to my pool.

I am open to better suggestions. The other option is switching all mining to some other pool for X minutes during the day. However that introduces a bunch of complexities considering the other things MultiMiner does as far as switching pools and restarting. Additionally, someone could have any combination of SHA ASICs, Scrypt ASICs, GPUs, etc. and I'd need to somehow figure out what coins I want to mine with the given hardware.

I could be overlooking some cooler way to do this though and am definitely open to suggestions.
Pages:
Jump to: