lncm / docker-bitcoind

Flexible multi-arch (amd & amd64) Bitcoin Core Docker image
https://hub.docker.com/r/lncm/bitcoind
MIT License
102 stars 34 forks source link

Feature Request: Be able to connect only through TOR #102

Open olwe1 opened 2 months ago

olwe1 commented 2 months ago

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.

nolim1t commented 2 months ago

You can already control this through bitcoin.conf

olwe1 commented 1 month ago

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.