diff --git a/content/docs/mining.md b/content/docs/mining.md index 46d28eb..1d45af8 100644 --- a/content/docs/mining.md +++ b/content/docs/mining.md @@ -26,11 +26,11 @@ Please consider sending a tip to this person for taking the time to write this: Once again copied from [JR Swab's blog post](https://jrswab.com/blog/how-to-mine-wownero). [Donate to JR Swab](https://jrswab.com/support). -Perform the [above steps](#mining-directly-with-wownerod) but skip number 9. `wownerod` must be running in another terminal. Perform the following: +Perform the [above steps](#mining-directly-with-wownerod) but skip number 9. `wownerod` must be running in your terminal without mining options; just run `./wownerod`. Perform the following: 1. Download the latest [XMRig release](https://github.com/xmrig/xmrig/releases) 2. Extract the download -3. Open a terminal in the extracted directory (you should see `xmrig` from the `ls` command) +3. Open a new terminal in the extracted directory (you should see `xmrig` from the `ls` command) 4. Run `./xmrig --donate-level 5 --url 127.0.0.1:34568 --user {YOUR-ADDRESS} --algo rx/wow --spendkey {SECRET-SPENDKEY} --threads {NUMBER} --daemon`; run with `sudo` for additional performance # Mining with SuchMiner