21Relay
Intermediate curriculum
Lesson 1014 minReviewed July 2026

Connecting a Wallet to Your Node

Make your own node the wallet's source of verified Bitcoin data while keeping the roles of keys, signing, validation and broadcasting clear.

Learning outcomes

By the end of this lesson, you should be able to

  • Wallets manage keys while full nodes verify Bitcoin data.
  • Using your node reduces reliance on third-party servers.
  • Connection methods and security settings vary by wallet.
  • Hardware-wallet keys do not need to be imported into the node.
1

The wallet and node have different jobs

A wallet manages keys, identifies spendable outputs and creates signatures. A full node verifies blocks and transactions, maintains blockchain state and communicates with peers.

Connecting them lets the wallet use information verified by your node instead of trusting a third-party server's view of balances, confirmations and history.

2

Connection methods vary

Some wallets connect directly to Bitcoin Core, while others use a personal Electrum server or a node-platform integration. Follow documentation for the exact combination.

Start on the local network when possible. Confirm host, port, authentication and encryption requirements, and never expose administrative interfaces directly to the public internet.

3

Verify the connection

Check that the node is fully synchronised, then compare the wallet's reported block height with the node. Confirm new transactions appear through the intended connection.

A hardware wallet can keep protecting private keys while companion software reads verified data from your node. The keys do not need to move onto the node.

Visual recap

Wallet and node working together

The node supplies verified data while the wallet manages keys and signatures.

01

Node verifies

02

Wallet reads data

03

Wallet builds

04

Keys sign

05

Node broadcasts

06

Network confirms

Key vocabulary

Terms worth knowing

Backend
The node or server a wallet queries for transaction and blockchain information.
Watch-only data
Public wallet information that can identify activity without granting spending authority.
RPC
A control interface used by software to request information or actions from a node.

Worked example

The wallet verifies through the user's node

A wallet stops asking a third-party server about its addresses and instead queries a personal node or wallet server connected to that node.

  1. 1Confirm the node is fully synchronised
  2. 2Use a supported local or authenticated connection
  3. 3Import only the public wallet data required
  4. 4Verify network and wallet status
  5. 5Keep RPC credentials and interfaces private

The improvement comes from changing the wallet's source of truth, while preserving strict separation between public monitoring data and spending secrets.

Common misconceptions

What learners often get wrong

Misconception

Connecting to a node means entering the seed phrase into the node.

More accurate

A watch-only connection normally uses public wallet data; private keys should remain in the signing wallet.

Misconception

Running a node automatically makes every wallet use it.

More accurate

Each wallet must be configured and checked to ensure its queries actually use the intended backend.

Try it yourself

Draw the trust boundary before configuring anything.

  • Place the signing device, wallet interface and node
  • Mark where private keys exist
  • Mark which public data crosses each connection
  • Identify every credential that must not be exposed publicly

Use fictional values and public information only. Never enter seed words, private keys or other wallet secrets into a learning exercise.

Key takeaways

  • Wallets manage keys while full nodes verify Bitcoin data.
  • Using your node reduces reliance on third-party servers.
  • Connection methods and security settings vary by wallet.
  • Hardware-wallet keys do not need to be imported into the node.

Lesson recap

Check what you learned

Reveal each model answer, then honestly mark whether you understood it or need another review.

1 of 3

Recall

Must a hardware wallet's private keys be imported into your node?

References

Further reading

Put this into practice

Continue with the Run Your Node journey

Use the practical guides for installation, wallet connection, maintenance and secure node access.

Open practical guide

Lesson progress

Loading progress...

Rate this lesson

Was this lesson helpful?

No name or financial information is collected.

Found inaccurate or outdated information? Report a correction