Expected Behavior
Run a local geth node successfully.
Actual Behavior
Error when trying to run the node with yarn node:mainnet:
ERROR[09-21|12:05:59.178] Discovery v5 is not initialized
Steps to Reproduce the Problem
- Create Digital Ocean droplet
- Install node through nvm
- Install geth for Ubuntu via PPAs
- Clone the repo
git clone https://github.com/keep3r-network/cli
- Go to
cli folder and run yarn install
- Create
config.json and secrets.json on /root
- In
cli folder run yarn node:mainnet
Specifications
- Version: probably latest (main branch)
- Platform: Ubuntu 22.04