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

Closed
KanoczTomas opened this issue Dec 1, 2018 · 4 comments
Closed

Batch reimbursement #173

KanoczTomas opened this issue Dec 1, 2018 · 4 comments
Labels

Comments

@KanoczTomas
Copy link
Contributor

Previous batch reimbursement: #147

@KanoczTomas
Copy link
Contributor Author

@cbeams there are 17 staged issues ready for reimbursement. Please process the payments.

Note that #185 was added last as the error is not obvious in the ticket (I could not clearly identify if the claim is valid, yet have no reason to assume it is not). I leave it to your call whether you need more proof to reimburse it or not. Revert the commit for #185 if you want it resolved in the next batch. I asked the user for logs.

@cbeams
Copy link
Contributor

cbeams commented Dec 31, 2018 via email

@cbeams
Copy link
Contributor

cbeams commented Jan 2, 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

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.

@cbeams cbeams closed this as completed Jan 2, 2019
@cbeams
Copy link
Contributor

cbeams commented Jan 2, 2019

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

$ for i in $(ghi list  | grep -i 'reimburs' | cut -b3-5 | sort); do ghi close -m "Closing as reimbursed via the batch transaction documented at https://github.com/bisq-network/support/issues/173#issuecomment-450818949." $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