gmon update
Version 0.0.41
Changelog
- Bugfix: Calculate total price diff percentage correctly.
- Bugfix: Hide function (-H) works now.
- Added a option to --compact mode to set a groupSize to draw lines.
- Reduced minimum allowed refresh rate to 1s (down from 10s).
- Added a option to specify which markets are shown.
Update
Run npm install -g gunbot-monitor
to update/install it on your server.
Group lines in compact mode
You can set a optional number after the -c parameter now, to group the rows and draw a line after that many rows.
gmon -c 3
This will draw a line after every 3rd row.
Set markets to monitor
You can set the markets you want to monitor now. The parameter is --markets (-m). Separate multiple markets with ":"
gmon -m poloniex:kraken
This will only show pairs running on poloniex and kraken.
Usage
All available options can be displayed with
gmon -h
Usage: gmon [options]
Options:
-h, --help Output usage information
-v, --version Output the version number
-p, --path <path> Path to the GUNBOT folder. Separate multiple paths with ":" (like: -p /path1:/path2). [Default: current folder]
-c, --compact [groupSize] Do not draw row lines. Optional set the number of rows after which a line is drawn. [Default: 0]
-s, --small Reduce columns for small screens
-d, --digits <digits> Amount of digits for all numbers. Min = 0, max = 10. [Default: 4]
-r, --refresh <seconds> Seconds between table refresh. Min = 1, max = 600. [Default: 60]
-m, --markets <markets> List of markets to show. Separate multiple markets with ":" (like: -m poloniex:kraken) [Default: poloniex:kraken:bittrex]
-P, --profit Use to activate the parsing of the profit. THIS WILL SLOW DOWN YOUR SYSTEM!
-H, --hide-inactive <hours> Hides trading pairs which las log entry is older than given hours. Min = 1, max = 854400. [Default: 720]
-E, --show-all-errors Use to list 422 errors in the last column.
You can also combine the options like:
gmon -sPEr 120 -p /path/to/GB/:another/path -H 1 -d 3 -c 4 -m bittrex
Support & Tips
You like gmon and it helps you earning money?
- Report bugs in this forum thread or via pm in Telegram at @BeerK0in
- Support gmon and send a tip to BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT
BK