Page 1 of 1

Payout Threshold vs Network Minimum

Posted: Wed May 10, 2017 5:15 pm
by dfair98
I know with the exception of Bitcoin the rest of the payout thresholds are $1.00. Might want to put some logic so that if the payout threshold is below the network minimum, that it sets the network minimum instead of the $1.00

For instance:

BitcoinPlus:
Payout eligible: 0.00000000
Payout threshold: 0.01783328 (default, no fee)
Network minimum: 0.02000000

Just my two cents

Re: Payout Threshold vs Network Minimum

Posted: Thu May 11, 2017 2:52 am
by Chris Sokolowski
It's already implemented in the backend that payouts are not sent unless both the payout threshold and the network minimum are exceeded. The only thing I think might need to be changed in the website is to not put the green payout eligible checkmark next to the eligible balance if it is below the network minimum.