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 #101

Closed
cbeams opened this issue Apr 20, 2018 · 3 comments
Closed

Batch reimbursement #101

cbeams opened this issue Apr 20, 2018 · 3 comments
Assignees
Labels

Comments

@cbeams
Copy link
Contributor

cbeams commented Apr 20, 2018

Previous batch reimbursement: #76

@cbeams cbeams added the Epic label Apr 20, 2018
@KanoczTomas
Copy link
Contributor

@cbeams 43 issues staged. Please review them. No opened issues left, I think this batch is good to go.

@cbeams
Copy link
Contributor Author

cbeams commented Oct 20, 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

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!

@cbeams
Copy link
Contributor Author

cbeams commented Oct 20, 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); do \
    ghi close -m "Closing as reimbursed via the batch transaction documented at https://github.com/bisq-network/support/issues/101#issuecomment-431585853." $i;
done;

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