From 81bd764fd03a9c3cfb259990619e62554ac0a662 Mon Sep 17 00:00:00 2001 From: clwmckenna Date: Fri, 3 Nov 2017 16:45:05 +0000 Subject: [PATCH] Update build.md (#231) Add info about config files --- doc/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build.md b/doc/build.md index a50e2c7a6..f1e490a8d 100644 --- a/doc/build.md +++ b/doc/build.md @@ -98,6 +98,8 @@ At present, the relevant modes of operation are 'server' and 'wallet'. When runn For a basic example simulating a single node network, create a directory called 'node1' and change your working directory to it. You'll use this directory to run a wallet and create a new blockchain via a server running in mining mode. +You'll need a config file - the easiest is to copy over the grin.toml file from the root grin directory into the node1 directory you just made. + Before running your mining server, a wallet server needs to be set up and listening so that the mining server knows where to send mining rewards. Do this from the first node directory with the following commands: node1$ grin wallet init