https://github.com/vtnerd/vtnerd
Public Readme
https://github.com/vtnerd/vtnerd
Last synced: 3 months ago
JSON representation
Public Readme
- Host: GitHub
- URL: https://github.com/vtnerd/vtnerd
- Owner: vtnerd
- License: bsd-3-clause
- Created: 2025-11-02T23:54:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-04T18:08:20.000Z (6 months ago)
- Last Synced: 2025-12-08T01:54:24.245Z (6 months ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [Resume](https://www.leeclagett.com/resume.html)
## Creator (Open Source)
### 🔧 [monero-lws](https://code.leeclagett.com/monero-lws)
* MyMonero compatible light-wallet server that uses LMDB and ZeroMQ.
* Powers XMRChat and Edge Wallet (Fast sync mode)
* webhook/zeromq real-time reporting of incoming funds.
* Fully non-blocking REST API (`boost::beast`), except for LMDB calls (filesystem based, cannot async).
### 😜 [lwsf](https://code.leeclagett.com/lwsf)
* Client library for LWS protocol
* [monero_c](https://code.leeclagett.com/monero_c/tree/lwsf) fork for lwsf provides C/Dart API.
* Only one additional function for C/Dart is needed for fork - all other C/Dart functions are maintained upstream
* Useful for (light) mobile-wallets, particularly ones based in Flutter
* Real-world usage: [Skylight Wallet](https://skylight.magicgrants.org)
### 🤔 [lwcli](https://github.com/cifro-codes/lwcli)
* An experimental TUI (ftxui) Monero wallet with mouse+keyboard support
* Uses `lwsf` or standard Monero wallet backends (runtime-option)
* Demonstrates that `lwsf` is viable.
### 🔐 [macer](https://github.com/cifro-codes/macer)
* Generate secure 128-bit passphrases using Trezor
* Can be statically built, such that it can be used in initrd (luks)
### ❤️ [Motrix](https://code.leeclagett.com/motrix)
* Real-time visualizer for Monero transactions
* Built with ZeroMQ Pub/Sub, ncurses, and z85 encoding
## Contributor (Open Source)
### 🚀 [Monero](https://github.com/monero-project/monero/pulls?q=is%3Apr+author%3Avtnerd+)
* Highlights:
* Modified Ed25519 library (x86-64 ASM) for direct ECDH needed for Monero wallets
* Implemented Dandelion++ (p2p protocol) for transaction privacy
* Added SSL to p2p protocol (still in review, near completion)
* Updated internal serialization functions to remove intermediate DOM, providing better performance, less memory usage, and better constraints for unpacking (compressed binary protocol to C++). (Not really reviewed - devs are busy :/)
### ⚡ [boost::spirit](https://github.com/boostorg/spirit/pulls?q=is%3Apr+author%3Avtnerd+)
### ☀️ [boost::fusion](https://github.com/boostorg/fusion/pulls?q=is%3Apr+author%3Avtnerd+)