Difference between revisions of "Dumping delayed payout transactions"
Plebeian9000 (talk | contribs) m (Plebeian9000 moved page Dump delayed payout transactions to Dumping delayed payout transactions: wikify page title) |
(Publishing DPT and contacting RA) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
__TOC__ | __TOC__ | ||
− | == | + | == Commands to dump delayed payout transactions == |
{{Run_with_command_line_options|<nowiki>--dumpDelayedPayoutTxs=true</nowiki>}} | {{Run_with_command_line_options|<nowiki>--dumpDelayedPayoutTxs=true</nowiki>}} | ||
Line 20: | Line 20: | ||
{{Default_data_directory_locations}} | {{Default_data_directory_locations}} | ||
+ | |||
+ | == Next steps == | ||
+ | |||
+ | You can broadcast the DPT through any online tx broadcaster service, like that of [https://mempool.space/tx/push mempool.space]. | ||
+ | |||
+ | Publishing the DPT will enable the arbitration process, where communication with RefundAgent will be necessary in order to manage the dispute. Chances are that if you need to manually broadcast the DPT, you cannot communicate with RefundAgent through the normal arbitration chat, so you will have to contact him through matrix, [[Finding your arbitrator]] | ||
[[Category:Use Cases]] | [[Category:Use Cases]] |
Latest revision as of 22:53, 26 June 2025
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.
Contents
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:
- delayed_payout_txs_closed.json
- delayed_payout_txs_pending.json
- 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/
This folder could be hidden and not normally accessible on Macs, check the documentation by Apple to see how to be able to work with it.
Linux
/home/<username>/.local/share/Bisq/
Next steps
You can broadcast the DPT through any online tx broadcaster service, like that of mempool.space.
Publishing the DPT will enable the arbitration process, where communication with RefundAgent will be necessary in order to manage the dispute. Chances are that if you need to manually broadcast the DPT, you cannot communicate with RefundAgent through the normal arbitration chat, so you will have to contact him through matrix, Finding your arbitrator