Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch reimbursement #147

Closed
cbeams opened this issue Oct 21, 2018 · 3 comments
Closed

Batch reimbursement #147

cbeams opened this issue Oct 21, 2018 · 3 comments
Labels

Comments

@cbeams
Copy link
Contributor

cbeams commented Oct 21, 2018

Previous batch reimbursement: #101

@cbeams cbeams added the Epic label Oct 21, 2018
@KanoczTomas
Copy link
Contributor

@cbeams november reimbursements are all processed in support-147.csv. Please process the payments.

@cbeams
Copy link
Contributor Author

cbeams commented Dec 3, 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/99f68651d8fb58ff91c3a2125cf827f1fb753da2e1f07011da609f16c10a56c0:

image

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

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

@cbeams
Copy link
Contributor Author

cbeams commented Dec 3, 2018

All related individual reimbursement issues were bulk-closed with the following command:

for i in $(ghi list  | grep 'Fee .eimb' | cut -b3-5 | sort | head -23); do ghi close -m "Closing as reimbursed via the batch transaction documented at https://github.com/bisq-network/support/issues/147#issuecomment-443627102." $i; done;

Note that the head -23 above was excluding several more recent issue IDs that were not included in this batch reimbursement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants