How to Update Qtum

How to Update Qtum

Updating your Qtum wallet is quite easy, however, this process changes depending on which operating system you're running, in this document we'll go over the following OS:

Keeping your Qtum wallet up-to-date is one of the most important tasks that any staker, holder, developer and any type of Qtum user must do.

The process itself is quite simple, however it does vary depending on the operating system you're using.

Update Qtum on Windows

Here's a video on how to update your Qtum wallet https://www.youtube.com/watch?v=pNsdGXYUfUc - you can use this document as support for the video.

In this example, we will update to 27.1 Qtum wallet version on Windows, it is outdated and won't be part of the hardfork, (we need to update ASAP).

However, if we're running the wallet (staking or just left it open), we need to do the following;

  1. Close the wallet

  1. Install the latest wallet using the windows installer

  2. Once the installer finishes, launch the wallet

Voila! you've updated Qtum to the latest version available!

Update Qtum on MacOS

If you have downloaded Qtum-Qt.app and want to run it on macOS, you may encounter security restrictions. This guide provides specific instructions for using a self-signed certificate to allow Qtum-Qt.app to run.

Create a Self-Signed Certificate (Skip if you already have a certificate for code signing)

  1. Open Keychain Access (Applications > Utilities > Keychain Access).

  2. In the Keychain Access menu, select Certificate Assistant > Create a Certificate.

  3. Enter a name for your certificate (e.g., "Qtum Certificate").

  4. Set Identity Type to Self-Signed Root.

  5. Set Certificate Type to Code Signing.

  6. Click Create to generate the certificate.

2. Sign the Qtum-Qt.app Application

  1. Open Terminal.

  2. Use the following codesign command to sign Qtum-Qt.app with the newly created certificate:

codesign --force --deep --sign "Qtum Certificate" /Applications/Qtum-Qt.app

Replace "Qtum Certificate" with the name of your certificate, and ensure /path/to/Qtum-Qt.app/ points to the actual location of the app on your system.

  1. Remove Qtum from Apple's quarantine: sudo xattr -rd com.apple.quarantine Qtum-Qt.app

  2. Open Qtum-Qt.app

You should see something like this:

*Note: The same procedure can be used to sign qtumd, qtum-cli and other command line binaries.

Update Qtum on Linux

Here's a video on how to update your Qtum wallet https://www.youtube.com/watch?v=58CL-c6ZQKw - you can use this document as support for the video.

We are updating to Qtum 27.1, anything below this version is outdated and won't be part of the hardfork, (we need to update ASAP).

Qtum-qt will let you know that your current Qtum version is outdated and gives you the link to download the latest version.

For Version 27.1, there's two options for Linux:

x86_64 CPU types: (intel and AMD)

https://github.com/qtumproject/qtum/releases/download/v27.1/qtum-27.1-x86_64-linux-gnu.tar.gz

ARM cpu types

https://github.com/qtumproject/qtum/releases/download/v27.1/qtum-27.1-aarch64-linux-gnu.tar.gz

Make sure to choose the right version for your processor, then proceed to download and update manually

Alternatively you can use the Qtum repositories: https://docs.qtum.info/qtum-documentation/qtum-wallet/qtum-core-wallet-documentation/linux-repositories

Below we're updating from a qtum 25.1 to 27.1 using the repository which can be simpler for most Linux users:

After udpdating:

Last updated