lightningspore on Nostr: Anybody run a Tor-Only lighting node? Did you know Tor is being re-written in Rust, ...
Anybody run a Tor-Only lighting node? Did you know Tor is being re-written in Rust, in order to be safer and faster. Its called Arti. Just recently they added support for connecting to hidden services which is the necessary piece for LN nodes.
Here is what you need to do:
```
{clone arti}
# build
cargo build -p arti --release
# start
target/release/arti -o address_filter.allow_onion_addrs=true proxy
```
Repo and more details here:
https://gitlab.torproject.org/tpo/core/artiPublished at
2024-01-05 21:36:03Event JSON
{
"id": "b9db2dae064409dfd8429184fe9eae3f913a5758bac9e2499d61f71cbf4ec49a",
"pubkey": "805e3c98b42a2175a081666b4e077bab32136ea6cf4b9976a952569917d9e329",
"created_at": 1704490563,
"kind": 1,
"tags": [],
"content": "Anybody run a Tor-Only lighting node? Did you know Tor is being re-written in Rust, in order to be safer and faster. Its called Arti. Just recently they added support for connecting to hidden services which is the necessary piece for LN nodes.\n\nHere is what you need to do:\n```\n{clone arti}\n# build\ncargo build -p arti --release\n# start\ntarget/release/arti -o address_filter.allow_onion_addrs=true proxy\n```\n\nRepo and more details here:\nhttps://gitlab.torproject.org/tpo/core/arti",
"sig": "0cdb7ba85b1660fee825743f1682b3d8f332702d660a4995ecedaa88577e05b6d39abab4f706200556235c1cd34b94289db38beede079bccce1e9d455661f8f7"
}