fix bin ex path

master
lza_menace 1 year ago
parent bc35f9d8d3
commit 825ea4f4e5

@ -16,7 +16,7 @@ This guide was copied and extended from JR Swab's blog post - read the source he
6. Enter `spendkey` while in the wallet CLI interface and note the secret spend key (aka `{SECRET-SPENDKEY}`)
7. Enter `address` while in the wallet CLI interface and note the primary address (aka `{YOUR-ADDRESS}`)
8. Determine how many CPU cores you want to dedicate to mining (aka `{NUMBER}`)
9. Run `wownerod --start-mining {YOUR-ADDRESS} --spendkey {SECRET-SPENDKEY} --mining-threads {NUMBER}`
9. Run `./wownerod --start-mining {YOUR-ADDRESS} --spendkey {SECRET-SPENDKEY} --mining-threads {NUMBER}`
When the blockchain finishes synchronizing mining will begin.

Loading…
Cancel
Save