Python script for controlling JXMiner via CLI.
- JXMiner installed and running
- Install python dependencies via requirement.txt:
sudo pip install -r requirement.txt
- Install the deb
sudo dpkg -i python-jxclient-VERSION.deb
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
- Jason Xie - Initial work - VicTheme.com
This project is licensed under the GNU General Public License - see the LICENSE.md file for details