From 218127fe3748c6a8637e3fffc4630094be5b0690 Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 17 Jan 2022 09:54:32 +0000 Subject: [PATCH] Dev Donation text readability Makes this easier to read for native english speakers. --- src/donate.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/donate.h b/src/donate.h index 5db3badc..a67ef9d1 100644 --- a/src/donate.h +++ b/src/donate.h @@ -23,18 +23,18 @@ /* * Dev donation. * - * Percentage of your hashing power that you want to donate to the developer, can be 0 if you don't want to do that. + * Percentage of your hashing power that you want to donate to the developer can be 0% but supports XMRig Development. * * Example of how it works for the setting of 1%: - * You miner will mine into your usual pool for random time (in range from 49.5 to 148.5 minutes), + * Your miner will mine into your usual pool for a random time (in a range from 49.5 to 148.5 minutes), * then switch to the developer's pool for 1 minute, then switch again to your pool for 99 minutes - * and then switch again to developer's pool for 1 minute, these rounds will continue until miner working. + * and then switch again to developer's pool for 1 minute; these rounds will continue until miner working. * - * Randomised only first round, to prevent waves on the donation pool. + * Randomised only first round to prevent waves on the donation pool. * - * Switching is instant, and only happens after a successful connection, so you never loose any hashes. + * Switching is instant and only happens after a successful connection, so you never lose any hashes. * - * If you plan on changing this setting to 0 please consider making a one off donation to my wallet: + * If you plan on changing this setting to 0, please consider making a one-off donation to my wallet: * XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD */ constexpr const int kDefaultDonateLevel = 1;