Bitcoin Forum
April 30, 2024, 10:34:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 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 ... 186 »
  Print  
Author Topic: MultiMiner: Any Miner, Any Where, on Any Device (Free, Open Source, Cross Platform)  (Read 827250 times)
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 21, 2014, 02:31:30 AM
 #2101

Decided to test network mining today - mainly for fun and to copy my configs and I'm having trouble.  I think that I'm not configuring the API right.  Just trying to get two windows machines to see each other on the same network.  What, exactly, needs to be set up to initiate a connection?

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
1714473267
Hero Member
*
Offline Offline

Posts: 1714473267

View Profile Personal Message (Offline)

Ignore
1714473267
Reply with quote  #2

1714473267
Report to moderator
1714473267
Hero Member
*
Offline Offline

Posts: 1714473267

View Profile Personal Message (Offline)

Ignore
1714473267
Reply with quote  #2

1714473267
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714473267
Hero Member
*
Offline Offline

Posts: 1714473267

View Profile Personal Message (Offline)

Ignore
1714473267
Reply with quote  #2

1714473267
Report to moderator
1714473267
Hero Member
*
Offline Offline

Posts: 1714473267

View Profile Personal Message (Offline)

Ignore
1714473267
Reply with quote  #2

1714473267
Report to moderator
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 21, 2014, 02:34:14 AM
 #2102

Decided to test network mining today - mainly for fun and to copy my configs and I'm having trouble.  I think that I'm not configuring the API right.  Just trying to get two windows machines to see each other on the same network.  What, exactly, needs to be set up to initiate a connection?

I'm not quite sure which feature you mean. If you mean using MultiMiner Remoting you need:

  • Two machines with MultiMiner
  • Perks enabled with Remoting enabled
  • They need to have the same Workgroup configured either via Windows or Samba
  • They need to have the same password (or none) in the Perks dialog

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

Activity: 210
Merit: 100


View Profile
February 21, 2014, 02:35:53 AM
 #2103

Decided to test network mining today - mainly for fun and to copy my configs and I'm having trouble.  I think that I'm not configuring the API right.  Just trying to get two windows machines to see each other on the same network.  What, exactly, needs to be set up to initiate a connection?

I'm not quite sure which feature you mean. If you mean using MultiMiner Remoting you need:

  • Two machines with MultiMiner
  • Perks enabled with Remoting enabled
  • They need to have the same Workgroup configured either via Windows or Samba
  • They need to have the same password (or none) in the Perks dialog

Yup, that's what I was missing - the perks on one machine.  Thanks.  Cheesy

Have you considdered making a Wiki for a manual? 

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 21, 2014, 02:42:52 AM
 #2104

Decided to test network mining today - mainly for fun and to copy my configs and I'm having trouble.  I think that I'm not configuring the API right.  Just trying to get two windows machines to see each other on the same network.  What, exactly, needs to be set up to initiate a connection?

I'm not quite sure which feature you mean. If you mean using MultiMiner Remoting you need:

  • Two machines with MultiMiner
  • Perks enabled with Remoting enabled
  • They need to have the same Workgroup configured either via Windows or Samba
  • They need to have the same password (or none) in the Perks dialog

Yup, that's what I was missing - the perks on one machine.  Thanks.  Cheesy

Have you considered making a Wiki for a manual?  

Woops, spoke too soon.  One of my machines saw it briefly, but didn't see any devices and didn't copy my coin config to it.  The other device never saw it.  I tried to disable/renable the perk to restart it, and the second machine got a crash.  
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at MultiMiner.Remoting.Broadcast.Listener.TryToAllocateClient(Int32 maxTries) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Remoting\Broadcast\Listener.cs:line 48
   at MultiMiner.Remoting.Broadcast.Listener.Listen() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Remoting\Broadcast\Listener.cs:line 29
   at MultiMiner.Win.Forms.MinerForm.EnableRemoting() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 3395
   at MultiMiner.Win.Forms.MinerForm.SetupRemoting() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 2964
   at MultiMiner.Win.Forms.MinerForm.RefreshViewForConfigurationChanges() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 1350
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.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.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/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.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.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Engine.DLL
----------------------------------------
MultiMiner.Utility
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Utility.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
----------------------------------------
MultiMiner.Xgminer.Api
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Xgminer.Api.DLL
----------------------------------------
MultiMiner.Xgminer
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Xgminer.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
----------------------------------------
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.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
----------------------------------------
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
----------------------------------------
_6fjgoxc
    Assembly Version: 2.7.3.161
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
eyakdkj_
    Assembly Version: 2.7.3.161
    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.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Discovery.DLL
