From 068379259115ab7f57fcef9790a2e4860589d6b9 Mon Sep 17 00:00:00 2001 From: tabalt <245291359@qq.com> Date: Thu, 27 Dec 2018 07:38:59 +0800 Subject: [PATCH] fix grin miner package name (#2234) --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index f1690751a..8b46268ad 100644 --- a/doc/build.md +++ b/doc/build.md @@ -119,7 +119,7 @@ troubleshooting, etc. ## Mining in Grin 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, +[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`