Is your Bitcoin core setup to accept connections on port 8332?
Iโm the config is โserver = 1โ?
Is your Bitcoin core setup to accept connections on port 8332?
Iโm the config is โserver = 1โ?
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/