diff options
Diffstat (limited to 'donate-level.h')
-rw-r--r-- | donate-level.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/donate-level.h b/donate-level.h index 7b30212..ccae28f 100644 --- a/donate-level.h +++ b/donate-level.h @@ -6,6 +6,10 @@ * 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. + * + * If you plan on changing this setting to 0.0 please consider making a one off donation to my wallet: + * 4581HhZkQHgZrZjKeCfCJxZff9E3xCgHGF25zABZz7oR71TnbbgiS7sK9jveE6Dx6uMs2LwszDuvQJgRZQotdpHt1fTdDhk + * */ constexpr double fDevDonationLevel = 1.0 / 100.0; |