What should the config file look like after I edit it? After I add the seed nodes and the miner names and pass keys steemd just crashes. I keep getting an "unexpected character" error.
You are viewing a single comment's thread from:
What should the config file look like after I edit it? After I add the seed nodes and the miner names and pass keys steemd just crashes. I keep getting an "unexpected character" error.
you should be careful how you enter the text, for a witness i think its:
witness = mrhankeh
but for the miner its:
miner = ["mrhankeh","WIFKEY"]
if you put any spaces or miss quotes or include quotes then you will get the error you are getting.
Ah! The quotes! Thank you!