Is your Bitcoin core setup to accept connections on port 8332?

Iโ€™m the config is โ€œserver = 1โ€?

Reply to this note

Please Login to reply.

Discussion

I added lines to the Bitcoin.conf file as such.

server=1

rpcuser=xxxxx

rpcpassword=xxxxx

[main]

rpcbind=127.0.0.1

rpcbind=10.0.0.10

rpcallow=127.0.0.1

rpcbind=10.0.0.49

I was not sure if I was supposed to use my public IP or my network IP.

I don't know how to allow Bitcoin Core to accept connections on port 8332. Is that the setting that says "Connect through SOCKS proxy (default proxy):"?

For testing do

rpcbind=0.0.0.0

rpcallow=0.0.0.0

Is core running on the same computer as sparrow or a separate machine?

Either way see if this helps. Comment out the other rpcbind and rpcallow.

FYI a good resource for your conf file is https://jlopp.github.io/bitcoin-core-config-generator/

Okay I found it. Thank you so much. Didn't realize I had to add an exception to windows defender firewall. Seems to be working now ๐Ÿ‘๐Ÿ‘

Oh awesome.

Glad it worked out!