From 4732050861a6f4e77ea4c1a72771ebd3634596e0 Mon Sep 17 00:00:00 2001 From: Justin Ehrenhofer <12520755+SamsungGalaxyPlayer@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:38:19 -0500 Subject: [PATCH] [Fix] Lightweight Wallet -> Light-Wallet https://github.com/monero-project/meta/blob/master/api/lightwallet_rest.md https://github.com/vtnerd/monero-lws Signed-off-by: Justin Ehrenhofer <12520755+SamsungGalaxyPlayer@users.noreply.github.com> --- blog/posts/monero-server-using-truenas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/monero-server-using-truenas.md b/blog/posts/monero-server-using-truenas.md index 6a0e4555..c77798f6 100644 --- a/blog/posts/monero-server-using-truenas.md +++ b/blog/posts/monero-server-using-truenas.md @@ -66,7 +66,7 @@ All of these applications are optional. You can set up nearly any combination of | Arti | A [Tor](https://www.privacyguides.org/en/advanced/tor-overview) client written in Rust. | Connect to Tor nodes, broadcast transactions over Tor, and connect to TrueNAS apps over Tor. | | Java I2P | The officially distributed app to connect to the [I2P network](https://www.privacyguides.org/en/alternative-networks/#i2p-the-invisible-internet-project). | Connect to I2P nodes, broadcast transactions over I2P, and connect to TrueNAS apps over I2P. | | Monero Node | The officially distributed app for communicating with the Monero network. | The app provides the necessary information to send and receive Monero transactions. Most wallets (including the official Monero wallets and Cake Wallet) connect to Monero nodes. | -| Monero-LWS | A "**L**ight**w**eight **S**erver" that allows "lightweight" wallets to send and receive Monero transactions. | Lightweight Monero wallet apps (including Edge Wallet and MyMonero) can connect to this server so that the wallet itself does not need to scan/sync Monero history; the server handles this scanning/syncing. | +| Monero-LWS | A "**L**ight-**W**allet **S**erver" that allows "light-wallets" to send and receive Monero transactions. | Monero light-wallet apps (including Edge Wallet and MyMonero) can connect to this server so that the wallet itself does not need to scan/sync Monero history; the server handles this scanning/syncing. | ## Configure TrueNAS Storage