Difference between revisions of "Dumping delayed payout transactions"

From Bisq Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
===Linux===
 
===Linux===
# Open a terminal window
+
# Open a terminal window.
 
# Copy and paste the following line:
 
# Copy and paste the following line:
   #<code>/opt/Bisq/Bisq --dumpDelayedPayoutTxs=true</code>
+
   <code>/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 searching for <code>Terminal</code> with <code>Spotlight</code> and press <code>enter</code>.
 
# Copy and paste the following line:
 
# Copy and paste the following line:
  #<code>/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true</code>
+
  <code>/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true</code>
  
 
===Windows===
 
===Windows===
# Open a terminal window by pressing <code>Winkey + R, type CMD, and press Enter</code>
+
# Open a terminal window by pressing <code>Winkey + R</code>, type <code>CMD</code>, and press <code>Enter</code>.
# Copy and paste the following lines(replace <code>username</code> with your own):  
+
# Copy and paste the following lines:  
   #<code>cd  %USERPROFILE%\AppData\Local\Bisq</code>
+
   <code>cd  %USERPROFILE%\AppData\Local\Bisq</code>
   #<code>start Bisq.exe --dumpDelayedPayoutTxs=true</code>
+
 +
   <code>start Bisq.exe --dumpDelayedPayoutTxs=true</code>
  
  
 
'''You will now find 3 newly created files in your [[https://bisq.wiki/Backup_%26_Recovery Bisq data directory]].'''
 
'''You will now find 3 newly created files in your [[https://bisq.wiki/Backup_%26_Recovery Bisq data directory]].'''
  
# <code>delayed_payout_txs_closed.json</code>  
+
*<nowiki>delayed_payout_txs_closed.json</nowiki>
# <code>delayed_payout_txs_pending.json</code>
+
*<nowiki>delayed_payout_txs_pending.json</nowiki>
# <code>delayed_payout_txs_failed.json</code>
+
*<nowiki>delayed_payout_txs_failed.json</nowiki>

Revision as of 15:23, 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].

  • delayed_payout_txs_closed.json
  • delayed_payout_txs_pending.json
  • delayed_payout_txs_failed.json