Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

The instructions given in this guide do not enable “pruning nodes”.

  • Install a full node as recommended by the Bitcoin community.

Backups

Backup is a matter of copying simple matter of executing this RPC call:

Code Block
bitcoin-cli backupwallet "backup_name.dat"

You can also just copy/archive the wallet file normally located in $HOME/.bitcoin/wallet.dat .

...