Skip to content

CESSProject/cess-nodeadm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cess node

Official cess node service for running cess protocol.

Install dependencies

Install cess service

sudo ./install.sh # Use 'sudo ./install.sh

Modify config.yaml

sudo cess config set

Run service

  • Please make sure the following ports are not occupied before starting:
    • 30336 9944 (for chain)
    • 19999 (for ceseal)
    • 15001 (for miner)
sudo cess help
sudo cess start
sudo cess status
sudo docker logs -f chain

Stop service

sudo cess stop

License

GPL v3