Onion Information
Trading GRIN - Bisq Wiki
Trading GRIN - GRIN is a minimalistic, lightweight cryptocurrency, implementing the Mimblewimble protocol for a unique balance of privacy and scalability. Contents - Buying GRIN - Buying GRIN is like buying any other altcoin . It requires a...
Onion Details
Page Clicks: 0
First Seen: 03/11/2024
Last Indexed: 10/21/2024
Onion Content
Trading GRIN From Bisq Wiki Jump to navigation Jump to search GRIN is a minimalistic, lightweight cryptocurrency, implementing the Mimblewimble protocol for a unique balance of privacy and scalability. Contents 1 Buying GRIN 2 Selling GRIN 3 Generate payment proof 4 Guidance for dispute agents 5 FAQ Buying GRIN is like buying any other altcoin . It requires a GRIN payment account in Bisq. The GRIN slatepack address to be used is issued by your GRIN wallet. When buying, you should keep your GRIN wallet open to receive the payment. If that is not feasible, you can also receive GRIN by exchanging slatepack messages with the seller in trader chat. More information about GRIN transactions can be found here . Once you have received the GRIN, you should confirm the receipt on Bisq so that escrowed BTC funds can be released to you and your peer. Selling GRIN The trader selling GRIN (BTC buyer) will send GRIN to the counterparty's slatepack address using their wallet of choice once the Bisq trade deposit is confirmed. The amount and recipient address is displayed on-screen when you are prompted to do the transfer. Example of sending using grin-wallet: ./grin-wallet -r "https://grinnode.live:3413" send -d grin1dxnzk3gfnqz69va64ut7jafs7u72dtyswpzxekdgmlurkng9ctfqf9yqu5 10.123456789 The GRIN buyer will confirm the trade in Bisq once they are satisfied that they received the correct amount of GRIN. You must be able to generate proof of payment in case of a dispute. Otherwise, Confidential Transactions make it impossible for a third party to verify if a payment was made. GRIN sellers must be able to generate a transaction's proof for mediators or arbitrators in case of disputes. At this moment the only wallet capable of generating and verifying payment proofs is the CLI wallet developed by the GRIN core team. Failing to provide the proof to a dispute agent will likely result in losing the dispute case. See how to generate payment proof below. Generate payment proof Only the person sending the GRIN funds can create payment proof. First, list your transactions using txs , and look for the one you want to issue proof on. The command export_proof will generate a file containing information to prove the details to the recipient or a mediator. For the purpose of these examples, a public node provided by https://grinnode.live is used. If you have access to your own node running locally, you can remove the -r option completely or change it to a different http endpoint. Example: ./grin-wallet -r "https://grinnode.live:3413" txs ./grin-wallet -r "https://grinnode.live:3413" export_proof -i 2 proof2.txt Contents of proof2.txt : { "amount": "10123456789", "excess": "0924ca1b69531aa9abcf85ff7a2bf0d494bc1d85440339332fb62374aabaddf1d6", "recipient_address": "grin1dxnzk3gfnqz69va64ut7jafs7u72dtyswpzxekdgmlurkng9ctfqf9yqu5", "recipient_sig": "710d58fe9e728077dad9494c0d0e15ba5e883e863477aa471c753282a838d9c45966bc57d21f078c226576b6189b293eed3534b755674284a90bb99a128a7d02", "sender_address": "grin1ephxt0u33rz9zpl7exer2awfr9s9ae28qsx7908q2zq03uv3sj7suqdule", "sender_sig": "f054a71d5791532364b3267d44601531cdd6730e1eb487142ae798aa3de6e3551c4f756caec09d17901c5e6e08946f04d9d03d04af525567b6df14e25158160c" } Send this proof file to a mediator in case of a dispute (e.g. payment not received, incorrect amount, etc). Guidance for dispute agents There are two steps for verifying the correct payment was made. Note that there is no reason to verify a proof if the amount or recipient is wrong. Check that the proof file supplied by the GRIN seller matches the details you have for the Bisq trade. This is just basic fact checking: did the sender proof show the correct recipient address and amount? Note that amounts are shown without a decimal place, and there are 9 digits after the decimal (e.g. "amount": "10123456789" means 10.123456789 GRIN). Run the verify_proof command to check that the transaction is recorded on the blockchain. In order to do this, you'll need grin-wallet installed on your PC. Install the grin wallet software from https://github.com/mimblewimble/grin-wallet/releases , and then: ./grin-wallet -r "https://grinnode.live:3413" init The wallet is just used as a tool to verify transactions. You do not need a node, Tor, or a seedphrase for this. To verify, use the command verify_proof with the details provided by the GRIN seller, e.g. ./grin-wallet -r "https://grinnode.live:3413" verify_proof ./proof2.txt Output: Payment proof's signatures are valid. Neither the proof's sender nor recipient address belongs to this wallet. Command 'verify_proof' completed successfully This proves that the amount was sent to the recipient address shown in the proof and recorded in the GRIN ledger. FAQ How is the price of GRIN determined? The price of GRIN is determined by the marketplace within Bisq. Trade price is chosen by offer maker (which can be the buyer or seller). Offers are by default arranged in the marketplace with the best prices shown at the top of the list. The last traded price is shown in at the top right of the screen as "Price of latest Bisq trade". Retrieved from " http://s3p666he6q6djb6u3ekjdkmoyd77w63zq6gqf6sde54yg6bdfqukz2qd.onion/index.php?title=Trading_GRIN&oldid=2424 " Navigation menu Personal tools English Log in Namespaces Page Discussion Variants Views Read View source View history More Search Navigation Main page Recent changes Random page Help about MediaWiki Tools What links here Related changes Special pages Printable version Permanent link Page information This page was last edited on 10 November 2021, at 15:59. Privacy policy About Bisq Wiki Disclaimers