Difference between revisions of "Dumping delayed payout transactions"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
'''You will now find 3 newly created files''' | '''You will now find 3 newly created files''' | ||
− | + | #<nowiki>delayed_payout_txs_closed.json</nowiki> | |
− | + | #<nowiki>delayed_payout_txs_pending.json</nowiki> | |
− | + | #<nowiki>delayed_payout_txs_failed.json</nowiki> | |
− | They can found in you Bisq data directory | + | '''They can found in you Bisq data directory''' |
{{:Backup_&_Recovery}} | {{:Backup_&_Recovery}} |
Revision as of 15:38, 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
- Open a terminal window.
- Copy and paste the following line:
/opt/Bisq/Bisq --dumpDelayedPayoutTxs=true
Mac
- Open a terminal window by searching for
Terminal
withSpotlight
and pressenter
. - Copy and paste the following line:
/Applications/Bisq.app/Contents/MacOS/Bisq --dumpDelayedPayoutTxs=true
Windows
- Open a terminal window by pressing
Winkey + R
, typeCMD
, and pressEnter
. - Copy and paste the following lines:
cd %USERPROFILE%\AppData\Local\Bisq
start Bisq.exe --dumpDelayedPayoutTxs=true
You will now find 3 newly created files
- delayed_payout_txs_closed.json
- delayed_payout_txs_pending.json
- delayed_payout_txs_failed.json
They can found in you Bisq data directory Backup & Recovery