You are viewing a single comment's thread from:

RE: Steem Mining in Microsoft Windows : A Miner's Guide (Part 2)

in #steem8 years ago

Perhaps need to become a witness first, by using update_witness command in the CLI (better generate another key and set it as signing key).

Then in config.ini,

witness = "your_account"
miner = ["your_account","your_active_key"]
private-key = your_signing_key

Note: no quotes around the private-key.