🖥️Installation
Hardware Specifications
CPU
RAM
Storage
Bandwidth
Run Light Node
curl -sL1 https://nubit.sh | bashRun Using Daemon Service
sudo tee /etc/systemd/system/nubit.service > /dev/null <<EOF
[Unit]
Description=Nubit Light Node
After=network.target
[Service]
User=root
WorkingDirectory=/root/nubit-node
ExecStart=/root/nubit-node/start.sh
Restart=always
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nubit-node
[Install]
WantedBy=multi-user.target
EOFEnable & Start Service
Check Node Logs
Run Using Screen
Verify Screen Installation
Create Screen
Run Light Node
Backup Generated Wallet Seed Phrase
Import Existing Wallet to Node
Set Environment
List Keys
Import Using Mnemonic Phrase Into Nubit-Node
Import Using Private Key Into Nubit-Node
Last updated