darval / Sia

Blockchain-based marketplace for file storage
https://sia.tech
MIT License
3 stars 2 forks source link

Account payout #7

Open darval opened 6 years ago

darval commented 6 years ago

If we are the main server (hosting the operating account wallet), Every time a new block is discovered (on the network), we will check to see if there are any mature payouts which haven't been paid. For every unpaid block, we will pay into the client record the appropriate amount, recording the transaction in the ledger. For every client we will check to see if they are over a preset balance (500SC), we will send the payment to their wallet again recording in the ledger.

darval commented 6 years ago

Everything but the last paragraph completed. Right now payout will be manual.