|
@@ -33,6 +33,11 @@
|
|
|
#include <io.h>
|
|
#include <io.h>
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+// mining both Scrypt & SHA2 at the same time with two processes
|
|
|
|
|
+// SHA2 process must be run first, no arg requirements, first serial port will be used
|
|
|
|
|
+// Scrypt process must be launched after, --scrypt and --dual-mode args required
|
|
|
|
|
+bool opt_dual_mode = false;
|
|
|
|
|
+
|
|
|
#define DUALMINER_IO_SPEED 115200
|
|
#define DUALMINER_IO_SPEED 115200
|
|
|
|
|
|
|
|
#define DUALMINER_SCRYPT_SM_HASH_TIME 0.00001428571429
|
|
#define DUALMINER_SCRYPT_SM_HASH_TIME 0.00001428571429
|