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] 5 6 ... 8
61
Small dono sent your way, cant wait for the bittrex update  ;D

Latest version supports all markets now. But some coins in Bittrex are missing. Will update in ~16h



What does this message mean?

Means that file will be changed and wants your confirmation to do so.

Gunbot recognizes changed config files. So you are good to go.


BK

62
gmon update
Version 0.0.37

Changelog

- Monitor multiple folders.
- Shortcut parameter for --hide-inactive and --show-all-errors (-H and -E).
- Fixed Bug "netstat ENFILE" (thx to Jeff B).
- Adding Strategy column to the small view (-s).
- Fixed NaN bug for bittrex logs.
- Displays available BTC for all markets.
- Added connection gauges for bittrex and kraken.
- Connections gauges are only visible if there are pairs for those markets.



Update

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



Monitor multiple folders

You can monitor multiple folders now. Use the -p parameter and separate the paths by colons.

Code: [Select]
gmon -p /path/to/the/logs:/another/path:a/relative/path


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                Do not draw row lines
    -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 = 10, max = 600. [Default: 60]
    -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 -csPr 120 -p /path/to/GB/:another/path --hide-inactive 1 -d 3 -E


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

63
2nd: YES, build a web display for this sucker, people will probably buy (I would).
3rd: What would it take to group (sort) the coins we are holding vs the coins waiting to buy?

I put it on the wishlist.
https://github.com/BeerK0in/gunbot-monitor/issues/15



Keep up the good work! Also - where do we send beer?

Thanks! BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

BK

64
Gmon crashes after a couple hours of running, this error appears and I don't know how to fix it.

I just released v0.0.33 - it should be fixed now.

Run this to update gmon on your VPS:
Code: [Select]
npm install -g gunbot-monitor


BK

65
How do you use pm2 and why is there nothing in that field for me?

