Pages:
Author

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

sr. member
Activity: 736
Merit: 262
Me, Myself & I
I have been using this line to run my Gridseeds and DualMiners at 850 but I want to take the two Gridseeds to 1125 as they are volt modded but leave my DualMiners at 850.  Anyone have a similar string?
Current argument.
Quote
d dualminer:all --scrypt --set-device gridseed:clock=850

5 Chip Gridseeds are com 35 and com 36
1 Chip DualMiners are on com 18 and com 27

Thanks for the help.


What version of BFGminer You're using?
legendary
Activity: 1288
Merit: 1004
I have been using this line to run my Gridseeds and DualMiners at 850 but I want to take the two Gridseeds to 1125 as they are volt modded but leave my DualMiners at 850.  Anyone have a similar string?
Current argument.
Quote
d dualminer:all --scrypt --set-device gridseed:clock=850

5 Chip Gridseeds are com 35 and com 36
1 Chip DualMiners are on com 18 and com 27

Thanks for the help.
sr. member
Activity: 322
Merit: 250
3D Printed!
Anyone here ever try MultiMiner with a HD4870x2?
I don't plan on doing any serious mining with this card but I am curious as to what I can get from this ol' beast of a card.
Since all my nice/performance cards are hashing away, I picked this one up for a bit of gaming now and again.

I just updated to 2.8.5 and MultiMiner will not recognize my 4870x2 (Sapphire brand). Any thoughts? Ideas?
All the drivers installed properly and the PC is showing 2x adapters in the device mgr.

Thanks all

Okay, I might have figured out the issue but won't know for another few minutes.
It seems the drivers that were installed on this system prior to installing this 4870x2 are too new for this aging powerhouse.
I think it suggested 13.9 for their 2000, 3000, and 4000 series cards. More info soon.
sr. member
Activity: 322
Merit: 250
3D Printed!
Anyone here ever try MultiMiner with a HD4870x2?
I don't plan on doing any serious mining with this card but I am curious as to what I can get from this ol' beast of a card.
Since all my nice/performance cards are hashing away, I picked this one up for a bit of gaming now and again.

I just updated to 2.8.5 and MultiMiner will not recognize my 4870x2 (Sapphire brand). Any thoughts? Ideas?
All the drivers installed properly and the PC is showing 2x adapters in the device mgr.

Thanks all
sr. member
Activity: 423
Merit: 250
Normally MM asks to update BFGminer, is this functionality still in the client? Is there a reason why the newer BFGminers aren't being pushed? Considering the amount of time between BFG updates and a lack of client updates, could functionality be added to downloaded beta versions? Shocked

Chrome flagged the above downloads as malware and blocked them. IE to the rescue... I spose.
hero member
Activity: 840
Merit: 1002
Hey Nate, what are your thoughts on adding a a timer function to MultiMiner? I am working on setting my farm to stop mining during peak kWh times during the day to save $ on my power bill and maximize profits.

I'm not planning on a timer or scheduler, but I am planning on adding a way to pass command line arguments into MultiMiner. This would let you use something like the Task Scheduler in Windows or cron on *nix based systems to schedule interactions with MultiMiner.

Just got a USB dualminer to play around with and I'm having some issues here.
Firstly, there is no dualminer switch on the USB stick.  I suspect I have an early revision.

You actually have a later revision. Only the first round of hardware had the dip-switch for changing voltage. It turned out to be far more trouble than it was worth and was removed from later hardware revisions.

I got it to work on the same BFGminer that I'm running with MuM using:
Code:
bfgminer -S dualminer:all --scrypt --set-device gridseed:clock=850
But I get this output:
...
I tried setting it to one com port or the other, but if I only set it to one (regardless which one), BFGminer doesn't detect the DMU, only the OCL.  I'm assuming DMU is the SCRYPT and OCL is the SHA256.

No OCL is your graphics card. DMU is the DualMiner mining Scrypt. What you are seeing looks right. If you want to mine both Scrypt and SHA256 at the same time you'll need to run two instances of BFGMiner at the same time using another argument. This isn't supported by MultiMiner.

MultiMiner will not detect the dualminer, at all.  I tried it on two computers using this config:
...

Make sure you are running the latest version of MultiMiner and the latest version (from Git) of BFGMiner. See the link in this post for grabbing a daily copy of the binaries. Remove the --scrypt argument from the Hardware scan arguments in settings. Sorry the way BFGMiner 3.99/4.0 handles these things is still a moving target. You now have to run it with -d? with and without --scrypt to get all the devices.

I'm still getting really poor hash rates (50%ish) when connecting to the MM proxy stratum, especially when mixing this with different clients like SGminer and CGminer.

If you are using the Stratum Proxy for Scrypt there are known issues unless you run some of the latest BFGMiner code from Git. Luke has been working on fixing Scrypt mining via the Stratum Proxy. Unfortunately I am a little behind on things and not sure if it's been merged into the master branch or still in its own branch.

How is the work coming along on allowing the g flag for more then one GPU? Someone mentioned a beta version of BFGminer had it. I still have a few machines that need this.

That's been done in Git for a while now. If you'd like the latest Windows build you can always get something compiled from the current Git source here:

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

sr. member
Activity: 423
Merit: 250
I'm still getting really poor hash rates (50%ish) when connecting to the MM proxy stratum, especially when mixing this with different clients like SGminer and CGminer.

