Bitcoin Forum
June 19, 2024, 09:17:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 [172] 173 174 175 176 177 178 179 180 181 182 183 184 185 186 »
  Print  
Author Topic: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform)  (Read 827261 times)
ShosMeister
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 04, 2014, 12:12:37 AM
 #3421

Make sure you have the correct OS drivers installed:
https://github.com/nwoolls/MultiMiner/wiki/Drivers#silicon-labs-usb-to-uart-driver

Then use the Scan Hardware menu item.
Can't attach screen shots but Device Mgr shows:
Silicon Labs CP210x USB to UART Bridge (COM14)
Driver Date: 03/19/2014
Driver Version: 6.7.0.0

If the ZeusMiner still doesn't show, I've heard reports that their newer hardware requires a lower frequency. You can specify that in MultiMiner in the settings here using the following SHA256 arguments:

Code:
--set zus:clock=248
But the ZeusMiner Thunder X6 is scrypt ASIC not SHA256 right? Still need to put that in?
The arguments may also be needed in the Hardware scan field on the same screen.
Thought that may be so I had already added -S zus:all which I found referenced on another thread somewhere.

Also, for some reason, my rockminor r-box has dissappeared Sad

Make sure you have the correct drivers installed and / or try reinstalling them (same driver as above).
Tried that and the scan hardware doesn't show it up. Was mostly asking in case anyone knew how to verify it was actually connected to the machine or did it die/have a bad cable - already tried a new cable and multiple ports Sad
Thanks!
bensam123
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
December 05, 2014, 07:45:59 PM
 #3422

Any chances MM will be compatible with Nvidia GPUs?
ShosMeister
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 05, 2014, 10:44:14 PM
 #3423

Oh and by the way, the COM14 is my AntMiner so still no sign of the Zeus or RockMiner Sad
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 06, 2014, 04:16:04 AM
 #3424

If the ZeusMiner still doesn't show, I've heard reports that their newer hardware requires a lower frequency. You can specify that in MultiMiner in the settings here using the following SHA256 arguments:

Code:
--set zus:clock=248
But the ZeusMiner Thunder X6 is scrypt ASIC not SHA256 right? Still need to put that in?

Too true - for Scrypt mining use the Scrypt arguments field / setting.

Oh and by the way, the COM14 is my AntMiner so still no sign of the Zeus or RockMiner Sad

They should all show in the Device Manager in the Control Panel. All three of the devices should have COM ports assigned and be using the Silicon Labs USB to UART driver. So it sounds like the driver is not installed properly or there is something hardware related causing a problem.

Did you perhaps try installing the WinUSB driver for these devices in order to use CGMiner? If so, you will need to remove & delete that driver via the Control Panel first.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
rollingMyCar
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 06, 2014, 02:42:12 PM
 #3425

i have a new 970 maxwell here...

multiMiner will be updated to will be used with this new GPU?

thanks
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 06, 2014, 03:39:14 PM
 #3426

i have a new 970 maxwell here...

multiMiner will be updated to will be used with this new GPU?

thanks

Doubtful, but not out of the question.

More specifically, last I checked Nvidia-specific miners (CudaMiner, CCMiner) do not have an API to interact with, much less an RPC API compatible with CGMiner & BFGMiner that would allow them to drop in-place into MultiMiner.

On top of that, I do not own any Nvidia GPUs nor do I GPU mine anymore.

That said it's an Open Source project and anyone is free to contribute. In addition if someone wants to fund the feature I'd be open to that as well, but they would need to cover the cost of both the hardware and development.

What would be great is if the authors of these Nvidia miners would contribute to an open project like BFGMiner or adopt an RPC API compatible with CGMiner and BFGMiner, at least some subset.

Another option (and the one I would probably use) would be to write an Open Source shim or wrapper around the Nvidia miner that provides the RPC API subset.

Otherwise other authors such as myself have to treat their miners entirely differently than CGMiner, BFGMiner, SGMiner, etc. etc.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
rollingMyCar
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 06, 2014, 07:01:42 PM
 #3427

i have a new 970 maxwell here...

multiMiner will be updated to will be used with this new GPU?

thanks

Doubtful, but not out of the question.

More specifically, last I checked Nvidia-specific miners (CudaMiner, CCMiner) do not have an API to interact with, much less an RPC API compatible with CGMiner & BFGMiner that would allow them to drop in-place into MultiMiner.

On top of that, I do not own any Nvidia GPUs nor do I GPU mine anymore.

That said it's an Open Source project and anyone is free to contribute. In addition if someone wants to fund the feature I'd be open to that as well, but they would need to cover the cost of both the hardware and development.

What would be great is if the authors of these Nvidia miners would contribute to an open project like BFGMiner or adopt an RPC API compatible with CGMiner and BFGMiner, at least some subset.

Another option (and the one I would probably use) would be to write an Open Source shim or wrapper around the Nvidia miner that provides the RPC API subset.

Otherwise other authors such as myself have to treat their miners entirely differently than CGMiner, BFGMiner, SGMiner, etc. etc.

ok!!


thank you nwooll!!

thanks anyway for your work
tutorialevideo
Legendary
*
Offline Offline

Activity: 1161
Merit: 1001

