Updating trading instructions for XMR (Monero)

Prove payments:
- clarifying that the official wallets (Monero GUI or CLI) are NOT required to send XMR, since user can use some alternative wallets (desktop: MyMonero, Exodus / mobile: Cake Wallet, MyMonero, Monerujo) that provide the information required to prove a payment (transaction key, transaction ID and destination address). This information is not provided by the remaining desktop and mobile wallets that currently support Monero, but since they could provide it in the future, I kept the warning about using other wallets different from the previously mentioned.
- listing Monero GUI as first option (for most users), and CLI as second option (for advanced users)
- renaming "transaction hash" to "transaction ID", which is used in official wallets
- renaming "tx private key" to "transaction key", which is used in official wallets
- adding "Secret key" as synonymous for "transaction key" (used in MyMonero wallet)
- adding "destination address" and keeping  "recipient's address" as synonymous
- renaming History tab to Transactions tab in Monero GUI
- adding "save recipient address" option must be enabled in Cake Wallet settings

Check payments:
- adding Monero GUI must be in Advanced mode
- adding Monero GUI verification must be done in Check Transaction section of Prove/check page
- adding parameters TXID TXKEY ADDRESS to the command check_tx_key in Monero CLI, as instructions in (https://www.getmonero.org/resources/user-guides/prove-payment.html)
- adding Explore Monero website (https://www.exploremonero.com/receipt) as alternative to verify payments
- removing payment ID instructions (it is being deprecated at the end of November in v0.15)

More info:
- directing to subreddit Monero support (https://www.reddit.com/r/monerosupport/), which is actively maintained, instead of Monero forum (https://forum.getmonero.org).
This commit is contained in:
rating89us 2019-11-11 20:57:35 +01:00 committed by GitHub
parent e0de9982e2
commit 1d813c347c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1227,25 +1227,33 @@ If you are not sure about that process visit ArQmA discord channel (https://disc
or the ArQmA forum (https://labs.arqma.com) to find more information. or the ArQmA forum (https://labs.arqma.com) to find more information.
account.altcoin.popup.xmr.msg=Trading XMR on Bisq requires that you understand and fulfill \ account.altcoin.popup.xmr.msg=Trading XMR on Bisq requires that you understand and fulfill \
the following requirements:\n\n\ the following requirements:\n\n\
For sending XMR, you need to use either the official Monero GUI wallet or Monero CLI wallet with the \ Prove payments: since Monero is a private coin, some transaction details aren't publicly available \
store-tx-info flag enabled (default in new versions). Please be sure you can access the tx key as \ in the blockchain, and, in case of a dispute, the mediator or arbitrator needs them to check if the \
that would be required in case of a dispute.\n\ transaction was really made. In Bisq, the sender of the XMR transaction is the one responsible for \
monero-wallet-cli (use the command get_tx_key)\n\ providing this information to the mediator or arbitrator in case of a dispute. In order to do that, \
monero-wallet-gui (go to history tab and click on the (P) button for payment proof)\n\n\ you must send XMR using a wallet that provides the information required to prove the payment was made, \
In addition to XMR checktx tool (https://xmr.llcoins.net/checktx.html) verification can also be accomplished in-wallet.\n\ which includes:\n\n\
monero-wallet-cli : using command (check_tx_key).\n\ - the transaction key (Tx Key, Tx Secret Key or Tx Private Key)\n\
monero-wallet-gui : on the Advanced > Prove/Check page.\n\ - the transaction ID (Tx ID or Tx Hash)\n\
At normal block explorers the transfer is not verifiable.\n\n\ - the destination address (recipient's address)\n\n\
You need to provide the mediator or arbitrator the following data in case of a dispute:\n\ This information can be found in the official Monero GUI & CLI wallets, MyMonero, and Exodus (desktop) \
- The tx private key\n\ as well as in Cake Wallet, MyMonero, and Monerujo (mobile), in the following locations:\n\n\
- The transaction hash\n\ - Monero GUI: go to Transactions tab\n\
- The recipient's public address\n\n\ - Monero CLI: use the command get_tx_key TXID. The flag store-tx-info must be enabled (enabled by default in new versions)\n\
Failure to provide the above data, or if you used an incompatible wallet, will result in losing the \ - Other wallets: go to Transactions history and search for Transaction key (Tx key or Secret key) and the destination address \
dispute case. The XMR sender is responsible for providing verification of the XMR transfer to the \ in a sent transaction. Save recipient address option must be enabled in Cake Wallet settings.\n\n\
mediator or arbitrator in case of a dispute.\n\n\ If you are using a wallet different from the mentioned above, please be sure you can access those three pieces of information.\
There is no payment ID required, just the normal public address.\n\ Since the transaction key and the destination address are stored in the Monero wallet software, and they cannot be recovered \
If you are not sure about that process visit (https://www.getmonero.org/resources/user-guides/prove-payment.html) \ in the Monero blockchain, you should never delete or restore your Monero wallet before a Bisq trade is completed. Failure to \
or the Monero forum (https://forum.getmonero.org) to find more information. provide the above data will result in losing the dispute case.\n\n\
Check payments: with those three pieces of information, the verification that a quantity of Monero was sent to a specific \
address can be accomplished the following way:\n\n\
- Monero GUI: change wallet to Advanced mode and go to Advanced > Prove/check > Check Transaction\n\
- Monero CLI: use the command check_tx_key TXID TXKEY ADDRESS\n\
- XMR checktx tool (https://xmr.llcoins.net/checktx.html)\n\
- Explore Monero website (https://www.exploremonero.com/receipt)\n\n\
If you are still not sure about this process, visit (https://www.getmonero.org/resources/user-guides/prove-payment.html) \
to find more information or ask a question on the Monero support subreddit (https://www.reddit.com/r/monerosupport/).
# suppress inspection "TrailingSpacesInProperty" # suppress inspection "TrailingSpacesInProperty"
account.altcoin.popup.msr.msg=Trading MSR on Bisq requires that you understand and fulfill \ account.altcoin.popup.msr.msg=Trading MSR on Bisq requires that you understand and fulfill \
the following requirements:\n\n\ the following requirements:\n\n\