Difference between revisions of "Trading Monero"

From Bisq Wiki
Jump to navigation Jump to search
m (Plebeian9000 moved page Draft:Trading Monero to Trading Monero: make it live)
m (add note about auto-confirm not kicking in if dispute is open)
Line 65: Line 65:
  
 
The user can mark the transaction as received any time by clicking <code>Confirm Payment Receipt</code> themselves, and auto-confirm will stop running for that trade and the trade will be completed normally.
 
The user can mark the transaction as received any time by clicking <code>Confirm Payment Receipt</code> themselves, and auto-confirm will stop running for that trade and the trade will be completed normally.
 +
 +
{{Admonition_Note|If mediation or arbitration is open for a trade, auto-confirm will not confirm the trade.}}
  
 
== Settings ==
 
== Settings ==

Revision as of 14:06, 17 September 2020

Monero (XMR) is one of the most active markets on Bisq. This article covers some things you should know when trading it.

Instant payment accounts

By default, all altcoins trades on Bisq have trade periods of 1 day. But you can set up an Altcoins Instant account on Bisq for 1-hour trade periods.

Proving payments

Some details of XMR transactions are not publicly available on the blockchain. In order for a mediator or arbitrator to handle disputes, the XMR seller must make sure they send XMR using a wallet that provides the following 3 items to prove the payment was made:

  1. transaction key (Tx Key, Tx Secret Key, or Tx Private Key)
  2. transaction ID (Tx ID or Tx Hash)
  3. recipient's address

This information can be found in the following wallets: official Monero GUI and CLI wallets, MyMonero, Exodus (desktop), Cake Wallet, and Monerujo (mobile):

  • Monero GUI: on the Transactions tab.
  • Monero CLI: use the command get_tx_key <TXID>. The flag store-tx-info must be enabled (it's enabled by default in new versions).
  • Other wallets: go to transaction history and look for transaction key (sometimes called "tx key" or "secret key") and destination address in a sent transaction. For Cake Wallet, the "Save recipient address" option must be enabled in settings.

If you are using another wallet not mentioned above, be sure you can still access the 3 items mentioned above.

Since transaction keys and destination addresses are stored in Monero wallet software and not available anywhere else, be careful not to delete or restore your Monero wallet before a Bisq trade is complete.

Failure to provide the required transaction data will result in losing disputes.

Verifying payments

To verify that a certain sum of Monero was sent to a specific address:

If you still have questions, see this guide on the Monero home page or ask a question on the Monero support subreddit.

Auto-confirming trades

Auto-confirming trades verify receipt of XMR payment automatically. Typically, XMR buyers must check their wallet and manually mark a payment as received in Bisq. Auto-confirming trades do this automatically, making trades quicker and more efficient for both traders.

This feature is currently available for XMR trades where:

  • the XMR seller provides a valid transaction key or viewkey
  • the XMR buyer has auto-confirming trades turned on in Bisq settings

How it works

XMR Seller

The XMR seller will get a pop-up upon clicking Payment Sent asking for the XMR tx ID and XMR tx key.

The XMR seller can choose to enter this information, or not.

The trader can choose to enter this information, or not. It is not mandatory. If the trader chooses not to, they'll be informed that their trading peer will not be able to use auto-confirm.

XMR Buyer

The XMR buyer must have auto-confirm turned on in Bisq settings.

Auto-confirm status on the trade screen. In this particular instance, the XMR seller didn't specify the information needed for auto-confirm to work.

Explorer nodes are queried every 90 seconds for 12 hours. If 12 hours pass without success, auto-confirm fails for the trade. If Bisq receives just 1 failure of any kind (related to transaction, network issues, etc), auto-confirm is considered failed. This does not mean the XMR transaction was invalid. It just means the user should check the transaction manually.

The user can mark the transaction as received any time by clicking Confirm Payment Receipt themselves, and auto-confirm will stop running for that trade and the trade will be completed normally.

Note
If mediation or arbitration is open for a trade, auto-confirm will not confirm the trade.

Settings

On the Bisq settings screen, you can set:

  • Maximum amount of BTC that can be confirmed per trade (default: 1 BTC)
  • Monero Explorer node address (default: nodes run by Bisq contributors; see below for how to run your own)
  • Number of required confirmations (default: 5)

Please note that changes to these settings are applied immediately only for trades for which payment hasn't been started yet. Restart Bisq for updated settings to apply to all trades.

Changing the required number of confirmations is an exception: it takes effect immediately for all trades.

Disabling the auto-confirm feature altogether also takes effect immediately. But re-enabling the feature will only take effect on trades for which payment hasn't been started yet; restart Bisq for the auto-update feature to apply to all trades.

Screenshot from 2020-09-03 12-41-19-touched.png

Monero Explorer nodes

By default, the Bisq auto-confirm feature relies on a few Monero Explorers operated by Bisq contributors, but we highly recommend you to run your own Monero Explorer node at home. Don't trust, verify!

Set up your own node

For maximum privacy and security, users are recommended to run their own Monero Explorer node for verifying receipt of funds.

  1. Build Monero from source. Check out this guide for further guidance. Ubuntu (18.04 in particular) tends to work better than plain Debian.
  2. Build the Monero explorer from source.
  3. Run monerod.
  4. Once the Monero blockchain is synced, run the explorer with xmrblocks --enable-json-api.
  5. Specify your explorer's address on the Bisq settings screen.