Witness Update 2018-02-02

in #witness-update6 years ago (edited)

Witness Node

I moved the witness node to a new server. Just look at the beast:

  • 50 GB RAM
  • 1TB SSD
  • Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz

Waiting for your blocks to be processed

A well known undocumented error is still just an undocumented error

I cannot be the only witness with following error when starting steemd:

 main.cpp:133                  main                 ] Error parsing logging config from config file 

This error only occurs, when multiple entries for seed nodes are in the config.
Yet, a thorough Google search reveals nothing.
After exposing myself in some chats, that I know nothing, and some source reading, I got the answer:

Ah, yes, that is a well known old error when parsing the logging options from the config file. It can be ignored

what, really?
I dare you, I double dare you, to google that error.
Not one top witness ever wrote about it.
Or Google doesn't find it, which is the only search option for Steem.

Error is thrown here:
https://github.com/steemit/steem/blob/master/programs/steemd/main.cpp:
Line 133:

 // try to get logging options from the config file.
         try
         {
            fc::optional<fc::logging_config> logging_config = load_logging_config_from_ini_file(config_ini_path);
            if (logging_config)
               fc::configure_logging(*logging_config);
         }
         catch (const fc::exception&)
         {
            wlog("Error parsing logging config from config file ${config}, using default config", ("config", config_ini_path.preferred_string()));
         }

Don't worry, it is now documented here and will be fixed soon.

If you like this witness post, you can vote for me as witness.

Sort:  

just want to know how frequent we can vote and for how many people at once?

Witness voting?
You can vote for up to 30 different witnesses and as often change your vote, as you want. Keep it dynamic.

Post/Comment voting?
Until your voting power is drained, so you should not vote more then 10 times per day

I know about Comment Voting/Post Voting
want to know about witness voting
Voted for you Thanks :)

This post has been upvoted by @microbot with 13.3%!
Vote for my creator @isnochys as witness!

Congratulations! This post has been upvoted from the communal account, @minnowsupport, by isnochys from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.

If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: 50SP, 100SP, 250SP, 500SP, 1000SP, 5000SP.
Be sure to leave at least 50SP undelegated on your account.