-
Notifications
You must be signed in to change notification settings - Fork 496
Donation
Hüseyin Uslu edited this page Jul 25, 2014
·
2 revisions
You can manually donate the following address to help development of the project;
- BTC:
18qqrtR4xHujLKf9oqiCsjmwmH5vGpch4D
- LTC:
LMXfRb3w8cMUBfqZb6RUkFTPaT6vbRozPa
- DOGE:
DM8FW8REMHj3P4xtcMWDn33ccjikCWJnQr
- RDD:
Rb9kcLs96VDHTmiXVjcWC2RBsfCJ73UQyr
Additionally when configuring a pool, you can setup an automatically donatied percent to project itself. You can achieve this by adding an entry to rewards section in pool configuration file.
Example bitcoin configuration
"rewards": [
{"18SAmNFjHfZmf3T3Re4nfztvYGBC42RTAb": 1}, // %1 goes to pool-operator
{"18qqrtR4xHujLKf9oqiCsjmwmH5vGpch4D": 0.5}, // %0.5 goes to CoiniumServ project as donation
],
Example litecoin configuration
"rewards": [
{"LbZLhgjvkiowsfq3LfxuPKFjTAUTY7BvHj": 1}, // %1 goes to pool-operator
{"LMXfRb3w8cMUBfqZb6RUkFTPaT6vbRozPa": 0.5}, // %0.5 goes to CoiniumServ project as donation
],
Example dogecoin configuration
"rewards": [
{"DDUJX7toaLx9nwKeHyDwNiMRxcUPR65b3Z": 1}, // %1 goes to pool-operator
{"DM8FW8REMHj3P4xtcMWDn33ccjikCWJnQr": 0.5}, // %0.5 goes to CoiniumServ project as donation
],
If you require a specific coin address for your donations, please let us know so that we can create one so.