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

Closed
KanoczTomas opened this issue Mar 31, 2019 · 2 comments
Closed

Batch reimbursement #221

KanoczTomas opened this issue Mar 31, 2019 · 2 comments
Labels

Comments

@KanoczTomas
Copy link
Member

Previous batch reimbursement: #200

@KanoczTomas
Copy link
Member Author

The batch transaction with txid
18a107c45fba08837e8c58c57a5ec20faee45858f1c40112b2c91c11089bf77f has been broadcast and should be included in blocks in a few days.
txid-screenshot

The transaction was created against support-221.csv file at the root of this repo at commit ae88ca6. The csv file for creating electrum transaction was created with the following command:

$ awk -F, '{ addresses[$3] += $4+$5 } END { for (address in addresses) printf "%s,%f\n", address, addresses[address]}' support-221.csv |grep -v address > reimbursement.csv

This prints out addresses to reimburse (column 3) and sums up the trading and mining fee per address (column 4 and 5). As there are payouts to the same address the script sums them up so there is only one line in the csv file, reducing the resulting transaction size and fee. The command also eliminates the header line.

The resulting csv file was fed to Electrum in the Send screen using the Tools -> Pay to many menu option.

@KanoczTomas
Copy link
Member Author

Related issues were closed with:

cat support-221.csv |sed 1d|cut -d, -f1|uniq|xargs -i ghi close -m "Closing as reimbursed via the batch transaction documented at https://github.com/bisq-network/support/issues/221#issuecomment-497958052" {}

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

1 participant