----------------------------------------
MultiMiner.Remoting
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/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
----------------------------------------
nky4jmmy
    Assembly Version: 2.7.3.161
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
g8dekpkc
    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.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.CoinWarz.DLL
----------------------------------------
MultiMiner.CoinApi
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.CoinApi.DLL
----------------------------------------
MultiMiner.CoinChoose
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.CoinChoose.DLL
----------------------------------------
78b7amim
    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:/Program%20Files%20(x86)/MultiMiner/Newtonsoft.Json.DLL
----------------------------------------
MultiMiner.Coinbase
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Coinbase.DLL
----------------------------------------
hrs2ps64
    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
----------------------------------------
gd3h5i3w
    Assembly Version: 2.7.3.161
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
e5ngy72k
    Assembly Version: 2.7.3.161
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
bkdchahl
    Assembly Version: 2.7.3.161
    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:/Program%20Files%20(x86)/MultiMiner/Interop.IWshRuntimeLibrary.DLL
----------------------------------------
Interop.Shell32
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/Interop.Shell32.DLL
----------------------------------------
10eyark0
    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.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Stats.DLL
----------------------------------------
6-thi5cy
    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.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.Xgminer.Discovery.DLL
----------------------------------------
MultiMiner.MobileMiner
    Assembly Version: 2.7.3.161
    Win32 Version: 2.7.3.161
    CodeBase: file:///C:/Program%20Files%20(x86)/MultiMiner/MultiMiner.MobileMiner.DLL
----------------------------------------
eokrjj-4
    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
----------------------------------------
bf_bdkx9
    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
----------------------------------------
mhmx5con
    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
----------------------------------------
lnc2yqrf
    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
----------------------------------------
pxcurojh
    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
----------------------------------------
tict41ki
    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
----------------------------------------
beze2k3u
    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
----------------------------------------
tzyvfvxf
    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
