CREDITSCOM / node

Credits Node is the main module that provide an opportunity to run a node and participate in CREDITS blockchain network.
https://developers.credits.com/
GNU Affero General Public License v3.0
151 stars 16 forks source link

Linux Node - Ability to display the client version under command line #19

Closed Toki1975 closed 4 years ago

Toki1975 commented 5 years ago

An interesting feature who can be added is the ability of check the client version under linux command line.

For example, adding the -v or --version argument to the command line. This feature could be also useful with the windows client node under command line.

kondrashovsv commented 5 years ago

You are right, this feature will be implemented 👍

ghost commented 5 years ago

The functionality is added in the last commit, rebuild the node and check with the command ./client --version

Toki1975 commented 5 years ago

Hi Dimitry, Thanks to Timo from the private group who has rebuilt the node. We are able now to see the node version under linux. 2019-06-11_140427

Best regards.