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

KanoczTomas notifications at github.com
Fri Mar 29 17:16:40 UTC 2019


The batch transaction with txid  [42159945886550759ead4ce48ea2436f859d6b49bdb51a750a2c3b6c0c560af6](https://blockstream.info/tx/42159945886550759ead4ce48ea2436f859d6b49bdb51a750a2c3b6c0c560af6) has been broadcast and should be included in blocks in a few days. 

![image](https://user-images.githubusercontent.com/15045051/55250479-898a9c00-524e-11e9-8035-c82dbc55835e.png)


The transaction was created against `support-200.csv` file at the root of this repo at commit a0cc01543a. 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-200.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/200#issuecomment-478079552
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190329/7954e802/attachment.html>


More information about the bisq-github mailing list