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

Closed
KanoczTomas opened this issue Oct 9, 2019 · 4 comments
Closed

Batch reimbursement #300

KanoczTomas opened this issue Oct 9, 2019 · 4 comments
Assignees
Labels

Comments

@KanoczTomas
Copy link
Contributor

Previous batch reimbursement: #221

@KanoczTomas KanoczTomas self-assigned this Oct 9, 2019
@KanoczTomas
Copy link
Contributor Author

KanoczTomas commented Oct 21, 2019

The batch transaction with txid
775c33824e8d01e7dfba0ba8e95ef541186e1bd034f554612e8050e4188e4d8c has been broadcast and should be included in blocks in a few days.
batch-300-payout
The transaction was created against support-300.csv file at the root of this repo at commit e228277. 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-300.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
Contributor Author

Related issues were closed with:

cat support-300.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/300#issuecomment-544468116" {}

@xbyvee
Copy link

xbyvee commented Oct 21, 2019

I only got like 64USD worth of BTC back. Can you explain why? I had a huge number of failed trades with LOTS of 76BSQ taker fees, it's like I haven't got any BSQ back at all? It's probably a thousand dollars worth of BSQ i'm done (haven't added it up).

@invertedbobb
Copy link

66 Confirmations on that transaction now. I haven't received anything...?

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

4 participants
@KanoczTomas @xbyvee @invertedbobb and others