Dumping delayed payout transactions
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
- Open a terminal window
- Copy and paste the following line:
#/opt/Bisq/Bisq --dumpDelayedPayoutTxs=true
Mac
- Open a terminal window by
searching for Terminal with Spotlight and press enter - Copy and paste the following line:
#/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true
Windows
- Open a terminal window by pressing
Winkey + R, type CMD, and press Enter - Copy and paste the following lines(replace
usernamewith your own):
#cd %USERPROFILE%\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.jsondelayed_payout_txs_pending.jsondelayed_payout_txs_failed.json