1
Beginners & Help / Re: Generator-Gunbot - Setup GUNBOT v3.3.2 in less than 5 minutes (linux)
« on: June 15, 2017, 11:21:54 PM »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]cdg <--- this is actually 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
Thank you kindly BK -
Next question is I'm planning on moving my GunBot fully over to linux, and before doing so want to make sure everything is running well. At this moment both are running at the same time. Before I shutdown my Windows bot my concerns are the following:
- LINUX Instance (New)
- Monitor: I see no activity under # Buys, # Sells, Errors (most surprising) with uptime of 15h
- On GL I see no cpu % gains - has been 0 for uptime of 15h
I have attached images for reference, including monitor from both to show discrepancies on Error (not taking into consideration expected profit differences based on start times).
Would like to know if this is expected, or what I can do to get those data points running live.
After speaking with BeerK0in directly, was able to get answers for my questions. So here they are for those searching for something similar:
LINUX Instance (New)
- Monitor: I see no activity under # Buys, # Sells, Errors (most surprising) with uptime of 15h
- this was because I did not include "--show-all-errors" in my gmon statement
- On GL I see no cpu % gains - has been 0 for uptime of 15h
- according to BK, the cpu demands are so low, negligible they won't appear - however the bot is running, as can be seen by MB memory allotment.