Installation
Prerequisites
sudo apt update
sudo apt install screen -ynano /etc/sysctl.conf// append the following lines at the end of sysctl.conf
net.core.rmem_max=33554432
net.core.rmem_default=33554432
net.core.wmem_max=33554432
net.core.wmem_default=8388608
net.core.netdev_max_backlog=100000
net.ipv4.udp_rmem_min=8388608
#make the changes effective
sysctl -pDownload The Latest Build
wget https://github.com/raicoincommunity/Raicoin/releases/download/V1.7.0/rai_node
chmod +x rai_nodeRun with Key.dat
1. Create key pair
2. Create Config
3. Start Node
Run with raw_key (secret key)
1. Create config
2. Run Daemon
Maximize your revenue [optional but recommended]
Last updated