- ✘ Please change
chain-data
folder permission to 777.- Add permission to the
chain-data
folder by following the instructions in theStart a Node
section point #2.
- Add permission to the
- ✘ Please install NTP Time Server or reconfigure your NTP Time Server.
- Install NTP Time Server by following the instructions.
- ✘ Please install
lsof
or open your node port9944
.-
Install
lsof
by following the commands:sudo apt-get update -y sudo apt-get install -y lsof
-
Check docker container opened ports by following the command:
docker ps
-
Recreate the docker container by following the instructions in the
Start a Node
section point #6.
-