Run Full Node
Fresh setup from 0
Recommended Specification
Linux Instance
OS - Ubuntu 20.04 LTS or higher version
Specifications
Minimum
Suggested
Allow Inbound and Outbound
Protocol - TCP & UDP
Port - 30303
Source IP - 0.0.0.0/0
Installation Steps
Create new bkc-node directory
Mainnet
Testnet
Install Geth via binary
Check geth version
The result after running commands
Download chain configuration and genesis file
Mainnet
Testnet
Initialize a genesis file
Create system service/unit file
Furthermore, copy and paste the code below
geth.service
Important Configuration
--datadir <DIRECTORY_LOCATION>
The directory to store the chain data e.g., mainnet: /bkc-node/mainnet/data testnet: /bkc-node/testnet/data
--config <CONFIG_FILE>
The location of the toml config file e.g.,
mainnet: /bkc-node/mainnet/config.toml
testnet: /bkc-node/testnet/config.toml
Enable and start the service
Last updated