lncm/docker-bitcoind

Feature Request: Be able to connect only through TOR

Opened this issue · 2 comments

It would be really nice to be able to activate TOR traffic only on bitcoin.conf and the container to have the dependencies pre-installed and ready to route all the traffic through TOR.

You can already control this through bitcoin.conf

I just tried to add a simple tor routing to bitcoin.conf but there is no tor dependency installed inside the container.

proxy=127.0.0.1:9050
listen=1
bind=127.0.0.1

The idea would be to have a tor only node.