summaryrefslogtreecommitdiffstats
path: root/xmrstak/params.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/params.hpp')
-rw-r--r--xmrstak/params.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/xmrstak/params.hpp b/xmrstak/params.hpp
index bc32612..bed3427 100644
--- a/xmrstak/params.hpp
+++ b/xmrstak/params.hpp
@@ -28,9 +28,15 @@ struct params
std::string poolURL;
bool userSetPwd = false;
std::string poolPasswd;
+ bool userSetRigid = false;
+ std::string poolRigid;
std::string poolUsername;
bool nicehashMode = false;
+ static constexpr int32_t httpd_port_unset = -1;
+ static constexpr int32_t httpd_port_disabled = 0;
+ int32_t httpd_port = httpd_port_unset;
+
std::string currency;
std::string configFile;
@@ -38,6 +44,10 @@ struct params
std::string configFileNVIDIA;
std::string configFileCPU;
+ bool allowUAC = true;
+ std::string minerArg0;
+ std::string minerArgs;
+
params() :
binaryName("xmr-stak"),
executablePrefix(""),
OpenPOWER on IntegriCloud