Skip to content

duckzland/jxclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JXClient

Python script for controlling JXMiner via CLI.

Requirement

  • JXMiner installed and running

Installation (Ubuntu)

  1. Install python dependencies via requirement.txt:
    sudo pip install -r requirement.txt  
  1. Install the deb
    sudo dpkg -i python-jxclient-VERSION.deb

Usage

    jxclient -a|-h|-s|-p|-v {options}

Valid options for the client :

    -a {action}
        monitor:miner:cpu          Retrieving CPU miner log entry
        monitor:miner:gpu:x        Retrieving CPU miner x (0|1) log entry
        monitor:server             Retrieving Full server logs in json format
        server:status              Checking server status
        server:status:live         Checking server status continously
        server:shutdown            Shuts down the server
        server:reboot              Rebooting server instance
        server:update              Updating server loaded configuration
    -s Insert the server host ip address, default to 127.0.0.1
    -p Insert the server port number, default is 8129
    -h Prints this help message
    -v Prints version

Authors

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

About

Python script for controlling JXMiner daemon via CLI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages