# SBP Node
This document mainly introduces how to config supernode and SBP registration. Before reading this article, please see Node - Installation to install gvite first.
- Vite Mining Rules: Rules - SBP
- Full Node Installation Tutorial: Node - Installation
- Wallet Management: Node - Wallet Management
# SBP Configuration
In order to set up a supernode, first you need install a full node and then enable mining related properties.
# Create Wallet
See wallet Management.
# Edit node_config.json
Append 4 properties in node_config.json
- Set
Miner
astrue
- Set
CoinBase
in format ofindex:address
. For example:0:vite_f1c2d944b1e5b8cbfcd5f90f94a0e877beafeced1f331d9acf
. - Set
EntropyStorePath
as your mining address. For example:vite_f1c2d944b1e5b8cbfcd5f90f94a0e877beafeced1f331d9acf
. - Set
EntropyStorePassword
as your keystore password corresponding to above address.
Below is a complete example
# Reboot Node
Execute the following command
to obtain existing gvite process id
Kill it
Then reboot
Run
to check if gvite is rebooted successfully
# SBP Registration
Registering new SBP requires staking 1,000,000 VITE. Please ensure you have the amount in your account.
Log in Vite Web Wallet (opens new window) and navigate to SBP Registration page.
Fill in Node Name and Block Creation Address.
Please note that Block Creation Address is the address you configured on node server and is only responsible for producing new blocks. Do NOT use your Staking Address as Block Creation Address.
# SBP Name
Give your SBP a nice name. Bad name will not help recognition or attracting votes. SBP name cannot be changed once registration is done.
# SBP Ranking List
Visit https://vitescan.io/sbps (opens new window) for the ranking list.