mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-30 08:24:26 +00:00
Increase max devices to 64 (for FPGA support)
This commit is contained in:
parent
f9af5acf13
commit
0be2b9e9b6
2
miner.h
2
miner.h
@ -507,7 +507,7 @@ extern int add_pool_details(bool live, char *url, char *user, char *pass);
|
|||||||
#define ADD_POOL_OK 0
|
#define ADD_POOL_OK 0
|
||||||
|
|
||||||
#define MAX_GPUDEVICES 16
|
#define MAX_GPUDEVICES 16
|
||||||
#define MAX_DEVICES 32
|
#define MAX_DEVICES 64
|
||||||
#define MAX_POOLS (32)
|
#define MAX_POOLS (32)
|
||||||
|
|
||||||
#define MIN_INTENSITY -10
|
#define MIN_INTENSITY -10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user