Author

Topic: Bitcoin Full Node connection problems (Read 103 times)

legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
June 06, 2024, 07:08:24 AM
#4
127.0.0.1 is your loopback address. You shouldn't have to open a firewall on your system to connect to your loopback IF your device is plugged in into the same machine where you're running electrum or sparrow on top of bitcoin core.

If you're trying to connect to 127.0.0.1 from a DIFFERENT machine, you're connecting to said port on the local machine, and not the one running your node. You'll have to find the ip address associated to theactual network interface of the host running your node (in a lan, most of the time these ip's are in the range 192.168.0.0/16).

Agreed. If your hardware wallet is connected to software that is running on a different computer than the bitcoin node, and the two are connected to the same router, check what ports your Bitcoin node is listening on by running netstat -tpla on that machine. Normally, Bitcoin Core listens on all of the available network interfaces, so just look for the IP address that starts with 192.168 and use that one for connecting.
legendary
Activity: 3612
Merit: 5297
https://merel.mobi => buy facemasks with BTC/LTC
June 06, 2024, 12:54:25 AM
#3
127.0.0.1 is your loopback address. You shouldn't have to open a firewall on your system to connect to your loopback IF your device is plugged in into the same machine where you're running electrum or sparrow on top of bitcoin core.

If you're trying to connect to 127.0.0.1 from a DIFFERENT machine, you're connecting to said port on the local machine, and not the one running your node. You'll have to find the ip address associated to theactual network interface of the host running your node (in a lan, most of the time these ip's are in the range 192.168.0.0/16).

Are you running the full stack (hardware wallet, software wallet, bitcoin core) on one machine, or are you using multiple machines? It's not clear to me since you're talking about firewalling and port forewarding, but you're also talking about the loopback address.
legendary
Activity: 2618
Merit: 6452
Self-proclaimed Genius
June 06, 2024, 12:49:45 AM
#2
I have been trying to connect a ledger or bit box to my bitcoin-core full node but I am having problems.
Through which client? e.g.: Hardware wallet->Sparrow->Bitcoin Core as server (Bitcoin Core can't directly connect to a hardware wallet)
Or are you using an external signer like "HWI"?

Where can I find more information about how to connect my wallet to my full node?
For external signer: https://github.com/bitcoin/bitcoin/blob/master/doc/external-signer.md
If you're using a different client to create a wallet paired to your hardware wallet: go to that specific wallet's documentation.

Anyways, if the connection is through RPC and you're using the GUI, you must set server=1 to your "bitcoin.conf" file or add --server command line option to start Core.
Other than that, you'll need to provide more info.
newbie
Activity: 1
Merit: 0
June 05, 2024, 07:51:27 PM
#1
Hello. I have been trying to connect a ledger or bit box to my bitcoin-core full node but I am having problems. Maybe they are just basic networking problems but I can not figure it out. I have turned off all VPN and opened port forwarding and firewall for 8333, and I try to connect to 127.0.0.1:8333 from these wallets and it times out. Where can I find more information about how to connect my wallet to my full node?

Thank you
Jump to: