Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #44 from cbeams/update-manual-payout
Browse files Browse the repository at this point in the history
Update manual payout doc
  • Loading branch information
cbeams committed May 3, 2018
2 parents 58675cb + 94361ad commit 6ede05a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
Binary file modified images/multisig-payout-tool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 26 additions & 3 deletions manual-dispute-payout.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= How to issue a manual dispute payout
:toc:
:toc: left
:sectanchors:

== Introduction

Expand All @@ -18,6 +19,29 @@ Assuming that the loser comes online, their client will be used to sign the mult

If the approach above does not work, and you believe there is no way to issue the payout transaction using normal mechanisms in the Bisq client and protocol, then continue below with the instructions to issue a manual payout.

[TIP]
.Fill this out as you go
====
Paste the following into a text editor and fill out the individual values as you follow the steps below. You'll use these values when submitting the actual manual payout form in <<issue-payout>>.
----
depositTxHex:
buyerPayoutAmount:
sellerPayoutAmount:
arbitratorPayoutAmount:
Tx fee:
buyerAddressString:
sellerAddressString:
arbitratorAddressString:
buyerPrivateKeyAsHex:
sellerPrivateKeyAsHex:
arbitratorPrivateKeyAsHex:
buyerPubKeyAsHex:
sellerPubKeyAsHex:
arbitratorPubKeyAsHex:
P2SHMultiSigOutputScript:
----
====

=== Step 1. Review dispute details

In `Support > Aribtrator's support tickets`, find the trade dispute in question, select it, and *review the closing chat message to determine who was the "winner" of the dispute*, i.e. who was supposed to have recieved the trading amount payout. For example, the closing comments on the dispute below make it clear that it was the seller who won the dispute:
Expand Down Expand Up @@ -85,14 +109,13 @@ Click on the winning trader's dispute ticket and *send the trader their public k

When you have the trader's private key, move on to the next step.

[[issue-payout]]
=== Step 4. Issue the manual dispute payout

Now that you have all the necessary information, you can *open the Emergency multi-sig payout tool* by clicking `alt-g` in the dispute view:

image:images/multisig-payout-tool.png[Emergency multi-sig payout tool]

NOTE: Several values are pre-filled in the payout tool. They are a left-over from testing in an earlier version of Bisq. *You should erase these pre-filled values and replace them with the ones you have collected in the steps above*.

depositTxHex:: The Deposit transaction ID from the Dispute details view, i.e. the same transaction ID you clicked on to view the transaction in a block explorer.

buyerPayoutAmount:: The amount in BTC that the buyer should be paid out, as noted above, e.g. `0.03`
Expand Down

0 comments on commit 6ede05a

Please sign in to comment.