Bitcoin Forum
October 13, 2024, 12:52:52 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Full Node connection problems  (Read 96 times)
AOL_RuLz (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 06, 2024, 12:51:27 AM
 #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
nc50lc
Legendary
*
Offline Offline

Activity: 2562
Merit: 6236


Self-proclaimed Genius


View Profile
June 06, 2024, 05:49:45 AM
Merited by ABCbits (2)
 #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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
mocacinno
Legendary
*
Offline Offline

Activity: 3542
Merit: 5155


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
June 06, 2024, 05:54:25 AM
Merited by ABCbits (2), NotATether (2)
 #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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
NotATether
Legendary
*
Offline Offline

Activity: 1750
Merit: 7322


In memory of o_e_l_e_o


View Profile WWW
June 06, 2024, 12:08:24 PM
 #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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!