Global Feed Post Login
Replying to Avatar LightningSpore

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

Avatar
Smaciu 1y ago

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

Reply to this note

Please Login to reply.

Discussion

Avatar
LightningSpore 1y ago

#reckless using it helps make it mature faster

Avatar
Smaciu 1y ago

And this is true

Thread collapsed
Thread collapsed