Bitcoin Forum
June 18, 2024, 11:56:36 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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)
bensam123
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
May 22, 2014, 04:58:59 AM
 #2801

I'm not sure... when I run from the API like that it comes up after a bit of downtime (it waits for a retry before coming back up). I can only guess MM isn't waiting for the pools to retry before just erroring out, where as sgminer (from the process log) will come up after a couple retries. However after a little while, the pools appear to be down and SGMiner can no longer find work... it'll wait like another five minutes before finding them again, then lose the connection sporadically, rinse repeat.

The weird thing is when I connect using my .bat file and SPHSGMINER normally they come up, although they have the occasional interruption. My connection is sometimes flaky, but I can almost always maintain a connection (sometimes it'll get interrupted for a few seconds).

I tried drkpool.com as well as suchpool.pw which is what I normally use and they both have the same issues.


It'd be nice if there was a counter for the amount of time MM has spent waiting for specific pools, how long it's spent on pools in the list, and how uptime of the specific stratum. Maybe even a pool health list.
z0n0
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006



View Profile
May 22, 2014, 10:17:11 AM
 #2802

I see a lot of ppl having trouble with mining X11 coins. After few days I finaly did it Smiley
Here are screen shots, with setup that works for me. Maybe someone did it with different config, THIS is how it works for me.
Hope it can help you in some way.







Oldminer
Legendary
*
Offline Offline

Activity: 1022
Merit: 1001



View Profile
May 22, 2014, 11:15:46 AM
 #2803

One of the biggest issues that still remains with this software is the API. Due to the costs and restraints on how many times you can check for the most profitable coin I find myself sometimes manually selecting 'coin switch' and selecting another coin which then unchecks 'mine most profitable coin' which I then have to go back in and turn on. Any chance you can change this so it doesnt remove the base setting or prompts me as to whether I want to make this a permanent or temporary change ?

Also, still waiting on the ability to be able to click start date/time under the history tab so the most recently mined coins are at the top, rather than having to scroll to the bottom everytime I want to check (or just put the recent at the top by default?). The more you can remove micro-management from this software the more appealing it will be imo. Not had any crashes for some time which is great.

If you like my post please feel free to give me some positive rep https://bitcointalk.org/index.php?action=trust;u=18639
Tip me BTC: 1FBmoYijXVizfYk25CpiN8Eds9J6YiRDaX
imall4btc
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
May 22, 2014, 06:30:09 PM
Last edit: May 22, 2014, 06:46:07 PM by imall4btc
 #2804

EDIT: After restarting the app twice all seems to work smoothly now. I hope coin switching also works perfectly when profitability changes.
A BIG thank you to nwoolls for all the hard work he puts in developing and maintaining MM.

Good to know about the latest development in v3.0.0 of MM. I was easily able to set the app to mine x11 algo coins with sph-sgminer v4.1.0, however no profitability check/coin-switching seems to work now (except for scrypt and sha-256 algo). I set the app to check coin profitability API with interval of 5 minutes but still, nothing changed. However as expected, at coinwarz profitability data changed. Plus can't the app suggest different algo coins to mine based on profitability, like it works for scrypt and sha-256 algo?

Thanks

Wallet addresses being updated...
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 22, 2014, 08:19:05 PM
 #2805

Got everything set up and working, but MultiMiner isn't detecting my Pi.  I run a 192.168.1.x network.  Here's my config.
Code:
#!/bin/bash
sleep 10
/usr/bin/screen -dmS miner /opt/minepeon/bin/bfgminer --set-device gridseed:clock=825 -S all --queue 10 --device gsd --set-device gridseed:clock=850 --scrypt --api-description Gridseed --api-listen --api-allow W:127.0.0.1,W:192.168.1.0/24 -c /opt/minepeon/etc/miner.conf

MulltiMiner is still detecting my AntMiner S1s on the same network.

If MultiMiner still isn't finding it you can use the following utility to troubleshoot:

https://www.dropbox.com/s/4v0ri2ax39stgax/MultiMiner.Xgminer.Api.Client.7z

This is a simple console RPC API client. Run it on the same machine as MultiMiner, passing in the port and IP of the mining machine:

Code:
MultiMiner.Xgminer.Api.Client.exe 4028 192.168.0.100

Where 192.168.0.100 is the miner. After it has launched, try typing "version" or "devs" without the quotes. That should return information from the miner if things are setup properly.

Finally, try restarting MultiMiner. It only scans the network every 10 minutes but if you restart it will scan right away.

Version and Devs both return the right information.  I was running it on my Pi, but for some reason got a lot of HW errors (10%) at 850 clock.  Currently running it locally on the same computer as MuM.  Neither one detected.  Going to retry the Pi again today with StarMiner (was using MinePeon).

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
May 22, 2014, 11:06:14 PM
 #2806

One of the biggest issues that still remains with this software is the API. Due to the costs and restraints on how many times you can check for the most profitable coin I find myself sometimes manually selecting 'coin switch' and selecting another coin which then unchecks 'mine most profitable coin' which I then have to go back in and turn on. Any chance you can change this so it doesnt remove the base setting or prompts me as to whether I want to make this a permanent or temporary change ?

Thanks, I'll look at adding a prompt if you are Auto-Mining and then Quick Switch.

Also, still waiting on the ability to be able to click start date/time under the history tab so the most recently mined coins are at the top, rather than having to scroll to the bottom everytime I want to check (or just put the recent at the top by default?). The more you can remove micro-management from this software the more appealing it will be imo. Not had any crashes for some time which is great.

I looked into it and I doubt I'll change the sort order any time soon (without getting into the specifics). Unfortunately it's just more trouble than it's worth on a technical level right now. I know it seems simple! But I have limited time to work on things.

That said, those 3 lists will automatically scroll to show new information (History, Process Log, API Monitor), so there shouldn't be any micro-management. However, there is a bug where the History view doesn't scroll to the bottom after starting the program. I'll look at fixing that for 3.0. Hopefully that streamlines things.

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
May 22, 2014, 11:18:07 PM
 #2807

Another feature is ready for 3.0. It's minor, and definitely a "why didn't I think of that before??", but it's still pretty cool.

Until now all Network Devices were assumed to be mining BTC, which is becoming less and less of a safe assumption.

Now, MultiMiner will check the pool that each Network Device is mining to and compare it will the list of coins and pools configured in MultiMiner. If it finds a match, MultiMiner will use that coin and profitability information instead.

This gives a much more accurate view of Network Devices, especially if you are using ASICs to mine Scrypt.

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
norgan
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Decentralize your hashing - p2pool - Norgz Pool


View Profile WWW
May 23, 2014, 01:04:50 AM
 #2808

Very nice work on this software. I love it and use it all day every day. Thank you for actually being one of those rare guys who support windows phone also. MultiMiner is the best mining software hands down.

Miner, tech geek, operator of NorgzPool - Sydney Australia P2Pool Node creator of p2pool fancy front end

Tips: 1NorganBbymShTN2MMpfGzRYJF8mcPeXjv Exchange BTC locally in Australia or Donate to p2pool miners
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
May 23, 2014, 01:54:34 AM
 #2809

Very nice work on this software. I love it and use it all day every day. Thank you for actually being one of those rare guys who support windows phone also. MultiMiner is the best mining software hands down.

Thank you very much for your kind words - it honestly means a lot.  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
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
May 23, 2014, 01:59:06 AM
Last edit: May 23, 2014, 02:17:54 AM by nwoolls
 #2810

Another preview of 3.0 is available. In addition to the previous changes, this includes:

  • Coins for Network Device are detected using the pool URL reported via the RPC API
  • Prompt before disabling Auto-Mining Strategies when using the Quick Switch feature
  • Fixed logging panes not initially scrolling to the most recent item (History, API Monitor, etc)
  • Fixed duplicate Proxy entries in the History pane under Devices
  • Show a dialog while scanning hardware for mining devices

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

Changes already found in previous MultiMiner 3.0 previews include:

  • Support for Scrypt-N, Scrypt-Jane, and X11 added
  • Support for hosting multiple Stratum Proxies added, both SHA-2 and Scrypt (requires enabling Perks)
  • Added the ability to choose from a range of supported miners for GPU algorithms (BFGMiner, SGMiner, SPH-SGMiner, Kalroth-SJ CGMiner, Vertminer)
  • Settings are automatically backed up and - if corruption is detected - restored
  • Backend miner downloads are now hosted directly at multiminerapp.com
  • Support for using 3rd-party Scrypt kernels with BFGMiner supported
  • Getwork and Stratum connection details now displayed for Stratum Proxies in the Details Pane

As always thanks for the feedback everyone. Keep it coming!

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
bensam123
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
May 23, 2014, 04:45:48 AM
 #2811

x11 still isn't working, it keeps erroring out on the pools. When manually launching through the API window it has connection problems, but does connect after a few retries. Running SPHSGMINER by itself doesn't have these problems.
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
May 23, 2014, 04:51:32 AM
 #2812

x11 still isn't working, it keeps erroring out on the pools. When manually launching through the API window it has connection problems, but does connect after a few retries. Running SPHSGMINER by itself doesn't have these problems.

Try overwriting SPH-SGMiner in the Miners folder with your working copy. I'm able to mine X11 as are others in the thread so it sounds like there is some difference with your system.

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
bensam123
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
May 23, 2014, 05:54:01 AM
 #2813

The newest version of MM you just posted seems to have partially remedied this problem.

The default install of SPHSGMINER still does not work (it just sits there after I click start. Trying to launch it from the process window results in sgminer crashing). However, when I drop in my version it'll initially connect to drkpool (which is my last stratum) and after about three minutes it'll eventually end back up on suchpool.pw (my normal stratum).

When launching SPHSGMINER with my bat file it'll end up immediately on suchpool and wont end up on drkpool. I know suchpool seems to be having stratum issues off and on, but the behavior between MM and my normal bat file should be identical as the settings are identical and I'm using the same exact version of SPHSGMINER.


Please consider changing version numbers on your builds. I know you're changing a lot of stuff really fast, but it's hard to tell if I have the newest version anymore. Like 3.00.00 alpha2 or something.
atomicchaos
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
May 23, 2014, 06:21:53 AM
 #2814


Sure I'll take a look. I didn't know SGMiner supported anything but Scrypt and GPUs.

Edit: Meh. This is why I didn't want to get into supporting various miners. Is this right? SGMiner supports Scrypt and Scrypt-N, but SPH-SGMiner (the "multi-algorithm SGMiner") doesn't support Scrypt-N? This is going to be fun  Shocked

Good to see you're supporting SGminer now, I was hoping that would be the case at some point, as BFGminer wasn't cutting it for me.

BTC:113mFe2e3oRkZQ5GeqKhoHbGtVw16unnw2
Oldminer
Legendary
*
Offline Offline

Activity: 1022
Merit: 1001



View Profile
May 23, 2014, 10:22:06 AM
 #2815

Tried the new version but if I select 'no' to 'disable mine most profitable coin' after switching coins it instantly swaps back to the coin it was just mining. If I select 'yes' the switch remains but I have to go back in and manually enable 'mine most profitable coin' Sad

If you like my post please feel free to give me some positive rep https://bitcointalk.org/index.php?action=trust;u=18639
Tip me BTC: 1FBmoYijXVizfYk25CpiN8Eds9J6YiRDaX
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
May 23, 2014, 07:21:32 PM
 #2816

Please consider changing version numbers on your builds. I know you're changing a lot of stuff really fast, but it's hard to tell if I have the newest version anymore. Like 3.00.00 alpha2 or something.

The build is updated for each one. You can check the build number on the EXEs and DLLs in the file properties. Current build is 212 or something like that. This sort of thing is also just temporary when working on pre-releases of major updates.

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
Foss
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
May 23, 2014, 07:21:48 PM
 #2817

Please add "current pool difficulty" column,
Hi Nate, maybe will do this Huh I'm using sgminer and Karloth cgminer in MM, and they allow add this function Smiley

BTC: 147kwy3LndX6jkwGC3mU9j6rZMWU8g1Amd
DASH: XhR4V6ChnQp7LDWhpArwBMXARxU5LGiq8a
ETH: 0xe4b10dff72b58a363a3c8b70e21cfb236e2697c9
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
May 23, 2014, 07:23:04 PM
 #2818

Tried the new version but if I select 'no' to 'disable mine most profitable coin' after switching coins it instantly swaps back to the coin it was just mining. If I select 'yes' the switch remains but I have to go back in and manually enable 'mine most profitable coin' Sad

Ah thanks - thinking it through that makes sense. Since Auto-Mining is enabled, once it restarts mining it just swaps back. I'll fix it up - thanks for reporting!

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
May 23, 2014, 07:23:47 PM
 #2819

Please add "current pool difficulty" column,
Hi Nate, maybe will do this Huh I'm using sgminer and Karloth cgminer in MM, and they allow add this function Smiley

Double-click a device to see the difficulty on the right-hand-side.

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
May 23, 2014, 07:24:51 PM
 #2820

Just a quick note to say that I've moved MobileMiner discussion to a separate thread instead of hijacking this one for both topics:

https://bitcointalk.org/index.php?topic=622655.0

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
Pages: « 1 ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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!