Add mining instructions in docs (#2025)

I see this question being asked multiple times every day in the chat.
This commit is contained in:
Mike Dallas
2018-11-26 18:41:40 +00:00
committed by Ignotus Peverell
parent 1465599df1
commit d5c3e61cbe
+3
View File
@@ -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`).