Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [NO-ICO] [0% PREMINE] CREPCOIN: Friendly web environment crypto!
by
crepcoin
on 20/02/2018, 23:46:04 UTC
Hello,

May I ask how much is the fee of this pool?

Here it says 0%: http://www.crepcoin.org/pools.php

And here it says 1%: https://crep.miner.rocks/

What gives? Huh
Hi, fee is 1%, it consist of pool fee: 0% + donation: 1%.

Total fee can be calculated like that:

Code:
var totalFee = lastStats.config.fee;
if (Object.keys(lastStats.config.donation).length) {
    var totalDonation = 0;
    for(var i in lastStats.config.donation) {
        totalDonation += lastStats.config.donation[i];
    }
    totalFee += totalDonation;
}
oopps!! My fault. I will rewrite code tomorrow!

Sorry!