how to display remote ssh gekko trading - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: how to display remote ssh gekko trading (/thread-56736.html) |
how to display remote ssh gekko trading - ankasem - 04-11-2018 hi (gekko cli mode trading) how to display remote ssh gekko trading thank you RE: how to display remote ssh gekko trading - xFFFFF - 04-11-2018 Use screen for stayalive gekko. Without this on every disconnect with ssh your gekko is turned off. RE: how to display remote ssh gekko trading - ankasem - 04-11-2018 thank you I use a remote server how can i get the image the shell is working on the screen how can I see how to trade (what is stay alive) ---------------------------- When ssh disconnects, gekko stops Yes Gekko stop RE: how to display remote ssh gekko trading - Mulder - 04-11-2018 tail -f /gekko/logs/2018-04-11-13-59-UTC-watcher.log or tail -f /gekko/logs/2018-04-11-13-59-UTC-tradebot.log the only way i can see gekko live from terminal.. (: i start gekko in screen .. terminal from my MacBook to look after any changes. RE: how to display remote ssh gekko trading - ankasem - 04-11-2018 Thank you https://gekkoplus.com/ RE: how to display remote ssh gekko trading - Gryphon - 04-14-2018 Run gekko through pm2, problem solved there's Guide in this forum to do it RE: how to display remote ssh gekko trading - xFFFFF - 04-14-2018 (04-11-2018, 07:07 PM)Mulder Wrote: tail -f /gekko/logs/2018-04-11-13-59-UTC-watcher.log 1. You can start screen by command 'screen'. 2. Start Gekko 'node gekko -c config.js' 3. Close ssh client and after reconnect detach screen with command 'screen -d -r'. All is back on the place without keeping logs. RE: how to display remote ssh gekko trading - ankasem - 04-14-2018 Thank you @ xFFFFF thank you for your help screen Working works properly with screen command ------------------------------ I use ( tmux ) I got errors and gekko is cut https://forum.gekko.wizb.it/thread-56758.html Could it have done tmux ---------------------------------------------------------- https://gekkoplus.com/ |