Don`t invest more than you can afford to lose


View Profile WWW
December 07, 2014, 04:54:07 PM
 #3428

how to set the cloack for the asicminer prisma? --set-clk ?

Hosting Bitcoin and any mining gear in Europe/Romania.

https://bitcointalk.org/index.php?topic=5228685.msg53918147#msg53918147

For more info you can write me!
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 07, 2014, 05:44:58 PM
Last edit: December 08, 2014, 01:17:09 AM by nwoolls
 #3429

how to set the clock for the asicminer prisma? --set-clk ?

I'm not sure I understand your question. As far as I understand the Prisma is a self-contained Network Device - in other words it has its own ethernet controller (Raspberry Pi). You would not set any clock settings from MultiMiner and I am not aware of the CGMiner arguments for the Prisma.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
redHairy
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 07, 2014, 08:25:41 PM
 #3430

how to set the cloack for the asicminer prisma? --set-clk ?

Mmmmmmmaybe you mean "how to set clock"

 Grin Grin Grin

kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
December 08, 2014, 01:47:21 AM
 #3431

not sure if someone had posted this question earlier or not!!!!!!!!!!!!

is it compatible with raspberry pi if yes than how can i get its script to burn on mem card for RPi?

thanks

nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 08, 2014, 03:36:04 AM
Last edit: December 08, 2014, 05:10:01 AM by nwoolls
 #3432

not sure if someone had posted this question earlier or not!!!!!!!!!!!!

is it compatible with raspberry pi if yes than how can i get its script to burn on mem card for RPi?

thanks

While it may be possible to run MultiMiner on a Pi (using Mono and X) the overhead would be pretty substantial for such a low-power device. It is not the recommended setup.

MultiMiner 4 is a rewrite in C which will allow it to run on a wider range of devices.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 08, 2014, 04:51:20 AM
 #3433

MultiMiner version 3.7.2 is now available for download with the following changes:

  • Move the new Side Bar up to prevent mis-clicks on the Stop Mining button
  • Allow configuring Stratum Proxies without needing to Scan Hardware afterward
  • Reduce the frequency of calls to the MobileMiner API

If you have any feature requests or issues please log them here:

http://issues.multiminerapp.com

And for help on using the app, see:

http://help.multiminerapp.com

Finally, to learn how to contribute, visit:

http://contribute.multiminerapp.com

Happy mining!  Smiley

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
opentoe
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000

Personal text my ass....


View Profile WWW
December 10, 2014, 08:09:31 AM
 #3434

Can I monitor my Spondoolie SP10 that's being co-located that is not on my subnet, but has it's own IP address? I full access to it, and SSH as well. My Antminers magically appeared without me doing anything with those.  Now, just trying to get my Spondoolie on the list. Can I add it by the IP address?

Thanks.

Need help with your Newznab usenet indexer? http://www.newznabforums.com
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 10, 2014, 08:50:01 AM
 #3435

Can I monitor my Spondoolie SP10 that's being co-located that is not on my subnet, but has it's own IP address? I full access to it, and SSH as well. My Antminers magically appeared without me doing anything with those.  Now, just trying to get my Spondoolie on the list. Can I add it by the IP address?

There isn't a UI for it currently but you should be able to add it manually to NetworkDevicesConfiguration.xml found by entering %appdata%\MultiMiner in the address bar of the Windows File Explorer. There should already be examples for the auto-detected devices. Do this with MultiMiner closed so it does not overwrite your additions.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
psjw4450
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
December 14, 2014, 11:05:39 AM
 #3436

Is there a way to change the current pool on all my SP20s without having to right click on each one.  
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 14, 2014, 05:58:16 PM
 #3437

Is there a way to change the current pool on all my SP20s without having to right click on each one.  

This is currently only supported with Local Devices (not Network Devices) but I'll see about getting that into the next update.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
bestsponsor
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
December 15, 2014, 08:13:39 AM
 #3438

i have a new 970 maxwell here...

multiMiner will be updated to will be used with this new GPU?

thanks
Not Sad

nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
December 15, 2014, 03:59:31 PM
 #3439

i have a new 970 maxwell here...

multiMiner will be updated to will be used with this new GPU?

thanks
Not Sad

I answered this question above:

Doubtful, but not out of the question.

More specifically, last I checked Nvidia-specific miners (CudaMiner, CCMiner) do not have an API to interact with, much less an RPC API compatible with CGMiner & BFGMiner that would allow them to drop in-place into MultiMiner.

On top of that, I do not own any Nvidia GPUs nor do I GPU mine anymore.

That said it's an Open Source project and anyone is free to contribute. In addition if someone wants to fund the feature I'd be open to that as well, but they would need to cover the cost of both the hardware and development.

What would be great is if the authors of these Nvidia miners would contribute to an open project like BFGMiner or adopt an RPC API compatible with CGMiner and BFGMiner, at least some subset.

Another option (and the one I would probably use) would be to write an Open Source shim or wrapper around the Nvidia miner that provides the RPC API subset.

Otherwise other authors such as myself have to treat their miners entirely differently than CGMiner, BFGMiner, SGMiner, etc. etc.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
Axiste
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
December 22, 2014, 12:19:11 AM
 #3440

MultiMiner 3.7.5 is available..

Cant tell you whats in it lol

If my advice has helped you out, feel free to throw some Satoshi's my way!
BTC: 1Nq7hrRDamdnNiTBaFxEn5DuZYS9kD3tbJ
Running a Full Node Smiley
Pages: « 1 ... 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 [172] 173 174 175 176 177 178 179 180 181 182 183 184 185 186 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!