Post
Topic
Board Bitcoin Technical Support
Merits 10 from 3 users
Re: Two Node Questions: (1) BTC Core + Bisq, (2) RPC and Bisq Full Node
by
BlackHatCoiner
on 06/05/2022, 19:15:27 UTC
⭐ Merited by o_e_l_e_o (4) ,Welsh (4) ,ETFbitcoin (2)
How do I check this? I cannot find bitcoin.conf and I cannot find a console command that could give me these confirmations.
Do you run a full node on your Windows? I'm not convinced you do. If yes, bitcoin.conf should be in:
Code:
C:\Users\<YourUsername>\Appdata\Roaming\Bitcoin

Unless you set another during the installation.

Since I intend to use mainnet only, will it be sufficient to open 8332 mainnet port (in my router port forwarding config.) ONLY?
Yes, although you could avoid port forwarding by just relaying your node's info from Tor. Bisq monitors everything using Tor by default.

[I also see that the default rpc port for regtest for Bitcoin Core is the same as the rpcport, which is a little confusing].
The default RPC port for regtest is 18333 as far as I can see, but you can change it in the configuration file.
Code: ("bitcoin.conf")
[regtest]
rpcport=XXXX

What I’m not understanding is reciprocity, that is, what my running a bisq full node has to do with my use versus the uses of others.
You will run your own node, and connect to it from Bisq, for your own good. It reduces your threat model as it preserves you privacy.