[bisq-network/support] Batch reimbursement (#300)

KanoczTomas notifications at github.com
Mon Oct 21 11:15:33 UTC 2019


The batch transaction with txid
[775c33824e8d01e7dfba0ba8e95ef541186e1bd034f554612e8050e4188e4d8c](https://blockstream.info/tx/775c33824e8d01e7dfba0ba8e95ef541186e1bd034f554612e8050e4188e4d8c) has been broadcast and should be included in blocks in a few days.
![batch-300-payout](https://user-images.githubusercontent.com/15045051/67200548-60a54080-f404-11e9-9c6e-0f899fdb19a3.png)
The transaction was created against support-300.csv file at the root of this repo at commit e228277d3. The csv file for creating electrum transaction was created with the following command:

$ awk -F, '{ addresses[$3] += $4+$5 } END { for (address in addresses) printf "%s,%f\n", address, addresses[address]}' support-300.csv |grep -v address > reimbursement.csv

This prints out addresses to reimburse (column 3) and sums up the trading and mining fee per address (column 4 and 5). As there are payouts to the same address the script sums them up so there is only one line in the csv file, reducing the resulting transaction size and fee. The command also eliminates the header line.

The resulting csv file was fed to Electrum in the Send screen using the Tools -> Pay to many menu option.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/support/issues/300#issuecomment-544468116
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191021/36329092/attachment.html>


More information about the bisq-github mailing list