gmon updateVersion 1.0.5Changelog- Major Release: Gunbot-Monitor supports Gunbot v9 now.
- Removed: option -E is no longer available.
UpdateUse npm to update:
npm uninstall -g gunbot-monitor && npm install -g gunbot-monitor
Gunbot v9 support🚨
gmon 1.x will only work with Gunbot v9! 🚨
Since a lot has change after Gunbot v3.2, there are still a few things from the past inside of gmon which may look strange now.
Having multiple setups in Gunbot v9 will mess up the numbers of you total and available BTC.
UsageTo start gmon, go to the folder your Gunbot is installed (`cd /path/to/gunbot`) and run this command:
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]
-N, --path-name <name> Optional name for each path to the GUNBOT folder(s). Separate multiple path names with ":" (like: -N Kraken_Bot:Proxy_Mega_Bot). [Default: No path name]
-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> Filter of markets to show. Separate multiple markets with ":" (like: -m poloniex:kraken) [Default: all]
-P, --profit Use to activate the parsing of the profit. NOT WORKING CORRECTLY!
-H, --hide-inactive <hours> Hides trading pairs which last log entry is older than given hours. Min = 1, max = 854400. [Default: 720]
-C, --connections-check-delay <seconds> Seconds between netstats checks. Higher numbers result in more inaccurate statistics but reduce cpu usage. Min = 1, max = 600. [Default: 1]
You can also combine the options like:
gmon -sEr 120 -p /path/to/GB/:another/path -H 1 -d 3 -c 4 -m bittrex
Support & TipsYou like gmon and it helps you earning money?
- Report bugs in this forum thread or via the Telegram group
t.me/beercrypto.
- Support gmon and send a tip to BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT
BK