forked from agangidi53/xmr-stak-power
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate-level.h
21 lines (19 loc) · 1.02 KB
/
donate-level.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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.5:
* You miner will mine into your usual pool for 98 minutes, then switch to the developer's pool for 2.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 our wallets:
* fireice-uk:
* 4581HhZkQHgZrZjKeCfCJxZff9E3xCgHGF25zABZz7oR71TnbbgiS7sK9jveE6Dx6uMs2LwszDuvQJgRZQotdpHt1fTdDhk
* psychocrypt:
* 43NoJVEXo21hGZ6tDG6Z3g4qimiGdJPE6GRxAmiWwm26gwr62Lqo7zRiCJFSBmbkwTGNuuES9ES5TgaVHceuYc4Y75txCTU
* nioroso-x3:
* 42UwBFuWj9uM7RjH15MXAFV7oLWUC9yLTArz4bmD3gbVWu1obYRUDe8K9v8StqXPhP2Uz1BJZgDQTUVhvT1cHFMBHA6aPg2
* agangidi53:
* 4945WAJVEC6A3ZM8hwWMrV15VSJeeAvUv3fRbwwMajToCQ2usQa2tefGyx6PFQwXqMfpk7dVdxX6BBqZfYibx3JD3UKzrFk
*/
constexpr double fDevDonationLevel = 2.0 /100.0;