Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Wownero (WOW) #690

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

support Wownero (WOW) #690

wants to merge 2 commits into from

Conversation

wowario
Copy link

@wowario wowario commented Oct 8, 2023

#11

@wowario wowario requested review from a team and woodser as code owners October 8, 2023 10:01
@nahuhh
Copy link
Contributor

nahuhh commented Mar 30, 2024

@woodser bump

@woodser
Copy link
Contributor

woodser commented Jun 21, 2024

The arbitrator must be able to verify that payment was sent, which is complicated by the privacy features.

@woodser
Copy link
Contributor

woodser commented Jun 21, 2024

Can someone provide exact steps to verify payments in Wownero?

@nahuhh
Copy link
Contributor

nahuhh commented Jun 24, 2024

@woodser it should be identical to monero

@XMRZombie
Copy link
Contributor

For verifying Wownero payments, we can use transaction keys as bisq did for monero trading

@wowario
Copy link
Author

wowario commented Dec 16, 2024

PR conflicts resolved.

Wownero was actually listed in Bisq way back in 2018, but got de-listed due to no trading volume and Bisq's desire to start charging projects a fee for listing assets, so Wownero can technically be supported in Bisq/Haveno.

bisq-network/proposals#35

bisq-network/bisq-assets#5

@woodser steps...

Alice

From wownero-wallet-cli:

  • set store-tx-info 1 (before transaction is made)
  • get_tx_key TXID

Bob

From wownero-wallet-cli:

  • address

Charlie (arbitrator)

Charlie gets "TXID" and "TXKEY" from Alice and "ADDRESS" from Bob.

From wownero-wallet-cli:

  • check_tx_key TXID TXKEY ADDRESS

https://www.getmonero.org/resources/user-guides/prove-payment.html

Wownero repo located at: https://codeberg.org/wownero/wownero

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants