Browse Source

bugfix

cl-refactor
Genoil 9 years ago
parent
commit
27fd225917
  1. 8
      ethminer/MinerAux.h
  2. BIN
      releases/ethminer-0.9.41-genoil-1.0.7b.zip
  3. BIN
      releases/ethminer-0.9.41-genoil-1.0.7b1.zip

8
ethminer/MinerAux.h

@ -123,6 +123,7 @@ public:
else if ((arg == "-FF" || arg == "-FS" || arg == "--farm-failover" || arg == "--stratum-failover") && i + 1 < argc)
{
string url = argv[++i];
if (mode == OperationMode::Stratum)
{
size_t p = url.find_last_of(":");
@ -137,6 +138,10 @@ public:
m_farmFailOverURL = url;
}
}
else
{
m_farmFailOverURL = url;
}
}
else if (arg == "--farm-recheck" && i + 1 < argc)
try {
@ -1087,9 +1092,8 @@ private:
string m_port;
string m_fuser = "";
string m_fpass = "";
string m_fport = "";
#endif
string m_fport = "";
};
char MinerCLI::s_dagDir[256] = "";

BIN
releases/ethminer-0.9.41-genoil-1.0.7b.zip

Binary file not shown.

BIN
releases/ethminer-0.9.41-genoil-1.0.7b1.zip

Binary file not shown.
Loading…
Cancel
Save