decred / dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
Other
184 stars 92 forks source link

xmr: Add simnet harness. #2753

Open JoeGruffins opened 5 months ago

JoeGruffins commented 5 months ago

https://proposals.decred.org/record/fa0ea64

Add a monero simnet harness. It should work like the others, started with a simple ./harness.sh. It is expected that the user already has the xmr executables installed. Should include a README for setup. Needs at lease two nodes. I'm unsure if there are different types of wallets for xmr, but multiple wallet types are good. For instance, dcr has normal wallets and spv.

JoeGruffins commented 5 months ago

@dev-warrior777 is working on this

dev-warrior777 commented 5 months ago

Will check out if they have any other wallet types. The normal setup is like DCR with separate monerod daemon and the wallet that connects to it.

dev-warrior777 commented 4 months ago

New PR 2786 Monero Development Harness

dev-warrior777 commented 4 months ago

Will check out if they have any other wallet types. The normal setup is like DCR with separate monerod daemon and the wallet that connects to it.

As far as I can see they only have one wallet type that can connect either to a local node or a remote node (considered more un-trusted by Monero community)