PWR Chain Validator Node & RPC Node Guide
Important Note: This is the inaugural testnet launch. While we strive for perfection, there might be unforeseen issues. We appreciate all feedback, bug reports, or any other issues reported in our Discord server.
Requirements:
- CPU: 1 vCPU
- Memory: 1 GB RAM
- Disk: 50 GB HDD or higher
- Open TCP Ports: 8231, 8085
- Open UDP Port: 7621
Setup on Ubuntu Server:
-
Update OS:
-
Install Java:
-
Install the validator node software and config file:
-
Set Up your Password:
- Enter your desired password.
- Press
Ctrl + x
to close. - Press
Y
to confirm saving the password.
-
Import Your Validator:
If you have a private key you want to import then use this command, otherwise skip to the next step.
-
Run the Node:
Replace
<YOUR_SERVER_IP>
with your server’s actual IP.Note: V 13.0.0 introduced validator checks before the node starts. Make sure ports 8085 and 8231 are open for TCP and port 7621 is open for UDP.
Note: If port 7621 is open for UDP but the node is saying that it’s offline, then just try starting the node over and over agin, because detecting UDP ports can sometimes be hard.
PWR Chain is the first chain that supports block compression. —compression-level sets the level of compression you want your node to use. Compression level varies from 0 - 9. 0 disables compression. 9 sets it to maximum. -
Get Your Address:
-
Become a Validator Node:
-
Initially, your node will synchronize with the blockchain but will not assume validator responsibilities until it possesses staked PWR Coins.
-
To obtain sufficient PWR Coins for staking, apply to become a testnet validator on our Discord server. Once approved, you can use our discord bot to claim 100k PWR to stake.
-
After claiming your coins, your node will initiate a transaction to enlist as a validator.
-
-
Running in the Background:
If you wish to run the node in the background, ensuring it remains active after closing the terminal, utilize the
nohup
command: -
Getting Your Private Key:
A hex string priate key will be returned. This key can be used in the PWR Browser Wallet
Congratulations, you’ve now set up and run a PWR Chain validator node!