app-tester

Bitcoin Core Wallet User Guide

Last Updated: 2025-10-30

Bitcoin Core Wallet with Silent Payments Support


Table of Contents


Building from Source

Source Code: https://github.com/Eunovo/bitcoin/tree/2025-implement-bip352-receiving

Prerequisites

Build Steps (Simplified) - Detailed MacOS Reference

export QTDIR=/usr/local/opt/qt
git clone https://github.com/Eunovo/bitcoin
cd bitcoin
git checkout -B 2025-implement-bip352-receiving origin/2025-implement-bip352-receiving
cmake -B build -DBUILD_GUI=ON
cmake --build build -j 10 --target deploy
# You will need a synchronized full node to continue
./build/dist/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -datadir=/Users/<user>/data/bitcoin -conf=/Users/<user>/.bitcoin/bitcoin.conf -server


Initial Wallet Setup

Create and configure your wallet for silent payments

Create New Wallet

Create New Wallet



Wallet Overview

Overview

Main screen showing balance and recent transactions

Overview


Send

Send bitcoin to other wallets

Send


Receive

Receive

Note:

Only one address is required, each transaction will have a unique on chain taproot address


Transactions

View transaction history

Transactions

Note:

transactions will appear as soon as they are broadcast to the network



Sending Silent Payments

Enter Recipient Information

Enter Recipient Information

Note:

Currently Bitcoin Core does not support Human Readable Names (HRN) addresses


Confirm Transaction

Confirm Transaction



Receiving Silent Payments

Receive

There are 2 methods for finding the silent payment address in Bitcoin Core

Receive


Make Silent Payment Request

Make Silent Payment Request

Note:

Once the silent payment entry is added to the list you can double-click the entry to re-open the view


Copy Silent Payment Address

Select “Copy Address” to copy to clipboard

Copy Silent Payment Address


Find Silent Payment in Receiving Addresses

Find Silent Payment in Receiving Addresses


Troubleshooting

Common Issues

Wallet won’t start:

Screenshots don’t match:

Need More Help?


This guide is maintained automatically. If you notice any discrepancies, please report them.