Installation
apt update -y && apt upgrade -y && apt autoremove -y && apt install screen curl -yapt install docker.io -ydocker pull raiblocksone/raione:R1_V.02docker run --restart=unless-stopped -d -p 7075:7075 -p 127.0.0.1:7076:7076 -p 127.0.0.1:7078:7078 -v /root/raiblocksone/:/root --name raione-node raiblocksone/raione:R1_V.02 docker stop raione-nodesudo nano raiblocksone/Nano/config-node.toml// Copy this code at the top of file config-node.toml
[node]
enable_voting = true// change the value of enable_control to true
sudo nano raiblocksone/Nano/config-rpc.tomlLast updated