summaryrefslogtreecommitdiffstats
path: root/xmrstak
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-10-22 13:24:49 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-10-22 13:24:49 +0100
commit14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3 (patch)
tree5cc4b11c3c6895731a19b0ae1dff88c3315fc7f6 /xmrstak
parent53ddca9640ef54d709237c6a7929b1418b0ec438 (diff)
downloadxmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.zip
xmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.tar.gz
rm debug aids
Diffstat (limited to 'xmrstak')
-rw-r--r--xmrstak/backend/globalStates.hpp2
-rw-r--r--xmrstak/donate-level.hpp2
-rw-r--r--xmrstak/misc/executor.hpp2
3 files changed, 2 insertions, 4 deletions
diff --git a/xmrstak/backend/globalStates.hpp b/xmrstak/backend/globalStates.hpp
index 50dc753..1c28d5c 100644
--- a/xmrstak/backend/globalStates.hpp
+++ b/xmrstak/backend/globalStates.hpp
@@ -39,8 +39,6 @@ struct globalStates
nonce = (nonce & 0xFF000000) | iGlobalNonce.fetch_add(reserve_count);
else
nonce = iGlobalNonce.fetch_add(reserve_count);
-
- printer::inst()->print_msg(L1, "DEBUG: start_nonce assigned rc: %.8x nonce: %.8x", reserve_count, nonce);
}
miner_work oGlobalWork;
diff --git a/xmrstak/donate-level.hpp b/xmrstak/donate-level.hpp
index a1065c3..71b7962 100644
--- a/xmrstak/donate-level.hpp
+++ b/xmrstak/donate-level.hpp
@@ -15,4 +15,4 @@
*
*/
-constexpr double fDevDonationLevel = 50.0 / 100.0;
+constexpr double fDevDonationLevel = 2.0 / 100.0;
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp
index 9e954bb..d705c27 100644
--- a/xmrstak/misc/executor.hpp
+++ b/xmrstak/misc/executor.hpp
@@ -60,7 +60,7 @@ private:
// Dev donation time period in seconds. 100 minutes by default.
// We will divide up this period according to the config setting
- constexpr static size_t iDevDonatePeriod = 4 * 60;
+ constexpr static size_t iDevDonatePeriod = 100 * 60;
std::list<timed_event> lTimedEvents;
std::mutex timed_event_mutex;
OpenPOWER on IntegriCloud