forked from fireice-uk/xmr-stak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate-level.hpp
18 lines (16 loc) · 1012 Bytes
/
donate-level.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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 2.0:
* 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:
* 46mapypJ7qYUcFbu7zeEcy9jcrvZH4tapdMLHT2w46Mqcq7qT76gE6aCYUZx5zRDowJ7dWtd46vBkQtQbXegfD5r3WdHw4B
* SumonzwAeyMDvMHQqLJ8WkBgRsEDk8HKSfmAuDRsCNsgMf2zEHSsWisQVgxJB7xrtF2DnduyYtkMVN95zQRSoJWzBmc59nX7nk1
* etnk75sgxKtGYHyRmoyPK52BDixa2wKmSbYsD5CyAhQfTXozxKSGhbZjp6CMZixWFv4R6H5UQ8EuCRSSP3q6DDiR3LCWWn6gwU
* etnkFFSgPCvRYzEESQSevAJqhDDqnwwZVALiT3BTmzyb7sqtRHVc612eHMDQ3XGUTkVtrsbfQoDzbSHacMhobcfe6ZGmJyvAdX
*/
constexpr double fDevDonationLevel = 0.0 / 100.0;