Difference between revisions of "Dumping delayed payout transactions"
Jump to navigation
Jump to search
(Created page with "If you or a mediator require additional information on failed, pending or closed transactions, run the following command line argument before start Bisq. ===Linux=== # Open...") |
|||
Line 1: | Line 1: | ||
− | If you or a mediator require additional information on failed, pending or closed transactions, run the following command line argument before | + | If you or a mediator require additional information on failed, pending or closed transactions, run the following command line argument before starting Bisq. |
Line 6: | Line 6: | ||
# Copy or paste the following line: | # Copy or paste the following line: | ||
#<code>cd /opt/Bisq && ./Bisq --dumpDelayedPayoutTxs=true</code> | #<code>cd /opt/Bisq && ./Bisq --dumpDelayedPayoutTxs=true</code> | ||
− | |||
===Mac=== | ===Mac=== | ||
# Open a terminal window by <code>searching for Terminal with Spotlight and press enter</code> | # Open a terminal window by <code>searching for Terminal with Spotlight and press enter</code> | ||
# | # | ||
− | |||
===Windows=== | ===Windows=== |
Revision as of 16:44, 14 April 2020
If you or a mediator require additional information on failed, pending or closed transactions, run the following command line argument before starting Bisq.
Linux
- Open a terminal window
- Copy or paste the following line:
#cd /opt/Bisq && ./Bisq --dumpDelayedPayoutTxs=true
Mac
- Open a terminal window by
searching for Terminal with Spotlight and press enter
Windows
- Open a terminal window by pressing
Winkey + R, type CMD, and press Enter
- Copy or paste the following lines(replace
username
with your own):
#cd C:\Users(username)\AppData\Local\Bisq
#start Bisq.exe --dumpDelayedPayoutTxs=true
You will now find 3 newly created files in your [Bisq data directory]
delayed_payout_txs_closed.json
delayed_payout_txs_pending.json
delayed_payout_txs_failed.json