From cf1c7055156630bc2aba126837b50e768b90bbd4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 13 Nov 2013 16:01:16 +0100 Subject: [PATCH] Update ceof --- software/ceof.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/software/ceof.mdwn b/software/ceof.mdwn index 78a01a78..71eb4241 100644 --- a/software/ceof.mdwn +++ b/software/ceof.mdwn @@ -21,6 +21,8 @@ can view [the poster that was used on the presentation](http://git.schottelius.o git clone git://git.schottelius.org/ceof +It is mirrored on github: git@github.com:telmich/ceof.git + ### When the distro does not ship a Package for python3-gnupg * Create an isolated python environment @@ -71,6 +73,10 @@ Add an address of your peer: ./src/bin/ceof peer apic --add-address tcp://192.168.90.251:42342 +***Warning*** You need at least 6 peers for ceof to work. +6 peers is the minimum number of peers required by the protocol to function +safely. + ### Prepare noise ceof sends regulary noise to prevent people from recognising when you @@ -88,6 +94,20 @@ Test that ceof can use the noise: ./src/bin/ceof noise +### Prepare addresses to listen on + +Add one tcp address to listen on + + ./src/bin/ceof listener --add tcp://0.0.0.0:42342 + +Show enabled listeners: + + ./src/bin/ceof listener --list + +### Start the server + + ./src/bin/ceof server + ## Support