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

Chris Beams notifications at github.com
Sat Oct 20 14:19:12 UTC 2018


Closing as complete. The following batch transaction has just been broadcast and should confirm within a few blocks. From https://tradeblock.com/bitcoin/tx/55b82420bcdb0b1764ac6805d8aef6f77b6a06ab19d8ef1c36446c69919a97fd:

![image](https://user-images.githubusercontent.com/301810/47256645-afcc3480-d483-11e8-9d86-463b9980db43.png)

The set of addresses and amounts was produced by running the following command against `support-101.csv` in the root of this repository at commit 0ecebff:

`$ awk -F, '{printf "%s,%f\n", $3, $4+$5}' support-101.csv | grep -v address | sort > reimbursements.csv`

This prints out the address to reimburse (3rd field), then the sum of the trading fee (4th field) and mining fee (5th field), eliminating the first line of the file which consists of headers.

The resulting CSV file was then fed into Electrum in the `Send` screen after selecting the `Tools->Pay to many` menu option.

And a big thanks to @KanoczTomas who processed the individual reimbursement requests!

-- 
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/101#issuecomment-431585853
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181020/caadc6e0/attachment.html>


More information about the bisq-github mailing list