1. The field is empty if there is no pm2 process with the pair name.
2. I use the generator (https://gunthy.org/index.php?topic=277.0) to start Gunbot as pm2 process.


BK

66
I installed it on Ubuntu and it was running fine last night, today it crashed.  When I try to restart ginit I get this error:
[...]
ERROR! - There was an error starting GUNBOT for BTC_SC:
1

Glad you got it running again.


BK

67
The current way how gmon counts the number of your trades and your profit is wrong. What you see is the number of TRIES of trades, not the real trades.

So please read those values as "ah, Gunbot is doing something" - but your actual number of trades and your actual profit is lower than those!

Not sure if there is a performant way of reading only the successful trades from the log. The way to go is to read this from the markets. There is something on the horizon - but for now:
Please ignore "# Buys", "1 6 h d +", "# Sells", "1 6 h d +" and "Profit" values in gmon.

BK

68
Q1:
BTC-XXX-log.txt files are becoming bigger (3~5mb per each).
I wonder if it's no problem to replace them to clean one occasionally.

Q2:
I'm also using your Gunbot Monitor with 'gmon -c -s -P' command.
I wonder if the profit shown at the bottom right side is the final profit after all revenue, loss and fee.
Otherwise I wonder how to calculate accurate final profit.

A1:
You can delete the logs like you want. Mine are > 100MB.

A2:
Profit and number of Trades is not accurate in the current version. Please ignore it.
Log into the markets you are trading on and check your trades there.



Is it possible to set the max amount per trade for all the pairs i got to x.xxx without reconfiguring every single bot?

Open ALLPAIRS-params.js and set the trading limit there.

If you ONLY want to set the trading limit for all pairs, your ALLPAIRS-params.js would look like this:

Code: [Select]
var config = {
    BTC_TRADING_LIMIT: 0.00123,
};

module.exports = config;

BK

69
read back on my posts earlier - which seem to have been ignored ...

Sorry, I missed that post.  :(



so how can we commission you to create a private one? ...
Sorry, I don't understand. What do you mean with "a private one"?
building something similar to this ( console ) but for our own internal use ... private - not gpl ...

gmon is licensed under the MIT license. So you are free to do what ever you want with it:
https://github.com/BeerK0in/gunbot-monitor/blob/master/LICENSE



- os is centos 7 x64 ...
there is no reason given in the console why it has abruptly stopped ...

Never did tests on centOS. Will do some in the future. There are also coming some fixes to gmon with to much open files. Maybe that will also fix your problems.



also - ALL the bot specs ( .js ) need to be in the one directory for this to work well - where we have each pair in a different directories for logistics sakes ... is there a way to inform this package of the different directories? ... or must they all be bundled into one directory as they are now? ...

There will be an update which allows scanning multiple folders. I hope end of this week.

BK

70
Can you say me if there is a limit for Gunbot, or is it possible to trade ~40 pairs with 4GB RAM? And why do you say 2GB for ~17 pairs? Is it necessary to have a buffer? Because if one pair uses less than 100MB, it should be possible to trade ~20 pairs with 2GB, or not?

Your core system needs also some of the RAM.
Example from a fresh VPS with 512 MB RAM:
Code: [Select]
# free -h
              total        used        free      shared  buff/cache   available
Mem:           488M         58M        206M        8.3M        224M        399M

Only 399 MB are available. If you start a Gunbot, it needs more than 120 MB RAM - later this is reduced to ~85MB.


I also have another question. I haven't installed the Windows version because I prefer Linux, but are there any advantages for the Windows version? Maybe more settings or something like this?

No. All Versions of Gunbot are using the same core code to work. Only the GUI is different.

BK

71
I wonder if changing settings in the "ALLPAIRS-params.js" file will be applied to all running pairs automatically

Yes, no need for running ginit.



Hi, it trades just fine with eth and ltc. Bur sc and other pairs gets 422 error when the price is right.  What to do?

Nothing, ignore 422 and wait for the next Gunbot version. Everyone has massive 422 errors this time.

BK

72
That make senses. How do I go about modifying every pairs configuration file separately?

Not familiar with doing that, and looking for step by step or documentation to help me do that piece.

Open each file with an editor like nano:

Code: [Select]
gcd
nano poloniex-BTC_XXX-config.js

Use the arrow keys to navigate in that file and make changes.
To save press "Ctrl + x" then "y" then "Enter".


BK

73
Looking for documentation on how to update the individual config files (per coin), if possible.

Not possible with the current version of the generator. You need to manually edit the config files. But keep in mind: the config in ALLPAIRS overwrites the config in the specific PAIR config. So you need to delete the parameter you want to be different among your pairs from ALLPAIRS and set it in every PAIR config.

BK

74
i use ubuntu and guncontrol

Wrong thread. Please ask your question here: https://gunthy.org/index.php?topic=278

BK

75
Is there a way to automatically close the screen for inactive trade pairs?

Depends on what "automatically" means to you.
You can start gmon with the --hide-inactive <hours> paramenter:

Code: [Select]
--hide-inactive <hours>  Hides trading pairs which last log entry is older than given hours. Min = 1, max = 854400. [Default: 720]

BK

76
What's new in
"Version 0.0.32"?

Just a small fix if you have more than one similar entry in the trades-log. Does not really fix the issue of counting sells which are not executed at the exchange market. So there was just a small hint in the Telegram group about v0.0.32.

BK

77
You sir, are a genius, and this summary view of Gunbot activity and progress is indispensable.  I have it running on my Windows VPS and this is the most watched window I have in ANYTHING I do, work or personal.

Thank you. Glad gmon helps you.  8)

I've added you suggestions to the wishlist: https://github.com/BeerK0in/gunbot-monitor/issues/15

BK

78
This looks fantastic. When will bittrex support be available?

2 or 3 weeks from now.



I got the same error, and it was the nasty one that solved :)

Glad you could fix it. For v2 I will try to be able to handle those pm2 issues automatically.



Thank you all for reporting bugs!

BK

79
hi, is there a possibility, parameter, to close the old task and open a new one in the Batch.
Cant use Taskill, be course the PID changes .

Can you explain a little bit more?



i want to updated but update command don't work.

What command did you use?
What error did you get?



You get a five beachguy rating  8) 8) 8) 8) 8)

:D



Is there a way to make gmon include manual sells into -P option? I'm ok with adding lines into trade or general log :) I even tried without success :)

You need to add a line like this to the file market-BTC_XXX-log.txt:
Code: [Select]
2017/06/12 09:02:28 Profit 0.0014662869891060035


BK

80
Either way, the cmd window stays there so with 2 commands I can set up the monitor again so it really isn't that big of an issue.

Why 2 commands? What are those 2? The 2nd would be 'gmon', but whats the first one?  :)

BK

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