summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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