From 8db8445f251d5f56a30d99a92be44940f4d3f7f8 Mon Sep 17 00:00:00 2001
From: Joan Cervan <joan@calbasi.net>
Date: Tue, 16 Nov 2021 13:23:37 +0100
Subject: [PATCH] Update commands.md More info about member and mirror nodes
 when setting up the keys.

---
 content/pages/wiki/duniter/commands.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/pages/wiki/duniter/commands.md b/content/pages/wiki/duniter/commands.md
index ba2ab98..55aedef 100644
--- a/content/pages/wiki/duniter/commands.md
+++ b/content/pages/wiki/duniter/commands.md
@@ -18,6 +18,12 @@ sudo -u duniter <cmd>
 
 Lets you configure the cryptographic keychain used by your node. It is through this trousseau that your node can be identified and its answers authenticated, verified.
 
+Every duniter node has an cryptopraphic keys trousseau, used by sign their transmited information. There are two duniter node types:
+
+1. member nodes: whose keys trousseau match a membre's identity and it get involved in the blocks writting opperation.
+
+2. mirror nodes: when their keys trousseau don't match any member's identity. They can not write any block but they are useful for the network resilence and for answering the client requests.
+
 This keychain consists of a private key and a public key Ed25519.
 
     duniter wizard key
-- 
GitLab