Bitcoin
In this guide, we will use a script to install Bitcoin Core on Ubuntu 22, and sync up to the latest block. The script code is here.
Login root user. Run this command. Input RPC username and password. Record them, they will be used in the Atomicals node in the future.
Check the syncing progress. Other than block number, the
verificationprogress
is the percent of the progress which is more meaningful.
It takes 3 days to sync up, needs 632 GB disk space.
Note: the full node setup and sync up don't need a wallet address. So no wallet is involved. Run bitcoin-cli listwallets
. It returns an empty list.
Backup (Optional) - this will take long time
We will backup the chainstate
, indexes
and blocks
. This will take a long time, better execute in to screen session.
Last updated