Skip to content

wizz13150/Raptoreum_SmartNode

 
 

Repository files navigation

NOT OFFICIAL, NOT RELATED TO THE RAPTOREUM CORE TEAM

Raptoreum SmartNode for Windows

Customized transcript of dk808/Raptoreum_SmartNode for Windows. Do the same job.

Download or Copy "SmartNode_Install.bat" and run it.

It will install Raptoreum binaries, 7-Zip, NSSM, LogrotateWin, configure basic firewall settings, create a daemon service (RTMService) to control raptoreumd process, and also create scheduled tasks that will check on daemon and Smartnode's health every 20 minutes and backup the chain weekly. It also has a bootstrap option for quick syncing.

3 shortcuts will be created on the desktop for a Dashboard, to open a bash with the SmartNode, and to update the Smartnode.

This script use custom paths. You can install and run a standard QT wallet (Not recommended!! But okay if you have encrypted your wallet..), the Smartnode will run in a parallel environment :

"C:\Program Files (x86)\RaptoreumCore" instead of "C:\Program Files\RaptoreumCore" for binaries
"%appdata%\RaptoreumSmartnode" instead of "%appdata%\RaptoreumCore" for the smartnode

The only way to kill raptoreumd.exe after installation is to stop the windows service "RTMservice".

Please check dk808's Wiki for a detailed guide of the original script.

ℹ Note: This has only been tested on a VM using Windows. USE AT OWN RISK.



Installation

  • To install a Raptoreum Smartnode on Windows, open CMD or Powershell and run the following command :
powershell -ExecutionPolicy Bypass -c "Invoke-WebRequest -Uri https://raw.githubusercontent.com/wizz13150/Raptoreum_Smartnode/main/SmartNode_Install.bat -OutFile %USERPROFILE%\Downloads\SmartNode_Install.bat; %USERPROFILE%\Downloads\SmartNode_Install.bat"

Launcher :

image

Bash :

image

Dashboard :

image

Update :

image

ℹ Info: Script will run as admin. Script will ask for BLS PrivKey(operatorSecret) and ProtXHash(txid) that you get from the protx quick_setup/bls generate command. So have it ready. This will also create a script to update binaries.



Video of a Smartnode installation

Lil outdated, but mostly the same ('protx quick_setup' already done) :

Smartnode_Install.mp4

Do not forget to open port 10226 (or 10230 for testnet)

Always encrypt your wallet with a strong password

ℹ Info: You could ask support questions in Raptoreum's Discord

About

Raptoreum Smartnode for Windows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 99.1%
  • Batchfile 0.9%