Difference between revisions of "Dumping delayed payout transactions"

From Bisq Wiki
Jump to navigation Jump to search
(Created page with "If you or a mediator require additional information on failed, pending or closed transactions, run the following command line argument before start Bisq. ===Linux=== # Open...")
 
m (remove repetitive text)
 
(21 intermediate revisions by 3 users not shown)
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 start Bisq.  
+
If you or a mediator require additional information on failed, pending, or closed transactions, run Bisq with the <code>--dumpDelayedPayoutTxs=true</code> command line argument.  
  
 +
The instructions below contain specific commands for each of the major desktop operating systems you can copy and paste into a terminal.
  
===Linux===
+
__TOC__
# Open a terminal window
 
# Copy or paste the following line:
 
  #<code>cd /opt/Bisq && ./Bisq --dumpDelayedPayoutTxs=true</code>
 
  
 +
== Commands to dump delayed payout transactions ==
  
===Mac===
+
{{Run_with_command_line_options|<nowiki>--dumpDelayedPayoutTxs=true</nowiki>}}
# Open a terminal window by <code>searching for Terminal with Spotlight and press enter</code>
 
#
 
  
 +
== Where to find the delayed payout files ==
  
===Windows===
+
Shortly after running one of the commands above, you will find 3 newly-created files in your Bisq data directory:
# Open a terminal window by pressing <code>Winkey + R, type CMD, and press Enter</code>
 
# Copy or paste the following lines(replace <code>username</code> with your own):
 
  #<code>cd C:\Users(username)\AppData\Local\Bisq</code>
 
  #<code>start Bisq.exe --dumpDelayedPayoutTxs=true</code>
 
  
 +
#<nowiki>delayed_payout_txs_closed.json</nowiki>
 +
#<nowiki>delayed_payout_txs_pending.json</nowiki>
 +
#<nowiki>delayed_payout_txs_failed.json</nowiki>
  
 +
The location of your data directory depends on what operating system you're using:
  
 +
{{Default_data_directory_locations}}
  
'''You will now find 3 newly created files in your [[https://bisq.wiki/Backup_%26_Recovery Bisq data directory]]'''
+
[[Category:Use Cases]]
 
 
# <code>delayed_payout_txs_closed.json</code>
 
# <code>delayed_payout_txs_pending.json</code>
 
# <code>delayed_payout_txs_failed.json</code>
 

Latest revision as of 03:34, 18 June 2020

If you or a mediator require additional information on failed, pending, or closed transactions, run Bisq with the --dumpDelayedPayoutTxs=true command line argument.

The instructions below contain specific commands for each of the major desktop operating systems you can copy and paste into a terminal.

Commands to dump delayed payout transactions

Windows

Open PowerShell (search the Start menu for PowerShell).

Then from PowerShell, run the following command to switch to your Bisq application directory:

cd  $home\AppData\Local\Bisq

Then run the following command to run Bisq:

start Bisq.exe --dumpDelayedPayoutTxs=true

macOS

Open a terminal window by searching for Terminal with Spotlight, and then press Enter.

Then run the following command:

/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true

Linux

In a new terminal window, run the following command:

/opt/bisq/bin/Bisq --dumpDelayedPayoutTxs=true

Where to find the delayed payout files

Shortly after running one of the commands above, you will 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

The location of your data directory depends on what operating system you're using:

Windows

Using PowerShell:

$home\AppData\Roaming\Bisq\

Using cmd:

%USERPROFILE%\AppData\Roaming\Bisq\

macOS

/Users/<username>/Library/Application Support/Bisq/

Linux

/home/<username>/.local/share/Bisq/