orbitalturtle
orbitalturtle
Great, thanks for the review @tvolk131 ! Made those changes.
Rebased this just FYI :)
Thanks for the reviews @Crypt-iQ and @guggero! I made those changes as well as rebased the PR.
@Crypt-iQ Ah so the original intent of moving onionfile comes from this conversation from way back when: https://github.com/lightningnetwork/lnd/pull/4458#discussion_r620729177 But perhaps since the Tor directory has evolved into being a module...
@guggero Ahh that's right, I forgot we had completely removed lnencrypt as a dependency. No worries! Updated the code to remove the new onionfile package and I updated the PR...
Thinking of giving this a shot. Good ol' SSL?
Awesome thanks for the feedback @yahgwai and @sr-gi, I'll look into this over the weekend
@sr-gi Yeah I only added the client side for now. For now, people wanting to operate a hidden service watchtower would need to set it up manually - which isn't...
@sr-gi Cool, added the ability to assign the socks_port as a config option for both clients I think what's tested is enough. In create_hidden_service in the e2e conftest, the hidden...
@sr-gi Oooohhhh my guess is that in the torrc config file the ControlPort 9051 and CookieAuthentication 1 are commented out I'll give it a try on another machine ASAP to...