xmr-btc-swap icon indicating copy to clipboard operation
xmr-btc-swap copied to clipboard

Use `libtor` to bundle tor directly into the CLI

Open binarybaron opened this issue 2 years ago • 6 comments

We could use this library https://github.com/MagicalBitcoin/libtor to bundle tor

binarybaron avatar Dec 05 '23 08:12 binarybaron

i have done this before on a different project and it doesn’t build natively on windows. still, we can put it behind a feature flag and use that for linux/macos binaries

delta1 avatar Dec 05 '23 09:12 delta1

for reference: https://github.com/tari-project/tari/pull/3641#issuecomment-1006557338

delta1 avatar Dec 05 '23 09:12 delta1

it doesn’t build natively on windows

that's a bummer :(

binarybaron avatar Dec 06 '23 12:12 binarybaron

i have done this before on a different project and it doesn’t build natively on windows. still, we can put it behind a feature flag and use that for linux/macos binaries

But we can build it for windows on linux

binarybaron avatar Jul 22 '24 22:07 binarybaron

true, it just means devs on windows can’t build without msys2/mingw

delta1 avatar Jul 23 '24 05:07 delta1

true, it just means devs on windows can’t build without msys2/mingw

have had to do this often, unfortunate tho it is

sneurlax avatar Jul 23 '24 20:07 sneurlax