We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A witness user of peerplays(block producer or api node) or a cli_wallet user cant know what version of the software they are running.
A --version command can be added to the binaries so they can have this information available.
--version
this is done in bitshares with the following pull requests:
The text was updated successfully, but these errors were encountered:
witness_node works now
root@xyz ~/src/peerplays #witness_node --version Version: 1.3.1 Git Revision: 62ddd67 Built: Sep 7 2019 at 20:26:04 SSL: OpenSSL 1.0.2g 1 Mar 2016 Boost: 1.67
witness_node --version
cli_wallet fails: **root@xyz ~/src/peerplays # ** cli_wallet --version terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::program_options::unknown_option >' what(): unrecognised option '--version' Aborted
Sorry, something went wrong.
No branches or pull requests
A witness user of peerplays(block producer or api node) or a cli_wallet user cant know what version of the software they are running.
A
--version
command can be added to the binaries so they can have this information available.this is done in bitshares with the following pull requests:
The text was updated successfully, but these errors were encountered: