Difference between revisions of "Dumping delayed payout transactions"

From Bisq Wiki
Jump to navigation Jump to search
m (Plebeian9000 moved page Dump Delayed Payout Txs to Dump delayed payout transactions: wikify title capitalization and remove 'tx' abbreviation)
(separated (1) how to run via command line and (2) command line options --> they're now separate articles)
Tag: New redirect
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 starting Bisq.
+
#REDIRECT [[Command_line_options#Dump_delayed_payout_transactions]]
 
 
===Linux===
 
# Open a terminal window.
 
# Copy and paste the following line:
 
  <code>/opt/Bisq/Bisq --dumpDelayedPayoutTxs=true</code>
 
 
 
===Mac===
 
# 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:
 
<code>/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true</code>
 
 
 
===Windows===
 
# 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:
 
  <code>cd  %USERPROFILE%\AppData\Local\Bisq</code>
 
 
  <code>start Bisq.exe --dumpDelayedPayoutTxs=true</code>
 
 
 
 
 
'''You will now find 3 newly created files in your Bisq data directory:'''
 
 
 
#<nowiki>delayed_payout_txs_closed.json</nowiki>
 
#<nowiki>delayed_payout_txs_pending.json</nowiki>
 
#<nowiki>delayed_payout_txs_failed.json</nowiki>
 
<br>
 
'''Location of Bisq data directories:'''
 
{{:Backup_&_Recovery}}
 
 
 
[[Category:Use Cases]]
 

Revision as of 02:27, 16 June 2020