Skip to content

Basic command line interface

No due date 0% complete

Code the following basic command-line interface functionality:

  • Generate or open nodepool instance and open a listening socket
    Example: $ bitcloud start

  • Generate or open nodepool instance and open a listening socket on PORT
    Example: $ bitcloud start -port=PORT

  • Generate or open nodepool instance and connect to another known node
    Example: $ bitcloud st…

Code the following basic command-line interface functionality:

  • Generate or open nodepool instance and open a listening socket
    Example: $ bitcloud start

  • Generate or open nodepool instance and open a listening socket on PORT
    Example: $ bitcloud start -port=PORT

  • Generate or open nodepool instance and connect to another known node
    Example: $ bitcloud start -connect=IP:PORT

Also, it would be nice if the software would output notification of important system operations and/or errors to the terminal after the daemon has started.

Loading