xmrsale / xmrSale

Lightweight Monero payment processor written in easily deployable Python. Self custody donations and payments, directly connected to your own Bitcoin node! No middleman/custodian.
MIT License
24 stars 6 forks source link

V2: Use monero-wallet-rpc and public node #4

Closed xmrsale closed 2 years ago

xmrsale commented 2 years ago

since we have had trouble building a view-only mode with blockexplorers that maintains good UX. We have pursued removing the dependency of running a node for xmrSale.

Here we download the latest wallet cli and rpc from getmonero.org, and use them to

IMO the configuration step could be smoother. But this is a massive improvement from the previous requirements from the user, having them configure their node and rpc services themselves.

xmrsale commented 2 years ago

https://github.com/xmrsale/xmrSale/pull/5 up to dated pull request