Here a little Tut/Collection for lazy Windows people like me:
1. Install node
https://nodejs.org/en/
(maybe beer-K0in can confirm if the new 8 version works also, i have the last 7 and it works. If you are not sure now: install the 6)the 8 version works just fine. i tested it
2. Open your CMD (Console) and just type: "npm install -g gunbot-monitor"
and he will install it.
3. To start the bot:
Use your cmd console and go to the gunbot path. for exampe: C:\Users\XXX\Desktop\GUNBOT_V3.3_ALL_OS
and type: "gmon -P"
now it should work.
Edit(12.07.17):
Because of this problem:
The current way how gmon counts the number of your trades and your profit is wrong.
https://gunthy.org/index.php?topic=319.0
You can do all your command without the "P" if you want. its also much less hungry for rescources.
If your screen is fucked up try:
"gmon -scP" instead.Edit: I have found a way to make it look good:
Only use "gmon -sP" as command and if you start the cmd just right click on the name/ titlebar and choose properties > Layout. Now you can edit the Window size as you like. Works perfect for me.
Edit2: Sometimes if you only use -sP it looks still confusing. So for some reason you have to start it with "gmon -scP", then again with "gmon -sP". At least in my case.
4. Update Bot:
Simply type "npm install -g gunbot-monitor" in your cmd and the update will be installed.
You can also make a bat file and start it from your Desktop:
1. Open a text file in your gunbotfolder
2. Type:
@echo off
gmon -sP
or
@echo off
gmon -P
Rename .txt to .bat and just right click on the file and move it to your desktop and select: "Create shortcut here"
_________________________________
I will edit this post if something new will happen. This is like a reminder for myself, because in chat some infos vanishes very fast.
Beer K0in suggested to try Cmder. It's an enhanced console emulator and can replace the normal cmd.
http://cmder.net/Edit: with the possibility to change the window size in win, there is imo no need for it anymore.
(THX Beer K0in, Andrew Sidorkin)