-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
base: master
Are you sure you want to change the base?
Conversation
@woodser bump |
The arbitrator must be able to verify that payment was sent, which is complicated by the privacy features. |
Can someone provide exact steps to verify payments in Wownero? |
@woodser it should be identical to monero |
For verifying Wownero payments, we can use transaction keys as bisq did for monero trading |
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. @woodser steps... AliceFrom wownero-wallet-cli:
BobFrom wownero-wallet-cli:
Charlie (arbitrator)Charlie gets "TXID" and "TXKEY" from Alice and "ADDRESS" from Bob. From wownero-wallet-cli:
https://www.getmonero.org/resources/user-guides/prove-payment.html Wownero repo located at: https://codeberg.org/wownero/wownero |
#11