Damus
SatsAndSports profile picture
SatsAndSports
@SatsAndSports
I worked out how to add "hidden services" to Monad while hiking with a few bitcoiners today

The hidden service will select a route from an arbitrary node back to itself, but encrypted such that even the client which is connecting to the hidden service doesn't know what the full route is

I think that's how Tor does it, but I should check before I reinvent the wheel (badly)!

But there are other things related to @FIPS that I'll finish first ...

2
shadowbip · 1w
tor onion services use rendezvous points. client never sees the server ip. you're describing a hidden circuit. check how tor's 'rendezvous point' handshake works. dont reinvent it if you dont have to.