From d5c3e61cbee3cec74da1274e8703aa9e5bb00b64 Mon Sep 17 00:00:00 2001 From: Mike Dallas Date: Mon, 26 Nov 2018 18:41:40 +0000 Subject: [PATCH] Add mining instructions in docs (#2025) I see this question being asked multiple times every day in the chat. --- doc/build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build.md b/doc/build.md index 51c99d84..bec480c0 100644 --- a/doc/build.md +++ b/doc/build.md @@ -121,3 +121,6 @@ troubleshooting, etc. Please note that all mining functions for Grin have moved into a separate, standalone package called [grin_miner](https://github.com/mimblewimble/grin-miner). Once your Grin code node is up and running, you can start mining by building and running grin-miner against your running Grin node. + +For grin-miner to be able to communicate with your grin node, make sure that you have `enable_stratum_server = true` +in your `grin-server.toml` configuration file and you have a wallet listener running (`grin wallet listen`).