globalzon / yaamp

Crypto mining pool
108 stars 1.01k forks source link

Wallet Customization Enhancement #37

Open CryptKeeper411 opened 6 years ago

CryptKeeper411 commented 6 years ago

Enhancement request. Various pools have different payout thresholds and payout frequencies. I propose an enhancement where the user wallet should allow the user to specify the payout every X payout cycles and Y.YY payout threshold where both X and Y.YY are >=1 and X is an integer and Y is a float. Example, one pool I use checks for payout every 3 hours, and one of the coins I mine has a payout threshold of 5 coins. It would be nice if my wallet for that coin would allow me to specify X=8 meaning current payout cycle of 3 hours would be skipped 7 times and paid on the 8th cycle (i.e. one payout per day) and / or I might want to specify Y.YY = 20.0 so that I only get paid when the wallet balance is 20.0 times the current payment threshold of 5.0 coins which would equal 100 coins or more. This would significantly reduce the number of transactions. Obviously as mentioned, both X (an int) and Y.YY (a float) would be >=1, with minimum and default values of 1. Maybe max values of 100 for X and 1000 for Y.YY would be appropriate if we were to consider max values. Thank you in advance and comments are welcome