🖥️Installation
Hardware Specifications
Single Core
500 MB
100 GB SSD
0.1 Mbps Upload/Downlaod
Run Light Node
Copy & backup the Pubkey to verify on https://alpha.nubit.org/
Run Using Daemon Service
Create the service by running this command below:
Enable & Start Service
Check Node Logs
Run Using Screen
Install the Screen package by running this command below:
Verify Screen Installation
Create Screen
Run Light Node
Copy & backup the Pubkey to verify on https://alpha.nubit.org/
If you want to exit a screen session, simply press Ctrl + A
followed by D
.
If you want to reattach to a session, use this command below
Backup Generated Wallet Seed Phrase
Copy all 24 words and save them to your backup somewhere.
Import Existing Wallet to Node
Official guide: https://docs.nubit.org/nubit-da/interact-with-nubit-da/manage-keys
Set Environment
Navigate to the nubit-node directory
Set the path and environment variables. Set NODE_TYPE
to full if you are running a full node. In this case, we are running a light client
List Keys
Use the following command to view your Nubit address list:
Import Using Mnemonic Phrase Into Nubit-Node
Enter your mnemonic phrase, when prompted with "Enter your bip39 mnemonic,"
Import Using Private Key Into Nubit-Node
Nubit-node also supports importing addresses using private key files. Refer to the following command, replacing my_nubit_key
with the desired key name and ~/nubit-da/nubit-node/account1.private
with the actual location of your private key file:
If you want to delete all your keys, run this command below:
If you want to delete specific keys, run this command below:
Last updated