RE: Where Is My WIF Key located?

You are viewing a single comment's thread from:

Where Is My WIF Key located?

in steem •  9 years ago 

In the config.ini file you will configure the following two lines with your information:

witness = "jerome-colley"
miner = ["jerome-colley","5_Your_WIF_Key"]

The WIF key always starts with a 5. Also, don't forget to set mining-threads.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I have following msg: No withnesses configure! Please add withness names and private keys...
But my configurations looks like this:

name of witness controlled by this node (e.g. initwitness )

witness = "phare"

name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )

miner = ["phare","5---------------------M"]

What is wrong?

Are you running Windows or Ubuntu OS? How did you generate the WIF private key?

Thank You!