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

Closed
cbeams opened this issue Mar 7, 2018 · 1 comment
Closed

Batch reimbursement #76

cbeams opened this issue Mar 7, 2018 · 1 comment
Assignees
Labels

Comments

@cbeams
Copy link
Contributor

cbeams commented Mar 7, 2018

Previous batch reimbursement: #70

@cbeams
Copy link
Contributor Author

cbeams commented Apr 19, 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/617585961aba43b28b0ef0fa6b0b71de717414cabd91446ed0b3ee1a097875c1:

image

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

awk -F, '{print $3 "," $4+$5}' support-76.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 minining 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.

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
@cbeams and others