|
@@ -161,9 +161,6 @@ static const char *SCRYPTSTR = "scrypt";
|
|
|
static const char *SHA256STR = "sha256";
|
|
static const char *SHA256STR = "sha256";
|
|
|
|
|
|
|
|
static const char *DEVICECODE = ""
|
|
static const char *DEVICECODE = ""
|
|
|
-#ifdef USE_AVALON
|
|
|
|
|
- "AVA "
|
|
|
|
|
-#endif
|
|
|
|
|
#ifdef HAVE_OPENCL
|
|
#ifdef HAVE_OPENCL
|
|
|
"GPU "
|
|
"GPU "
|
|
|
#endif
|
|
#endif
|
|
@@ -173,6 +170,9 @@ static const char *DEVICECODE = ""
|
|
|
#ifdef USE_ICARUS
|
|
#ifdef USE_ICARUS
|
|
|
"ICA "
|
|
"ICA "
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+#ifdef USE_AVALON
|
|
|
|
|
+ "AVA "
|
|
|
|
|
+#endif
|
|
|
#ifdef USE_X6500
|
|
#ifdef USE_X6500
|
|
|
"XBS "
|
|
"XBS "
|
|
|
#endif
|
|
#endif
|