Skip to main content

Maintenance

Publication date: 2021-12-07

Introduction

This page describes how to back up your wallet, and how update Reddcoin Core to a newer version.

If you want to discuss the contents of this guide, or if you have any questions, please create a post in the /r/Yavuz_Selim subreddit: https://www.reddit.com/r/Yavuz_Selim/.

Writing a guide like this takes time and effort; tips are appreciated.
My crypto addresses can be found here.


Contents


1 Backing up wallet

One of the important steps to secure your wallet by making a backup. A backup prevents losing RDDs in case of (accidental) data loss and corruption. With a backup, you can always restore your RDDs.

It is recommended to make regular backups.‌ Make new backups after creating a new receiving address and creating a new transaction.

There are two methods to backup, make sure to at least backup your wallet.dat (method 1).


1.1 Method 1: Backup wallet.dat

A wallet.dat backup contains all your Reddcoin addresses and private keys.

If your wallet is encrypted (has a password), the backup file will also be encrypted. Before you can make a transaction, you need to enter the password; so make sure you also have a backup of your password. If you lose or forget your password, you will not be able to access the RDDs in your wallet.


  • Open Reddcoin Core.

  • Use the menu to backup: Reddcoin Core → File (menu) → Backup Wallet…
    Screenshot

    Give the backup file a name and save it by clicking on the ‘Save’ button.
    Screenshot

  • Make sure to save the file in a safe and secure location.

1.2 Method 2: Backup your private keys

Every Reddcoin address has a private key. This private key is the prove that you are the owner of that specific Reddcoin address.

In case you lose your wallet.dat backup or your backup gets corrupted, you still can import your private keys later when needed. So, backing up your private keys is recommended.

Every Reddcoin address has its own private key. When making a backup of your private keys, make sure to backup the private keys of all your receiving addresses!


  • If your wallet is encrypted (has a password), unlock your wallet first.
    Reddcoin Core → Settings (menu) → Unlock Wallet…
    (make sure ‘For staking only’ is not checked)
    Screenshot
    Screenshot

  • Create a list of all your receiving addresses.

    • Open a text editor (Notepad, for example).
      Screenshot

    • Get your receiving addresses: Reddcoin Core → File (menu) → Receiving addresses…
      Screenshot
      Screenshot

    • Copy every address that you see in your receiving addresses list to your text editor. To copy, you can select an address and press the 'Copy' button. Or right click an address and select 'Copy Address'.
      Screenshot

    • After copying all your addresses, close the ‘Receiving addresses’ window.
      Screenshot

If you have made any transactions (sent Reddcoin), you also might have hidden 'change addresses'.
To get the private keys of these change addresses, follow the steps below.

  • Open Reddcoin Core → Settings (menu) → Options → Wallet (tab).
    Screenshot

  • Check ‘enable coin control features’ → OK.
    Screenshot

  • Go to the Send window. At the top you will see an 'Inputs' button. Click on it.
    Screenshot

  • A new window opens. In this window, make sure ‘list mode’ is selected.
    Screenshot

  • Now, copy every receiving address with the label “(change)” to your notepad, by right clicking on the change address line.
    Screenshot

  • Open Console: Reddcoin Core → Help (menu) → Debug window → Console.
    Screenshot

  • In Console, enter the following command to ‘dump’ the private key of a Reddcoin address (that you copied from your text editor). Start with the first Reddcoin address in your list.
    dumpprivkey <your RDD address>
    Screenshot

    After entering the command, Console will return the private key.
    Screenshot

    Copy your private key from the Console to your text editor.
    Screenshot

  • Repeat 'dumpprivkey' command for every Reddcoin address that you have.
    Screenshot

  • Save the file with your private keys.
    Make sure to have backups, and store them somewhere safe.

You can write down your private key on a piece of paper, print it or copy and save it in a document. Make sure you save it somewhere only you can access it. If someone else gains access to your private keys, they can also access your coins!



2 Updating Reddcoin Core to a newer version

Newer versions of Reddcoin Core have bugfixes and new features. Updating to the most recent version of Reddcoin Core is recommended.

Use this guide to update an existing installation Reddcoin Core. If you are installing Reddcoin Core for the first time, you can follow this guide: Downloading and installing Reddcoin Core.


2.1 Check if most recent version of Reddcoin Core is installed

Currently, the most recent version is: Reddcoin Core v3.10.4.

To check the version of your Reddcoin Core, follow these steps:

  • Open Reddcoin Core.

  • Open 'Debug window', via 'Help' (menu) → 'Debug window'.
    Screenshot

  • The 'Debug window' appears on the screen, showing the 'Information' tab.
    Client version will tell you your Reddcoin Core version.

    It should be v3.10.4.
    Screenshot

  • If your version is v3.10.4, you are running the most recent version. You don’t need to update.

    If your version is not v3.10.4 (and thus older), you should update Reddcoin Core.
    Continue with step 2 below.

2.2 Backup

Always make a backup of your wallet first if you have any Reddcoins in your wallet. Do not skip this step.

You can read here how to make a backup.


2.3 Update to most recent version

You should be able to start Reddcoin Core as you always did.