Difference between revisions of "How to use Core Control"

From rdkwiki
Jump to: navigation, search
Line 2: Line 2:
 
Below some commands that help you with Core Control once it is installed.
 
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 blockchain.
+
* '''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 snapshot create''' --> Create a snapshot of your copy of the blockchain.
+
* '''ccontrol restart relay''' --> restart the relay process.
* '''ccontrol stop forger''' --> Stop the forger
+
* '''ccontrol stop forger''' --> Stop the forger process.
* '''ccontrol start forger''' --> Start the forger
+
* '''ccontrol start forger''' --> Start the forger process.
* '''ccontrol stop relay''' --> Stop the relay
+
* '''ccontrol restart forger''' --> restart the forger process.
* '''ccontrol start relay''' --> Start the relay
+
 
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.
+
 
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.
+
== Core status and logging ==
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.
+
* '''ccontrol logs relay''' --> Shows the status of the synchronization with the blockchain.
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.
+
* '''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
 
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.
 
* '''ccontrol logs forger''' --> Show information about the forging process and forging blocks.

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
  • ccontrol logs forger --> Show information about the forging process and forging blocks.