Added coins core dev donation address to README

pull/23/head
pmitchev 2014-09-02 23:05:16 +03:00
parent b26c017090
commit 26083a10b8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cryptonote-universal-pool
====================
High performance Node.js (with native C addons) mining pool for CryptoNote based coins such as Bytecoin, DuckNote, Monero, QuazarCoin, HoneyPenny, etc..
High performance Node.js (with native C addons) mining pool for CryptoNote based coins such as Bytecoin, DuckNote, Monero, QuazarCoin, Boolberry, Dashcoin, etc..
Comes with lightweight example front-end script which uses the pool's AJAX API.
@ -261,7 +261,7 @@ Explanation for each field:
"depth": 60,
"poolFee": 1.8, //1.8% pool fee (2% total fee total including donations)
"devDonation": 0.1, //0.1% donation to send to pool dev - only works with Monero
"coreDevDonation": 0.1 //0.1% donation to send to core devs - only works with Monero
"coreDevDonation": 0.1 //0.1% donation to send to core devs - works with Bytecoin, Monero, Dashcoin, QuarazCoin, Fantoncoin, AEON and OneEvilCoin
},
/* AJAX API used for front-end website. */