-
Notifications
You must be signed in to change notification settings - Fork 494
Donation
Hüseyin Uslu edited this page Nov 17, 2017
·
2 revisions
You can manually donate the following address to help development of the project;
- BTC:
1MMdwRZg4K9p6oH2bWUQdohbxGbAvXS1t1
- ETH:
0x61aa3e0709e20bcb4aedc2607d4070f1db72e69b
- LTC:
Ld8cy4ucf3FYThtfTnRQFFp5MKK9rZHjNg
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": [
{"1MMdwRZg4K9p6oH2bWUQdohbxGbAvXS1t1": 1}, // %1 goes to pool-operator
{"18qqrtR4xHujLKf9oqiCsjmwmH5vGpch4D": 0.5}, // %0.5 goes to CoiniumServ project as donation
],
Example litecoin configuration
"rewards": [
{"Ld8cy4ucf3FYThtfTnRQFFp5MKK9rZHjNg": 1}, // %1 goes to pool-operator
{"LMXfRb3w8cMUBfqZb6RUkFTPaT6vbRozPa": 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.