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

Closed
cbeams opened this issue Mar 27, 2020 · 4 comments
Closed

Batch reimbursement #366

cbeams opened this issue Mar 27, 2020 · 4 comments
Assignees
Labels

Comments

@cbeams
Copy link
Contributor

cbeams commented Mar 27, 2020

Previous batch reimbursement: #300

@SirLaffalot
Copy link

I am curious: I didn't receive anything yet. Do I have to do something to receive the reimbursement, or does it eventually happen?

@cbeams
Copy link
Contributor Author

cbeams commented Apr 17, 2020

The payout hasn't occurred yet. It will soon, and this issue will be closed with a corresponding comment when it does. So just stay subscribed to this issue and you'll be notified.

@leo816
Copy link
Contributor

leo816 commented May 7, 2020

The batch transaction with txid
1c29c8f02fa5af48c10c4ac77a7a739f927c30e414e7fa4543b3091e7071ec5c has been broadcast and should be included in blocks in a few days.

Screen Shot 2020-05-07 at 15 57 53

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

$ gawk -F, '{ addresses[$3] += $4+$5 } END { for (address in addresses) printf "%s,%f\n", address, addresses[address]}' support-366.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.

@leo816
Copy link
Contributor

leo816 commented May 7, 2020

Related issues were closed with:

cat support-366.csv |gsed 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/366#issuecomment-625274968" {}

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

3 participants