----------------------------------------
g_bedzsd
    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.Management
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.ServiceModel
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.4506.5452 (Win7SP1GDR.030729-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
SMDiagnostics
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.4506.5452 (Win7SP1GDR.030729-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/SMDiagnostics/3.0.0.0__b77a5c561934e089/SMDiagnostics.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.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.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
----------------------------------------
System.IdentityModel
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.4506.5452 (Win7SP1GDR.030729-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll
----------------------------------------
cdc5e6nt
    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
----------------------------------------
uae3vsdi
    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:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

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.

Update: After the crash, I restarted MM on the secondary machine and everything started working perfectly - config and everything.  Weird.  I'll keep you posted if I get more crashes though.

P.S. Both of them are on 2.7.3

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

Activity: 840
Merit: 1002


View Profile WWW
February 21, 2014, 02:54:55 AM
 #2105

Update: After the crash, I restarted MM on the secondary machine and everything started working perfectly - config and everything.  Weird.  I'll keep you posted if I get more crashes though.

P.S. Both of them are on 2.7.3

Try enabling the option to "Detect orphaned miners" in Settings. For some reason I have yet to diagnose, if MultiMiner crashes and leaves bfgminer running, the UDP port opened by MultiMiner stays open as well. If you enable that option and kill the orphaned miner that error won't occur.

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
February 21, 2014, 02:57:17 AM
 #2106

Windows Event Viewer doesn't seem to have anything useful (to me), but here ya go.  Just updated to 2.7.3.  I'll see if it crashes.  2.7.2 took a bit before it crashed.

General:
Code:
Faulting application name: MultiMiner.Win.exe, version: 2.7.2.158, time stamp: 0x5302f448
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1677
Exception code: 0xe053534f
Fault offset: 0x000000000000940d

That helps a lot - thank you very much. Looks like a stack overflow which gets me going in the right direction.

Can you try this build out for me? I'd like to see if this fixes the stack overflow for you:

https://www.dropbox.com/s/pkj1rywhf5mlvey/MultiMiner-2.7.3.zip

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

Activity: 210
Merit: 100


View Profile
February 21, 2014, 03:06:31 AM
 #2107

Can you try this build out for me? I'd like to see if this fixes the stack overflow for you:

https://www.dropbox.com/s/pkj1rywhf5mlvey/MultiMiner-2.7.3.zip

I've fired it up, but as it's somewhat sporadic at crashing, I'm not sure if I'll notice or not.

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 21, 2014, 03:12:38 AM
 #2108

It's too bad that MuM doesn't support CUDAminer or a SCRYPT proxy.  If either worked, I'd be running it on both machines all the time.

Did something I say help you out?    BTC - 18oTipf66z8dbwTgRCiPjbdPmqEP7zuCFb
Raptor2213
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 21, 2014, 08:05:10 PM
 #2109

Can you try this build out for me? I'd like to see if this fixes the stack overflow for you:

https://www.dropbox.com/s/pkj1rywhf5mlvey/MultiMiner-2.7.3.zip

I've fired it up, but as it's somewhat sporadic at crashing, I'm not sure if I'll notice or not.

No crash yet - might have fixed it.

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

Activity: 840
Merit: 1002


View Profile WWW
February 21, 2014, 08:18:16 PM
 #2110

No crash yet - might have fixed it.

Good to hear - I'm getting similar reports from another user I've been working with.

Thanks for the feedback. I'll push out a 2.7.4 with this fix a few others.

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

Activity: 207
Merit: 100


View Profile
February 21, 2014, 08:26:50 PM
 #2111

Just curious if there's any update on the DualMiner stuff? Still have the same roadblock?
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 21, 2014, 08:29:45 PM
 #2112

Just curious if there's any update on the DualMiner stuff? Still have the same roadblock?

There's progress. Different roadblock now. Just waiting on more info.

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

Activity: 207
Merit: 100


View Profile
February 21, 2014, 08:30:46 PM
 #2113

Just curious if there's any update on the DualMiner stuff? Still have the same roadblock?

There's progress. Different roadblock now. Just waiting on more info.

Whoa, holy fast response, Batman!

Thanks for the update, nwoolls. As always, I greatly appreciate your dedication to this community.
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 22, 2014, 01:37:59 AM
 #2114

Bummer.  Seriously.
I am so glad you are all over it though.
Is it driver or code info you are waiting for from DualMiner or something else?
Running cgminer on my system does all sorts of weird things I do not like.

On a good note I decided to see if Foxconn would be able to warranty my motherboard that died a few weeks ago.  Turns out it was out of warranty but they are sending me a replacement for $30.  I will have it next week towards the end of the week.  That is some great customer service as the boards are still $159 new.  I am impressed, surprised and happy. 
Soon I will have my main mining system back up and running and can run the DualMiner separate if I have to while support is still being worked on.

Thanks for the work I appreciate it.

Just curious if there's any update on the DualMiner stuff? Still have the same roadblock?

There's progress. Different roadblock now. Just waiting on more info.

crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
February 22, 2014, 02:53:34 AM
 #2115

Any idea what could be causing multi miner to keep on showing program not responding tried uninstalling removing everything related to it and still it continues to say program not responding every few min. Also tried to use 2.6.2 still does it

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
nwoolls (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 22, 2014, 07:54:01 AM
 #2116

Any idea what could be causing multi miner to keep on showing program not responding tried uninstalling removing everything related to it and still it continues to say program not responding every few min. Also tried to use 2.6.2 still does it

Try disabling the option to Automatically detect Network Devices under Settings > Advanced application settings. If that helps, do you have a slow miner and / or a lot of miners on your network?

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
February 22, 2014, 07:54:57 AM
 #2117

Bummer.  Seriously.
I am so glad you are all over it though.

Sorry - didn't mean to imply it was a big roadblock. Just that I was waiting. There's info going back and forth so things are progressing.

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
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 22, 2014, 07:57:02 AM
 #2118

Ah ok. 
That is great then.   Grin

Bummer.  Seriously.
I am so glad you are all over it though.

Sorry - didn't mean to imply it was a big roadblock. Just that I was waiting. There's info going back and forth so things are progressing.

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

Activity: 840
Merit: 1002


View Profile WWW
February 22, 2014, 07:57:57 AM
 #2119

Just launched a new MultiMiner homepage at http://multiminerapp.com if you folks feel like taking a look around.  Grin

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
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 22, 2014, 06:16:42 PM
 #2120

I got it and it's great.
I closed and opened it a few times to see my panels were the same.  LOL
It also seems a bit faster did you optimize any code?  Used to take a longer to open on my laptop where I monitor my miners from.
Thanks again for great work.

Just launched a new MultiMiner homepage at http://multiminerapp.com if you folks feel like taking a look around.  Grin

Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 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 ... 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!