summaryrefslogtreecommitdiffstats
path: root/donate-level.h
diff options
context:
space:
mode:
Diffstat (limited to 'donate-level.h')
-rw-r--r--donate-level.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/donate-level.h b/donate-level.h
new file mode 100644
index 0000000..7b30212
--- /dev/null
+++ b/donate-level.h
@@ -0,0 +1,11 @@
+#pragma once
+
+/*
+ * Dev donation.
+ * Percentage of your hashing power that you want to donate to the developer, can be 0.0 if you don't want to do that.
+ * Example of how it works for the default setting of 1.0:
+ * You miner will mine into your usual pool for 99 minutes, then switch to the developer's pool for 1.0 minute.
+ * Switching is instant, and only happens after a successful connection, so you never loose any hashes.
+ */
+
+constexpr double fDevDonationLevel = 1.0 / 100.0;
OpenPOWER on IntegriCloud