monero-rs VS monero-lws

Compare monero-rs vs monero-lws and see what are their differences.

monero-rs

The Rust Monero library published on crates.io (by monero-rs)

monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API) (by vtnerd)
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
monero-rs monero-lws
6 15
137 66
3.6% -
7.0 7.9
23 days ago 8 days ago
Rust C++
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

monero-rs

Posts with mentions or reviews of monero-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-07.
  • How many of us are working on non-financial products?
    3 projects | /r/Monero | 7 Sep 2022
    Good documentation on regtest took a while to locate. One of the challenges I've experienced is due to Monero's design with ring signatures, one-time-addr, etc any client library that wants to directly integrate against the Monero daemon basically ends up either needing to import wallet_api or reimplement a lot of core behavior. https://github.com/monero-rs/monero-rs is fantastic but it's not a complete solution for a lot of use cases. I think Javascript and Rust probably have the best Monero support libs outside of C/C++ ATM.
  • It finally sinks in…
    1 project | /r/Monero | 15 Aug 2022
    I haven't been following but somebody has started writing rust libraries: https://github.com/monero-rs/monero-rs
  • "Nightmare" - A Monero Fiction Short Story
    1 project | /r/Monero | 28 Nov 2021
    Is this the rewrite from the post or where can I find it? Is there a place where we list all rewrites?
  • Will XMR ever be "normie friendly" ?
    2 projects | /r/Monero | 8 Oct 2021
    I am a huge fan of rust for this kind of work, and the crate is very well made: https://github.com/monero-rs/monero-rs
  • Farcaster: Community update August
    4 projects | /r/Monero | 7 Sep 2021
    Additionally, monero-rs and rust-internet2's new upstream releases include our PRs needed for Farcaster :)
  • Farcaster community update April
    5 projects | /r/Monero | 30 Apr 2021
    Since we started the Farcaster project, two new releases of monero-rs came out to deliver features needed for the swap protocol, the latest release being v0.12.0.

monero-lws

Posts with mentions or reviews of monero-lws. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.
  • Check out the Monero-LWS-Admin Tool for managing Monero Light Wallet Server accounts
    1 project | /r/Monero | 3 May 2023
    I just wanted to share that I released a tool called 'Monero-LWS-Admin' a couple weeks ago that is a web-based GUI that taps into the newly-added admin REST API for VTNerd's light wallet server (https://github.com/vtnerd/monero-lws). Also important to note: this API is only available on the develop branch of vtnerd/monero-lws at the moment. The point of the monero-lws-admin app is to just make it very easy to add/update/deactivate Monero LWS accounts. Make sure to only expose it on a secured network and do not expose it publicly as it would allow anyone to add LWS accounts to your server. This is newly created software, so use at your own risk and please feel free to write up issues/feature requests at the repo below.
  • How to get the balance of my monero wallet remotely?
    1 project | /r/Monero | 30 Nov 2022
    You could use the private view key with something like the mymonero rest api?
  • Syncing speed
    2 projects | /r/Monero | 26 Oct 2022
  • [xmrsale v2] Lightweight Monero Acceptance - random public nodes over tor
    5 projects | /r/Monero | 10 Mar 2022
    Also shoutout to all the other great monero payment projects with great things in the works, check them out: monero-lws, https://github.com/busyboredom/acceptxmr, https://gitlab.com/moneropay/moneropay, https://git.sr.ht/~anon_/shadowchat, https://github.com/monero-integrations/monerowp)
  • Monero Meet 2022-02-05: fees, monero-lws, and network privacy
    1 project | /r/Monero | 5 Feb 2022
    monero-lws is an awesome tool for individuals who run their own nodes and I want to help get it out there to more people. And the code is silky smooth and easy to read, major props to u/vtnerd. I think subaddress support will be huge because it will also make light wallets more compatible with other wallets. And agree a formal build process (and releasing binaries) + continuous tests would be sweet. I'm gonna look into setting up a test framework while working on subaddress support.
  • j-berman final CCS update - feedback welcome!
    4 projects | /r/Monero | 4 Feb 2022
    Informal audit of monero-lws
  • Monero has a serious user friendly problem
    11 projects | /r/Monero | 14 Nov 2021
    The sync time actually could be mitigated by the wallets themselves by finding the way how to move the sync process into the background to run it all the time. Of course, this is not so trivial to do as it sounds because some platforms have technical limitations e.g. iOS has a very limited policy for background tasks. Nonetheless, there are still ways how this could be bypassed, and one of them I'm using myself: MyMonero + monero-lws on a dedicated hardware which is running 24/7. With this setup I have instant status of my wallet status anytime, even after a month without sacrificing any(?) privacy. Of course, this is still miles away from being "friendly to use / good UX" because first and foremost it requires building "monero-lws" from the source code where most of the non-tech-savvy would immediately fail, there are other setup challenges as well but that's not the point. The point I wanted to make is that wallet sync time definitely has ways in which it can be improved, at least from the UX perspective. Sometimes solutions needs a bit more out-of-the-box thinking.
  • ELI5 Request: The F' is Happening With Decoy and Ring Sigs
    1 project | /r/Monero | 4 Oct 2021
    Also important to note from that post discussing the bugs: the initial reported bug turned out to be not as severe (i.e. you actually cannot definitively identify real outputs spent right after unlock because of the bug). We found that an alternative implementation of the algorithm (in monero-lws) did not have the bug and is widely used by at least one popular wallet (MyMonero). So that means anyone using MyMonero's transactions could have feasibly selected recent decoys, and therefore recent outputs on chain could be decoys.
  • Farcaster: Community update August
    4 projects | /r/Monero | 7 Sep 2021
    We have now completed the necessary interfaces for communicating with both blockchains - something we termed syncers. The integration work in the node is mostly complete. For bitcoin, we are currently using the electrum protocol, while for monero we are communicating with the monero daemon and monero-wallet-rpc. Using the monero-wallet-rpc for multiple swaps at a time proved quite slow during our testing, so we are now exploring the usage of vtnerd's monero light wallet server. In contrast to the monero-wallet-rpc, the light wallet server can keep track of and scan for transactions of multiple distinct view keys at a time. Our work integrating the monero rpc interfaces also led to some pull requests to monero-rpc-rs in the monero-ecosystem project.
  • Can I host my own "lite" wallet server?
    2 projects | /r/monerosupport | 15 Jun 2021
    Technically, yes, but it’s fairly difficult and not user friendly at the moment. I believe it can be done with OpenMonero and monero-lws, both created by community members. Here’s the repo to lws: https://github.com/vtnerd/monero-lws

What are some alternatives?

When comparing monero-rs and monero-lws you can also consider the following projects:

mithril - Pure Rust Monero Miner

monero - Monero: the secure, private, untraceable cryptocurrency

Monero-Swap-IRC-Meetings - Farcaster Dev meeting logs.

openmonero - Fully open sourced implementation of MyMonero backend

monero-rpc-rs - RPC client for Monero daemon and wallet.

monero-gui - Monero: the secure, private, untraceable cryptocurrency

farcaster-node - Farcaster cross-chain atomic swap node.

edge-react-gui - Edge React Native GUI for iOS and Android

moonramp - Crypto Payment Gateway

fastonosql_gui - FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.

rust-internet2 - Set of rust crates for software supporting Internet2 (Tor, Noise protocol, lightning network-style messaging)

research-lab - A general repo for Monero Research Lab work in progress and completed work