|
|
|
@ -958,11 +958,13 @@ extern bool add_pool_details(struct pool *pool, bool live, char *url, char *user
@@ -958,11 +958,13 @@ extern bool add_pool_details(struct pool *pool, bool live, char *url, char *user
|
|
|
|
|
#define MIN_INTENSITY_STR (opt_scrypt ? MIN_SCRYPT_INTENSITY_STR : MIN_SHA_INTENSITY_STR) |
|
|
|
|
#define MAX_INTENSITY (opt_scrypt ? MAX_SCRYPT_INTENSITY : MAX_SHA_INTENSITY) |
|
|
|
|
#define MAX_INTENSITY_STR (opt_scrypt ? MAX_SCRYPT_INTENSITY_STR : MAX_SHA_INTENSITY_STR) |
|
|
|
|
#define MAX_GPU_INTENSITY MAX_SCRYPT_INTENSITY |
|
|
|
|
#else |
|
|
|
|
#define MIN_INTENSITY MIN_SHA_INTENSITY |
|
|
|
|
#define MIN_INTENSITY_STR MIN_SHA_INTENSITY_STR |
|
|
|
|
#define MAX_INTENSITY MAX_SHA_INTENSITY |
|
|
|
|
#define MAX_INTENSITY_STR MAX_SHA_INTENSITY_STR |
|
|
|
|
#define MAX_GPU_INTENSITY MAX_SHA_INTENSITY |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
extern bool hotplug_mode; |
|
|
|
|