Qortal Project

The future of blockchain platforms

User Tools

Site Tools


trade_portal_coin_recovery

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
trade_portal_coin_recovery [05/11/2022 20:15] – added info for new coins quickmythriltrade_portal_coin_recovery [10/06/2022 14:50] (current) – [LTC, DOGE, DGB, or RVN Recovery] caldescent
Line 3: Line 3:
 {{:45d8cf2d-33c3-469d-8a41-da72c44afea9.jpeg?400|}} {{:45d8cf2d-33c3-469d-8a41-da72c44afea9.jpeg?400|}}
  
-===== LTC, DOGE, DGB, or RVN Recovery =====+===== LTC, ARRR, DOGE, DGB, or RVN Recovery =====
  
-If you are buying QORT (by spending LTC, DOGE, DGB, or RVN) and the trade fails, it should enter the "REFUNDING" state after 1 hour. This happens occasionally if they buyer and seller's nodes aren't able to communicate properly. The LTC, DOGE, DGB, or RVN should be returned to your wallet with around 30 mins of the trade entering the REFUNDING state.+If you are buying QORT (by spending LTC, ARRR, DOGE, DGB, or RVN) and the trade fails, it should enter the "REFUNDING" state after 1 hour. This happens occasionally if they buyer and seller's nodes aren't able to communicate properly. The LTC, ARRR, DOGE, DGB, or RVN should be returned to your wallet with around 30 mins of the trade entering the REFUNDING state (a total of 1.5 hours after the trade began).
  
-If for some reason you have not received the LTC / DOGE / DGB / RVN refund (or the purchased QORT) after 2 hours, you can call the refundAll API to retry any failed refunds.+If for some reason you have not received the LTC / ARRR / DOGE / DGB / RVN refund (or the purchased QORT) after 2 hours, you can call the refundAll API to retry any failed refunds.
  
 For this, you will need your node's API key, which can be found in the apikey.txt file in the folder that you installed the core. This will be the same place that you have the qortal.jar and db folder. Copy the contents of this apikey.txt file to your clipboard, then visit this link: For this, you will need your node's API key, which can be found in the apikey.txt file in the folder that you installed the core. This will be the same place that you have the qortal.jar and db folder. Copy the contents of this apikey.txt file to your clipboard, then visit this link:
Line 22: Line 22:
  
 Either method is fine and they both achieve the same result. Either method is fine and they both achieve the same result.
 +
 +
 +If refundAll returned `false`, you may need to import your archived trades and try again. To do this, you can use the API documentation again: http://localhost:12391/api-documentation/#/Admin/importArchivedTrades
 +
 +Under "POST /admin/repository/importarchivedtrades", click "Try it out", paste the API key, then click "Execute".
 +
 +The command line alternative for this is:
 +
 +''curl -X POST "http://localhost:12391/admin/repository/importarchivedtrades" -H  "accept: text/plain" -H  "X-API-KEY: apiKeyGoesHere"''
 +
 +Once archived trades are imported, you can re-run the refundAll to speed up any refunds from these trades.
trade_portal_coin_recovery.txt · Last modified: 10/06/2022 14:50 by caldescent