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/arti

Reply to this note

Please Login to reply.

Discussion

Om their website they say to use it for test purpouses only until it mature

#reckless using it helps make it mature faster

And this is true