Difference between revisions of "Dumping delayed payout transactions"

From Bisq Wiki
Jump to navigation Jump to search
Line 19: Line 19:
  
  
'''You will now find 3 newly created files'''
+
'''You will now find 3 newly created files in your Bisq data directory'''
  
 
#<nowiki>delayed_payout_txs_closed.json</nowiki>
 
#<nowiki>delayed_payout_txs_closed.json</nowiki>
 
#<nowiki>delayed_payout_txs_pending.json</nowiki>
 
#<nowiki>delayed_payout_txs_pending.json</nowiki>
 
#<nowiki>delayed_payout_txs_failed.json</nowiki>
 
#<nowiki>delayed_payout_txs_failed.json</nowiki>
 
+
<br>
'''They can found in you Bisq data directory'''
+
'''Bisq data directories'''
 
{{:Backup_&_Recovery}}
 
{{:Backup_&_Recovery}}

Revision as of 15:39, 15 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

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

Mac

  1. Open a terminal window by searching for Terminal with Spotlight and press enter.
  2. Copy and paste the following line:
/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true

Windows

  1. Open a terminal window by pressing Winkey + R, type CMD, and press Enter.
  2. Copy and paste the following lines:
 cd  %USERPROFILE%\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


Bisq data directories Backup & Recovery