diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2017-12-09 00:06:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-09 00:06:24 +0100 |
commit | 8044eecf3a3b69ebb1f711dea51850b39498f2a8 (patch) | |
tree | f007adc6c6d57ecf00a4c1e61dac602da0b30598 /xmrstak/params.hpp | |
parent | 1b9906080826de11cbd3bd237be4b85d9598da65 (diff) | |
parent | cbf59c4590887fbb71496feadad0720ecbe395f6 (diff) | |
download | xmr-stak-8044eecf3a3b69ebb1f711dea51850b39498f2a8.zip xmr-stak-8044eecf3a3b69ebb1f711dea51850b39498f2a8.tar.gz |
Merge pull request #391 from fireice-uk/fix-cli-questions
Fix cli questions
Diffstat (limited to 'xmrstak/params.hpp')
-rw-r--r-- | xmrstak/params.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmrstak/params.hpp b/xmrstak/params.hpp index 2aedc38..bc32612 100644 --- a/xmrstak/params.hpp +++ b/xmrstak/params.hpp @@ -24,9 +24,12 @@ struct params bool useNVIDIA; bool useCPU; + bool poolUseTls = false; std::string poolURL; + bool userSetPwd = false; std::string poolPasswd; std::string poolUsername; + bool nicehashMode = false; std::string currency; |