How is the work coming along on allowing the g flag for more then one GPU? Someone mentioned a beta version of BFGminer had it. I still have a few machines that need this.
full member
Activity: 210
Merit: 100
Just got a USB dualminer to play around with and I'm having some issues here.
Firstly, there is no dualminer switch on the USB stick.  I suspect I have an early revision.

When I plug it in to the same computer running all of my U2s, most of them fall off on the driver list, and my USB hubs no longer have an indicator light on them.

I got it to work on the same BFGminer that I'm running with MuM using:
Code:
bfgminer -S dualminer:all --scrypt --set-device gridseed:clock=850
But I get this output:

I tried setting it to one com port or the other, but if I only set it to one (regardless which one), BFGminer doesn't detect the DMU, only the OCL.  I'm assuming DMU is the SCRYPT and OCL is the SHA256.

MultiMiner will not detect the dualminer, at all.  I tried it on two computers using this config:
sr. member
Activity: 322
Merit: 250
3D Printed!
Hey Nate, what are your thoughts on adding a a timer function to MultiMiner? I am working on setting my farm to stop mining during peak kWh times during the day to save $ on my power bill and maximize profits.

Thanks
newbie
Activity: 5
Merit: 0
Thanks got her loaded - just waited it out Smiley

now seems to have disappeared.. it's open but not appearing anywhere, checked the doc and see if its hidden, but can't get it to popup but shows open, any ideas?
newbie
Activity: 5
Merit: 0
Thanks got her loaded - just waited it out Smiley
newbie
Activity: 5
Merit: 0
Hi, trying to get MultiMiner running, but having problems.... I have Mac OS X 10.9.2 - I installed XCode, Quartz, Mono and MultiMiner - but when I goto start MM I get the spinning ball, it freezes, never starts and I have to force quit.

Any suggestions?

Don't force quit it. Be patient. It takes time for X Window and Mono to spin up.

If you are looking for a native solution for OS X there is also Asteroid and MacMiner.

Hi Thanks for your reply... how long does it take? I let it go for a couple minutes - I will try again..

Also, I use macminer on my mac for my BFL stuff, but I have Antminer S1's as well and want 1 software to monitor and control everything that is why I wants MultiMiner, as well as being able to mine and switch pools for profitability
hero member
Activity: 840
Merit: 1002
Hi, trying to get MultiMiner running, but having problems.... I have Mac OS X 10.9.2 - I installed XCode, Quartz, Mono and MultiMiner - but when I goto start MM I get the spinning ball, it freezes, never starts and I have to force quit.

Any suggestions?

Don't force quit it. Be patient. It takes time for X Window and Mono to spin up.

If you are looking for a native solution for OS X there is also Asteroid and MacMiner.
legendary
Activity: 1288
Merit: 1004
Without doing anything MM sees the Dragon Miner I am testing.
This is great.
newbie
Activity: 5
Merit: 0
Hi, trying to get MultiMiner running, but having problems.... I have Mac OS X 10.9.2 - I installed XCode, Quartz, Mono and MultiMiner - but when I goto start MM I get the spinning ball, it freezes, never starts and I have to force quit.

Any suggestions?
hero member
Activity: 840
Merit: 1002
aint this useless ?

with pplns you get shares based on random past block.. so if you aint there coz you switched.. you get shit..meaning overall youll loose alot more then staying on one coin.

any feedback ?

Auto-Mining Strategies are just a (small) part of the feature-set. And not all servers are PPLNS.
full member
Activity: 338
Merit: 100
https://eloncity.io/
aint this useless ?

with pplns you get shares based on random past block.. so if you aint there coz you switched.. you get shit..meaning overall youll loose alot more then staying on one coin.

any feedback ?
hero member
Activity: 840
Merit: 1002
Version 2.8.5 of MultiMiner is now available with the following changes:

  • Fixed an error starting mining with Auto-Mining enabled and all Coin APIs offline
  • Fixed default Coin Configurations auto-assigned to Scrypt ASICs
  • Fixed the Start button not becoming enabled after adding Coin Configurations that get auto-assigned
  • Check for Effective Hashrate when considering suspect mining processes (Process Log will state "Subpar shares")
  • Notifications pushed to MobileMiner are now sent in batches
  • Improved compatibility with BFGMiner 3.99 and 4.0 when scanning hardware
hero member
Activity: 840
Merit: 1002
I sent you a link to the logs in a PM.  It seems to be resolved with pr3.
I have also been having some odd issues with my S1 sometimes showing as offline (even when it isn't). 

This is probably to do with the timeout set in MultiMiner for getting responses from Network Devices. My S1 can take over a second sometimes to respond which is more than my current timeout.

My plan is to up the timeout and make the calls async so this should be more consistently reported in a future update.
full member
Activity: 210
Merit: 100
I have 10 U2s.  Their total hashrate is reported correctly (Harbringer), but when you click the details, only one is reported - that's the issue.
The proxy is been buggy and is currently not in use.
I only have one S1.

Ah thank you! That makes more sense. Can you send me your ApiLog.json file found in the MultiMiner data folder (%appdata%\MultiMiner)? This sounds like the BFGMiner bug that was in a few of the pre-release binaries.

Here is the latest set of Windows binaries that has a fix for that included:

https://www.dropbox.com/s/1ddrw1rc7jjtiqs/bfgminer_gridseed_pr3.7z

I sent you a link to the logs in a PM.  It seems to be resolved with pr3.
I have also been having some odd issues with my S1 sometimes showing as offline (even when it isn't). 
Pages:
Jump to: