Difference between revisions of "How to use Core Control"

From rdkwiki
Jump to: navigation, search
(Created page with "== Intro == Below some commands that help you with Core Control. == Core control == * '''ccontrol logs relay''' --> Show the status of the synchronization with the chain. * '...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Intro ==
 
== Intro ==
Below some commands that help you with Core Control.
+
Below some commands that help you with Core Control once it is installed.
  
== Core control ==
+
== Core process control ==
* '''ccontrol logs relay''' --> Show the status of the synchronization with the chain.
+
* '''ccontrol stop relay''' --> Stop the relay process.
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.
+
* '''ccontrol start relay''' --> Start the relay process.
 +
* '''ccontrol restart relay''' --> restart the relay process.
 +
* '''ccontrol stop forger''' --> Stop the forger process.
 +
* '''ccontrol start forger''' --> Start the forger process.
 +
* '''ccontrol restart forger''' --> restart the forger process.
 +
 
 +
 
 +
== Core status and logging ==
 +
* '''ccontrol logs relay''' --> Shows the status of the synchronization with the blockchain.
 +
* '''ccontrol status''' --> Shows core version and the status of the relay and the forger.
 +
* '''ccontrol system info''' --> Shows information about cpu and memory usage and some other extra info.
 +
 
 +
 
 +
== Core snapshots and updates ==
 +
* '''ccontrol update check''' --> check if your Core is up to date.
 +
* '''ccontrol snapshot create''' --> Create a snapshot of your local copy of the blockchain.
 +
* '''ccontrol system update''' --> updates your server when there are updates available.
 +
 
 +
 
 +
== Core uninstall / reset ==
 +
* '''ccontrol config reset''' --> Reset all configuration files back to their defaults

Latest revision as of 13:47, 4 May 2019

Intro

Below some commands that help you with Core Control once it is installed.

Core process control

  • ccontrol stop relay --> Stop the relay process.
  • ccontrol start relay --> Start the relay process.
  • ccontrol restart relay --> restart the relay process.
  • ccontrol stop forger --> Stop the forger process.
  • ccontrol start forger --> Start the forger process.
  • ccontrol restart forger --> restart the forger process.


Core status and logging

  • ccontrol logs relay --> Shows the status of the synchronization with the blockchain.
  • ccontrol status --> Shows core version and the status of the relay and the forger.
  • ccontrol system info --> Shows information about cpu and memory usage and some other extra info.


Core snapshots and updates

  • ccontrol update check --> check if your Core is up to date.
  • ccontrol snapshot create --> Create a snapshot of your local copy of the blockchain.
  • ccontrol system update --> updates your server when there are updates available.


Core uninstall / reset

  • ccontrol config reset --> Reset all configuration files back to their defaults