Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - beer-k0in

Pages: 1 [2] 3 4 ... 8
21
can we use gunbot monitor on the new version of gunbot? ...

No. Non of the existing tools will work with Gunbot v3.3.4 right now. The Gunbot has evolved a lot and the 3rd party devs need to adapt. This will take a while.


BK

22
Code: [Select]
gmon -p /home/demeo/Pobrane/Gnubot/GUNBOT_v3.3.2_Poloniex_Bittrex_Patch/logs/
/usr/local/lib/node_modules/gunbot-monitor/src/index.js:37
  for (const [index, pathToGunbot] of pathsToGunbot.entries()) {
             ^
Any help appreciated :)

You need nodejs 6.x or higher.


BK

23
gmon update
Version 0.0.51

Changelog

- Bugfix: Show pm2 ids for process names like `AAA_XXX`, `AAA_XXX_M` and `AAA_XXX_m`
- Added total number of monitored pairs per folder.
- Added total BTC value of available BTC and current ALT value.
- Added option to set names for different paths ( `-N kraken:polo` ).
- Added option to set netstat connection check delay time ( `-C 5` ).



Update

Run
Code: [Select]
npm uninstall -g gunbot-monitor && npm install -g gunbot-monitor to update it on your server.

Run
Code: [Select]
npm install -g gunbot-monitor to install it on your server.



Total number of monitored pairs per folder

Shows the total number of pairs in the last row: = TOTAL (123) =



Total BTC value of available BTC and current ALT value

Shows the total BTC value of the available BTC + the monitored ALTs:
Available BitCoins:   poloniex 0.41640129    bittrex 0.467   |   Total BTC value: 3.1025 (in BTC: 0.8834, in ALTs: 2.2191)

It does not connect to the market to collect all you balances. The value next to ALTs is the only value of the monitored currencies and is influenced by the --hide-inactive option.



Set names for different paths

For every path to the GUNBOT folder(s) you can set a name (-N) which will be displayed as headline. Separate multiple path names with ":".

If you want no name for some folder, just don't type anything.

Example:
Code: [Select]
gmon -p /opt/polobot/:/opt/v3.1/kraken/ -N "Polo with Proxy":Kraken
Code: [Select]
gmon -p /opt/polobot/:~/bot-with-no-name:/opt/v3.1/kraken/:/home/bk/awesome_gun -N "Polo with Proxy"::Kraken:"BK is cool"



netstat connection check delay time

With the option -C it is possible to set the delay between each netstats check in seconds. This is for low end systems to reduce the CPU load by increasing the delay time.



Usage

All available options can be displayed with
Code: [Select]
gmon -h

Code: [Select]
  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]
    -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>                  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 last 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.
    -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:

Code: [Select]
gmon -sPEr 120 -p /path/to/GB/:another/path -H 1 -d 3 -c 4 -m bittrex -C 2 -N "GB one":"Bot 2"


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

24
When I run 63 pairs at once and monitor it with one gmon
It cuts out the top half of the pairs. I can't scroll up either
Not sure if that's just a cmd issue or gmon

Are your gunbot on Windows? If yes, use cmder (http://cmder.net/) as terminal emulator and "change Font Size using Ctrl+MouseWheel" or just scroll up.

Any other good terminal app should allow you to a) change the font size or b) scroll up.


BK

25
It would be nice to see in the Bottom line, how many pairs are monitored with the monitor

I've added it to the wishlist.


BK

26
is there a way to be able to view the whole thing at once
if i run it with -c -s i still can see all of my pairs

What do you mean by "the whole thing at once"?

BK

27
Fore some reason GB is showing nothing for me. started it from /opt/gunbot/ , which is the place of the GB executable and the config files. Also tried to specify the path with
Code: [Select]
gmon -p /opt/gunbot/. Any ideas?

