Post
Topic
Board Development & Technical Discussion
Merits 4 from 2 users
Topic OP
Run bitcoin node over IP and tor from bitcoin node over tor.
by
vinshet
on 12/05/2022, 16:31:07 UTC
⭐ Merited by BlackHatCoiner (3) ,Welsh (1)
Hi,
My bitcoin.conf looks like this

# Core
conf=/root/.bitcoin/bitcoin.conf
server=1
daemon=1
prune=23552
maxconnections=1000

# TOR
#proxy=127.0.0.1:9050
#bind=127.0.0.1
#listen=1
#listenonion=1
#onlynet=onion
#dnsseed=0

#RPC
rpcuser=username
rpcpassword=password


from when I moved over from my node running over TOR.
Problem is, my node still has outgoing connections to .onion addresses and not to IP addresses. When I type bitcoin-cli -getinfo, the proxies field says 127.0.0.1(9050)
I have no idea how my node is functioning right now(IP or onion). Can anyone explain this behaviour?