Replies (15)

@benthecarman's implementation looks more minimal with less LoC overall. Plus rust > go when it comes to safety. I've been using alby's nwc and it crashes sometimes when the connection to a relay drops. Also, the support for connecting to a custodial alby account makes me uncomfortable since now I know there is code that can talk to alby's servers... I will try this one and compare them.
I'm using the clone I did about 2 weeks ago. My workaround was to add RestartOnFailure to the systemd service I created for it. It still bothers me that it can crash periodically but it was already fixed, have to check. I use the lnd backend and it's nice that I can audit the code but I would still prefer a more streamlined software that does not have that feature (connecting to 3rd party custodial wallets). This is really a minor nitpick, I'm just splitting hairs at this point and bitching about software I use and enjoy and did not contribute 😂
Yeah I just like mine because it's stupid simple, 300 lines of code, a couple config flags, and that's it. Adding new rpc commands should be simple but for now will handle it just fine.