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.
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.
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!