fix grin miner package name (#2234)

This commit is contained in:
tabalt 2018-12-27 07:38:59 +08:00 committed by Gary Yu
parent ea51663f9c
commit 0683792591

View file

@ -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`