Dumping delayed payout transactions

From Bisq Wiki
Revision as of 16:44, 14 April 2020 by Bayer (talk | contribs)
Jump to navigation Jump to search

If you or a mediator require additional information on failed, pending or closed transactions, run the following command line argument before starting Bisq.


Linux

  1. Open a terminal window
  2. Copy or paste the following line:
 #cd /opt/Bisq && ./Bisq --dumpDelayedPayoutTxs=true

Mac

  1. Open a terminal window by searching for Terminal with Spotlight and press enter


Windows

  1. Open a terminal window by pressing Winkey + R, type CMD, and press Enter
  2. 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]

  1. delayed_payout_txs_closed.json
  2. delayed_payout_txs_pending.json
  3. delayed_payout_txs_failed.json