[bisq-network/proposals] Bisq Monero Wallet (#110)

wiz notifications at github.com
Sun Sep 29 05:24:35 UTC 2019


@binaryFate Yeah so again, instead of the PR submitted by @niyid that proposes to directly add a Monero wallet into Bisq (which seems to lack consensus), I think you guys (on behalf of the Monero community) should propose to create a generic API specification that could be implemented into Bisq to allow the 2 applications `bisqd` and `monerod` to work together. How about we create an API specification to implement the functions you want to implement:

> * **Create (or connect to) a wallet that uses a monero-wallet-rpc endpoint with authentication**
> * **Get wallet balance as BigInteger/long (for consistency in Bisq use long)**
> * **Get wallet primary address**
> * **Get address and balance of sub0-address [1, 0]**
> * **Get incoming and outgoing transfers**
> * **Get incoming transfers to account 0**
> * **Send to an address from account 0**
> * **Get all confirmed wallet transactions**
> * **Send to multiple destinations from multiple sub-addresses in account 1 which can be split into multiple transactions**
> * **Get a wallet transaction by id**
> * **Automatically send/receive Monero from/to the wallet to in trading involving Monero.**
> * **Proof verification for Monero transactions.**

This method is better for multiple reasons (security, maintainability, etc.), and the same API spec would also enable other crypto-coins to integrate with Bisq in a similar fashion.

And actually it seems Bisq needs this API regardless, because the Bisq v2 trading protocol plans to remove the Bitcoin trade wallet from Bisq, so we would need to integrate with the user's bitcoind or whatever wallet software are using somehow anyway.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/110#issuecomment-536250897
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190928/082339f4/attachment.html>


More information about the bisq-github mailing list