From 78306cdbc9e98bea3a09b0fe57012fca7e389322 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 25 Sep 2018 16:49:16 +0200 Subject: [PATCH] Added docs & link re/ adding/removing validators --- .../server/source/simple-deployment-template/network-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/source/simple-deployment-template/network-setup.md b/docs/server/source/simple-deployment-template/network-setup.md index a89c3ac4..308b9854 100644 --- a/docs/server/source/simple-deployment-template/network-setup.md +++ b/docs/server/source/simple-deployment-template/network-setup.md @@ -352,9 +352,9 @@ $ pgrep bigchaindb | xargs kill -9 If you started BigchainDB in the foreground, a `Ctrl + C` or `Ctrl + Z` would shut down BigchainDB. -## Member: Dynamically Add a New Member to the Network +## Member: Dynamically Add or Remove Validators -TBD. +One member can make a proposal to call an election to add a validator, remove a validator, or change the voting power of a validator. They then share the election/proposal ID with all the other members. Once more than 2/3 of the voting power votes yes, the proposed change comes into effect. The commands to create a new election/proposal, to approve an election/proposal, and to get the current status of an election/proposal can be found in the documentation about the [bigchaindb election](../server-reference/bigchaindb-cli.html#bigchaindb-election) subcommands. ## Log rotation