xmr-stak-generic-opencl11/donate-level.h

12 lines
483 B
C++

#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;