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

Chris Beams notifications at github.com
Wed Jan 2 09:33:26 UTC 2019


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

![image](https://user-images.githubusercontent.com/301810/50586451-c4607c00-0e79-11e9-9008-96be8e5dafac.png)

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

`$ awk -F, '{printf "%s,%f\n", $3, $4+$5}' support-173.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.

-- 
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/173#issuecomment-450818949
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190102/32ad6d45/attachment.html>


More information about the bisq-github mailing list