Installing RaptoreumCore QT

 

Windows Installer (.exe) #

  • Download the latest RaptoreumCore release for Windows, it will end with “win64-setup.exe“.
  • Execute the .exe by double clicking or right click > open.
NOTE: RaptoreumCore can take anywhere from 4 to 12 hours to synchronize from scratch. If you want to speedup the process please check the Optional section of this doc before proceeding.

 

 

Wait for Raptoreumcore to fully synchronize. You can hover over RTM icon at bottom right to see if it is synchronized. Not complete looks like this:

Complete:

 

Windows Binaries #

NOTE: RaptoreumCore can take anywhere from 4 to 12 hours to synchronize from scratch. If you want to speedup the process please check the Optional section of this doc before proceeding.

 

  • Double click raptoreum-qt.exe
  • You will be asked where the data directory should be created, change if you like.

 

 

Click OK when ready, and the wallet will begin to synchronize with the Raptoreum Blockchain.

Linux, MAC, and ARM Binaries #

While it is possible to run RaptoreumCore on a variety of Linux flavors only Ubuntu 20 / 22 is recommended. If you want to use other Linux OS you will need to build from source.

NOTE: RaptoreumCore can take anywhere from 4 to 12 hours to synchronize from scratch. If you want to speedup the process please check the Optional section of this doc before proceeding.
  • Run raptoreum-qt.

 

Optionals #

You can greatly increase synchronization speed by using powcache.dat or the bootstraps the Raptoreum team provides. If this is your first time installing the wallet you first need to create the RaptoeumCore directory.

RaptoreumCore Directory Locations (Default) #

Unix/Linux/Mac: $HOME/.raptoreumcore
Windows: %AppData%/RaptoreumCore

Once this is done, follow the instructions in the Bootstrap doc.

 

Add lbdn.raptoreum.com (raptoreum.conf) #

lbdn.raptoreum.com is a load balancer maintained by the Raptoreum core team. Behind that balancer is a number of RaptoreumCore nodes in different geographical location. Adding this balancer to raptoreum.conf will help with synchronization speeds.

In your RaptoreumCore directory look for raptoreum.conf and open it with a text editor such as notepad, if it does not exist create it. Inside add:

addnode=lbdn.raptoreum.com

 

RaptoreumCore Security #

By default RaptoreumCore does not encrypt the wallet.dat files, it is very important that you enable encryption on your wallet. Otherwise anybody that has your wallet.dat or access to your wallet can take your RTM. You should read RaptoreumCore Security at your earliest convenience.