-
m-relay<binarybaron:matrix.org> Do all "public" monero daemons expose the `/get_info` API?
-
m-relay<xfedex:matrix.org> Yes
-
Guest40Holla, want to use Monero to accept payments on my website. It's running on a plesk server, I want to write the backend in Nim. Anything I should watch out for? Any security issues, articles on that kind of stuff anyone could point me to? Maybe an article on tax related stuff I can provide to my customers (mainly US)?
-
moneromoooWatch out for nonstandard unlock times. Often disregarded.
-
moneromoooUse monero-wallet-rpc for everything if you can, instead of writing your own.
-
moneromoooUse your own daemon, rather than some spy^H^H^Hstranger's on the internet, who may or may not be lying to you.
-
moneromoooCheck "monero integrations", it might already have something you can use.
-
moneromoooTax is "like bitcoin". Piggy back on that.
-
Guest40Thanks, greatly appreciated!
-
rbrunnerGuest40, if still around: Maybe this could be useful: github.com/eversinc33/nim-monero-rpc
-
geonicmaybe I'm off base here, but have u tried running a BTCPay Server with Monero integration?
-
geonic
-
xmr-prbenevanoff opened pull request #8981: wallet2: ensure subaddress keys table is at least size of requested lo...
-
xmr-pr
-
Guest40rbrunner, geonic, thanks I'll have a look at both! Actually I already was thinking about maybe using nim-monero-rpc, but I'll have to look through the code first to make sure everythings fine.