decred / dcrdex

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

xmr: Add testnet functionality. #2919

Open JoeGruffins opened 1 month ago

JoeGruffins commented 1 month ago

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

The test swapping app only works on simnet currently but should also be adjusted for testnet.

dev-warrior777 commented 1 month ago

Ok ..

  1. Use stagenet - Monero testnet is only for monero daemon development.
  2. Start monerod --stagenet
  3. Start a local monero-wallet-rpc --stagenet -- talking to the daemon rpc port. Parameters can adapt from simnet harness.

point go-monero at the local monero-wallet-rpc --stagenet wallet rpc port

Or can connect to remote https://github.com/moneroexamples/monero-stagenet-services but not trusted so better not

For mining you have to wait but is pretty fast on stagenet.

dev-warrior777 commented 1 month ago

I will look at the connection side and creating/generating a stagenet wallet (my) today.

dev-warrior777 commented 1 month ago

Howto use stagenet - sync, setup and examples