From 6368ab745532d273775875f16a6053fb79586bc1 Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Mon, 2 Jan 2017 12:51:13 +0000 Subject: First! --- donate-level.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 donate-level.h (limited to 'donate-level.h') 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; -- cgit v1.1