Please show me the output of this command:
Code: [Select]
ls -lah /opt/gunbot/*-log*

BK

28
I need to reset my Ubuntu VPS. Now GB of all pairs not autorun, I need to run each by copy&paste:
Code: [Select]
pm2 start ./gunthy-linuxx64 --name BTC_XXX -- BTC_XXX poloniex
I have 20 pairs to run them again. Is there any command to run all pairs at once?

You can run 'ginit' again.


BK

29
Could we get a  security margin line?

I put it on the wishlist.


BK

30
Are errors not being parsed? Turns out I've had many errors in various pairs but gmon not showing anything in that last column.

Depends on the error.

First post or gmon -h gives you all options:
Quote
-E, --show-all-errors        Use to list 422 errors in the last column.


BK

31
When will the next update come out for profit calculations being fixed?

https://gunthy.org/index.php?topic=319.msg3247#msg3247


BK

32
... but V0.0.42 :-))

So removing the symlinks in /usr folder did the trick?


BK

33
Another idea?

Sure. :)

Try this first:

Code: [Select]
sudo rm /usr/local/bin/gmon
sudo rm /usr/bin/gmon
sudo rm /usr/lib/node_modules/gunbot-monitor/src/index.js
sudo npm install -g gunbot-monitor
gmon -v


If that is still not working, you can change the permissions to npm or change the folder where npm installs the packages:

https://docs.npmjs.com/getting-started/fixing-npm-permissions


BK

34
I keep getting the nasty error where the root user unattaches and i'm trying to use the gunbot proxy as I had a lot of issues with 422s.  Is there any way to secure the root user in a better way to try to prevent that?

Also is there any way you can add a helpful section to your initial post about installing gproxy (https://github.com/taniman/gunbotproxycommunity) as it really helps when you are running multiple pairs.  Currently i'm at a point where I have the bot working on it's own and the proxy working but then at some point the whole setup crashes and I have to restart leading to errors.  Any idea why?

Sorry, I've never tried the community proxy and can not give helpful information about setting it up in combination of the generator.


BK

35
Any idea?

Hm, maybe

Code: [Select]
npm uninstall -g gunbot-monitor
sudo npm uninstall -g gunbot-monitor
npm install -g gunbot-monitor


BK

36
Thanks for this great Gunbot Generator... can you please also support ETH market on bittrex.. thank you so much if you implement this..

Not planned in the near future, sorry. Maybe with the next Gunbot version.


BK

37
I did this update, got an error with the hint to use root, did the update with sudo again.
Message after update looks as if V0.41 is installed now:
[...]
But if I call gmon, then gmon V0.40 comes up.

Try running gmon as root (sudo). If that shows v0.0.41, try updating as non-root again.
If that does not work, we need to dig further.

In that case please give me the output of this command:

Code: [Select]
echo "-#- release -#-" && cat /etc/*release && echo "-#- nodejs -#-" && node -v && echo "-#- modules -#-" && npm -g ls gunbot-monitor && echo "-#- gmon -#-" && ls -lha /usr/bin/gmon && echo "-#- version -#-" && gmon -v && cat /usr/lib/node_modules/gunbot-monitor/package.json | grep version


BK

38
Was this ever addressed or still trying to figure out a way?

Addressed many times, but every solution so far is not worth it.
The reason are the Gunbot logs, which are out of control for gmon. There is no fast way to check if a log entry is a "real" trade which went through or not.

The next version of Gunbot will change the way how to get all the data. So we are waiting for the next release of Gunbot and than this will be fixed.


BK

39
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
Code: [Select]
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.

Code: [Select]
gmon -c 3This 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 ":"

Code: [Select]
gmon -m poloniex:krakenThis will only show pairs running on poloniex and kraken.



Usage

All available options can be displayed with
Code: [Select]
gmon -h

Code: [Select]
  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:

Code: [Select]
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

40
i have AWS Vps, what does happens if i shutdown my PC?  I've done all from Putty, what happens if i close putty and i shut down my pc ?
How can i make this bot still work in every moments without my computer working?

Don't worry. When you close putty, you are just closing your connection to the VPS.
Think of it like this: The VPS is your PC, Putty is your monitor. Turning off just the monitor will not influence the PC - it will continue to run.


BK

Pages: 1 [2] 3 4 ... 8