Author

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

hero member
Activity: 630
Merit: 500
I ran into a slight glitch when I used the import function under coins on two machines, but what I did was not a typical process that someone would do. No issues on the other machines. 9 machines loaded, and they all see each other. Clicking on the other machines listed, I see the status as if I was logged into the machine itself.

This is exactly what is needed to manage multiple rigs from one machine!

A couple minor requests (minor in regards to the fact that it's no big deal if they can't get implemented):

1). Ability to sort the machines alphabetically (would love that for coin listing too) under network header
2). Ability to input a low hash rate threshold for each machine (ie. 3x7950, I would expect 1890 to 1950, so I'd input 1870 as a low threshold) and maybe it can show up as red, or such in the list if it dips below the expected rate? This would allow a quick visual check for issues

Thanks again for your feedback - it's exactly what I needed! I have fixed the bugs you found and also addressed a few other minor things, such as sorting the machine names in the list.



I've updated the downloads with the latest version and would ask anyone with multiple rigs and some time to help test this out. Any help you can give will ensure version 2.5 is a solid release.

https://www.dropbox.com/s/vbul7x5yemjm38p/MultiMiner-2.5.0.zip

Thanks in advance to everyone (and atomicchaos) for feedback!  Grin

I ran behind getting more of my farm online for it, as I switched to pool mining Doge, as my solo results were poor due to difficulty. Hopefully Saturday or Sunday I'll be able to get through them all, been spending most waking hours making changes to the farm. Sleep really gets in the way, why do we need sleep? Smiley
hero member
Activity: 840
Merit: 1002
I ran into a slight glitch when I used the import function under coins on two machines, but what I did was not a typical process that someone would do. No issues on the other machines. 9 machines loaded, and they all see each other. Clicking on the other machines listed, I see the status as if I was logged into the machine itself.

This is exactly what is needed to manage multiple rigs from one machine!

A couple minor requests (minor in regards to the fact that it's no big deal if they can't get implemented):

1). Ability to sort the machines alphabetically (would love that for coin listing too) under network header
2). Ability to input a low hash rate threshold for each machine (ie. 3x7950, I would expect 1890 to 1950, so I'd input 1870 as a low threshold) and maybe it can show up as red, or such in the list if it dips below the expected rate? This would allow a quick visual check for issues

Thanks again for your feedback - it's exactly what I needed! I have fixed the bugs you found and also addressed a few other minor things, such as sorting the machine names in the list.



I've updated the downloads with the latest version and would ask anyone with multiple rigs and some time to help test this out. Any help you can give will ensure version 2.5 is a solid release.

https://www.dropbox.com/s/vbul7x5yemjm38p/MultiMiner-2.5.0.zip

Thanks in advance to everyone (and atomicchaos) for feedback!  Grin
hero member
Activity: 630
Merit: 500
I installed the latest version Nwoolls provided earlier that now supports remote monitoring and it is absolutely awesome! I ran into a slight glitch when I used the import function under coins on two machines, but what I did was not a typical process that someone would do. No issues on the other machines. 9 machines loaded, and they all see each other. Clicking on the other machines listed, I see the status as if I was logged into the machine itself.

This is exactly what is needed to manage multiple rigs from one machine!

A couple minor requests (minor in regards to the fact that it's no big deal if they can't get implemented):

1). Ability to sort the machines alphabetically (would love that for coin listing too) under network header
2). Ability to input a low hash rate threshold for each machine (ie. 3x7950, I would expect 1890 to 1950, so I'd input 1870 as a low threshold) and maybe it can show up as red, or such in the list if it dips below the expected rate? This would allow a quick visual check for issues

If I have multiple locations, and I'm VPN'd in, I need to test if it can see multiple networks.

This is going to save so much time! I'm not sure the depth of the remote ability, but if updates could also be done from the remote console, wow!

I say it often, but it's very deserved... THANKS!
hero member
Activity: 840
Merit: 1002
There is a really big problem in this app. Khas rate is fall down.


I uninstall and delete all files about multiminer after that it works very well

I have to say this is absolutely not true.

Care to elaborate? Hash-rate in what application? Using what hardware? MultiMiner doesn't install a single thing that would affect anything outside of MultiMiner whatsoever. Most likely you are attributing some other variance to the action of moving or removing MultiMiner.

Edit: If you believe this to be an issue, please use the free utility Jing to record this experience and then post the screencast (they do free hosting as well). That may help more than trying to explain.
full member
Activity: 136
Merit: 100
There is a really big problem in this app. Khas rate is fall down.


I uninstall and delete all files about multiminer after that it works very well
newbie
Activity: 43
Merit: 0
I got this error randomly and now it happens every time i click the start button. Any solution?

Please zip up the XML files found in %appdata%\MultiMiner and post those publicly or privately (it will contain your worker names and passwords which is safe unless you re-use passwords). Thanks!

Ok i sent them to your email.
hero member
Activity: 840
Merit: 1002
I got this error randomly and now it happens every time i click the start button. Any solution?

Please zip up the XML files found in %appdata%\MultiMiner and post those publicly or privately (it will contain your worker names and passwords which is safe unless you re-use passwords). Thanks!
newbie
Activity: 43
Merit: 0
I got this error randomly and now it happens every time i click the start button. Any solution?

Code:
Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.InvalidOperationException: La séquence contient plusieurs éléments correspondants.
   à System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
   à MultiMiner.Engine.MiningEngine.setupProcessStartInfo(MinerProcess minerProcess) dans d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:ligne 162
   à MultiMiner.Engine.MiningEngine.StoreMinerProcess(Process process, String coinSymbol, MinerConfiguration minerConfiguration, Int32 port) dans d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:ligne 591
   à MultiMiner.Engine.MiningEngine.StartMining() dans d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:ligne 559
   à MultiMiner.Engine.MiningEngine.ApplyMiningStrategy(List`1 coinInformation) dans d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:ligne 269
   à MultiMiner.Engine.MiningEngine.StartMining(EngineConfiguration engineConfiguration, List`1 devices, List`1 coinInformation, Int32 donationPercent) dans d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Engine\MiningEngine.cs:ligne 73
   à MultiMiner.Win.MainForm.StartMining() dans d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:ligne 1445
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MultiMiner.Win
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file[Suspicious link removed]
----------------------------------------
System.Drawing
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
MultiMiner.Utility
    Version de l'assembly : 1.0.0.0
    Version Win32 : 1.0.0.0
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Utility.DLL
----------------------------------------
MultiMiner.CoinChoose.Api
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.CoinChoose.Api.DLL
----------------------------------------
MultiMiner.Coin.Api
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Coin.Api.DLL
----------------------------------------
MultiMiner.Xgminer.Api
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.Engine
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Xgminer
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Xgminer.DLL
----------------------------------------
System.Xml
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Core
    Version de l'assembly : 3.5.0.0
    Version Win32 : 3.5.30729.7903 built by: Win9Rel
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Accessibility
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Configuration
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
tdtmidou
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
stq5qqqa
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Web.Extensions
    Version de l'assembly : 3.5.0.0
    Version Win32 : 3.5.30729.7903
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll
----------------------------------------
ivs8aeyu
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ctvszysv
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
MultiMiner.CoinWarz.Api
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.CoinWarz.Api.DLL
----------------------------------------
Newtonsoft.Json
    Version de l'assembly : 4.5.0.0
    Version Win32 : 5.0.8.16617
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/Newtonsoft.Json.DLL
----------------------------------------
qidnxx0x
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.resources/2.0.0.0_fr_b77a5c561934e089/System.resources.dll
----------------------------------------
mscorlib.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
e8zuxquz
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
3mp04xxn
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
bo1pcaj3
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
3ewo0bu9
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
MultiMiner.Coinbase.Api
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Coinbase.Api.DLL
----------------------------------------
System.ComponentModel.DataAnnotations
    Version de l'assembly : 3.5.0.0
    Version Win32 : 3.5.30729.7903
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/3.5.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
----------------------------------------
System.Runtime.Serialization
    Version de l'assembly : 3.0.0.0
    Version Win32 : 3.0.4506.7903 (Win9Rel.030729-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Xml.Linq
    Version de l'assembly : 3.5.0.0
    Version Win32 : 3.5.30729.7903 built by: Win9Rel
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Data
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.7905 (win9rel.050727-7900)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Interop.IWshRuntimeLibrary
    Version de l'assembly : 1.0.0.0
    Version Win32 : 1.0.0.0
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
MultiMiner.Stats.Api
    Version de l'assembly : 2.4.1.106
    Version Win32 : 2.4.1.106
    CodeBase : file:///C:/Users/Marion/AppData/Local/MultiMiner/MultiMiner.Stats.Api.DLL
----------------------------------------
System.Core.resources
    Version de l'assembly : 3.5.0.0
    Version Win32 : 3.5.30729.7903 built by: Win9Rel
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core.resources/3.5.0.0_fr_b77a5c561934e089/System.Core.resources.dll
----------------------------------------

************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :


   


Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.
hero member
Activity: 630
Merit: 500
Okay folks - I need your help in preparing for version 2.5 of MultiMiner. Specifically those of you with more than one rig running MultiMiner!  Grin

Version 2.5 of MultiMiner will feature the #1 request from users: MultiMiner Remoting.

Wow! Awesome!

I will start updating in about 8 hours, all rigs will be updated with this and the daily BFGminer. My rigs are currently solo mining outside of Multi-miner (due to BFGminer issue I have with solo) until difficulty drops on LTC, but once it changes, I'll be moving back and will update then.

We are all very lucky to have you in this community, you've done amazing work, and I've seen how you stepped in to help out on BFGminer as well. Great stuff. Everyone better have the donations going, we can't afford to have you not helping!
hero member
Activity: 840
Merit: 1002
Okay folks - I need your help in preparing for version 2.5 of MultiMiner. Specifically those of you with more than one rig running MultiMiner!  Grin

Version 2.5 of MultiMiner will feature the #1 request from users: MultiMiner Remoting.

MultiMiner Remoting means being able to view and control any rig on your network exactly as if it were a local MultiMiner instance. There is no need to configure anything, add rigs, or enter IP addresses. Simply enable MultiMiner Remoting in the Configure Perks dialog and your rigs will start showing up automatically in MultiMiner.





This first preview currently only supports viewing, not controlling remote instances. Future updates to this preview will include:

  • Remotely controlling any remote instance exactly as if it were a local instance - starting mining, stopping, switching coins, changing settings, etc.
  • Farm-specific features, such as pushing coin and pool configurations out to all PCs

Note that you may need to open the following ports or allow MultiMiner.Win.exe itself through your firewall (only internally, not publicly): 50625-50627

Please let me know how this works for you, any issues you encounter, what you love and what you want. Once this is feature-complete and stable I will release it as version 2.5.

And as always, thanks for the feedback and happy mining!  Grin

https://www.dropbox.com/s/vbul7x5yemjm38p/MultiMiner-2.5.0.zip
full member
Activity: 238
Merit: 100
Thanks for reply =)

- using a erupter and a ant-usb-miner, choosing the "Difficulty" strategies, MM chooses to set two different coins (for example, eMark and terracoin) for the two devices. Why ?

Under Strategies there's an option to mine "only the single least difficult coin" or "all of the least difficult coins". I'm assuming you have the 2nd selected? If so MultiMiner is going to automatically mine every coin (that you have devices for) that has difficulty lower than your target (Bitcoin), starting with the lowest.

If you set it to "only the single least", only the single coin with the lowest difficulty will be mined.

Yes, this does the work ! Now these options are more clear =)
Thanks!
hero member
Activity: 840
Merit: 1002
- Is there a way to set per-device bgminer arguments like per-coin and per-pool?

You can set per-device arguments by separating them with a comma under Settings > Advanced miner settings:

Code:
--thread-concurrency 22400,8192

- using a erupter and a ant-usb-miner, choosing the "Difficulty" strategies, MM chooses to set two different coins (for example, eMark and terracoin) for the two devices. Why ?

Under Strategies there's an option to mine "only the single least difficult coin" or "all of the least difficult coins". I'm assuming you have the 2nd selected? If so MultiMiner is going to automatically mine every coin (that you have devices for) that has difficulty lower than your target (Bitcoin), starting with the lowest.

If you set it to "only the single least", only the single coin with the lowest difficulty will be mined.
hero member
Activity: 840
Merit: 1002
I cannot see dogecoin mining daily revenue and profit Sad

This happens if the Coin API you have configured in Settings is down or having issues. If it persists turn on the API error notifications under Settings > Advanced service settings.
full member
Activity: 136
Merit: 100
I cannot see dogecoin mining daily revenue and profit Sad
full member
Activity: 210
Merit: 100
Hi =)

Two questions here:
- Is there a way to set per-device bgminer arguments like per-coin and per-pool?
- using a erupter and a ant-usb-miner, choosing the "Difficulty" strategies, MM chooses to set two different coins (for example, eMark and terracoin) for the two devices. Why ?

Thanks and keep up the good work!
Not sure about the rest of it, but you can set up per-coin rules in the "miner arguments" section of the coin config.
full member
Activity: 238
Merit: 100
Hi =)

Two questions here:
- Is there a way to set per-device bgminer arguments like per-coin and per-pool?
- using a erupter and a ant-usb-miner, choosing the "Difficulty" strategies, MM chooses to set two different coins (for example, eMark and terracoin) for the two devices. Why ?

Thanks and keep up the good work!
full member
Activity: 210
Merit: 100
nwoolls, I'm getting a few AntMiners sometime this week or next.  Is there anything you want me to test for you?
hero member
Activity: 840
Merit: 1002
I may be reading it wrong, but it definitely isn't a hashrate. There isn't a scale or anything explaining what the utility column is in the first place. WU in cgminer actually shows your hashrate being submitted to the pool.

That is shown under the Effective column.

Quote
WU:  The Work Utility defined as the number of diff1 shares work / minute
     (accepted or rejected).

Edit: if you are Scrypt mining you'll need to grab a daily build of bfgminer to display an accurate WU and Effective hash-rate:

http://luke.dashjr.org/tmp/code/webisect/webisect.php?dobuild=bfgminer
sr. member
Activity: 423
Merit: 250
It'd also be nice if we could get WU hashrate support as is seen in CGminer. It's a great way of diagnosing problems and utility doesn't seem to have any sort of baseline to compare it against.

This is already in there in 2.4. Click the Utility column header to toggle between Utility and Work Utility.

I may be reading it wrong, but it definitely isn't a hashrate. There isn't a scale or anything explaining what the utility column is in the first place. WU in cgminer actually shows your hashrate being submitted to the pool.
legendary
Activity: 1288
Merit: 1004
Quite true.
Power isn't an issue as long as the cows keep pooping here.  We have the methane electricity generation plant here that went online this summer.  So poop power for free.
Still though I don't necessarily want to run something that as I add them means new power lines to my server room.

This decision is difficult to say the least.  Huh

Do you pay for power? If so I'd really recommend using some calculators that factor in power. The Cube seems attractive because its cheap and 30 Gh/s, but the power consumption per-Gh is not the same as what you see with AntMiner solution hardware (or Bitfury or even BFL). That's why they are being sold for cheap. They won't even pay for their own power consumption for long.
Jump to: