thrasher-corp / gocryptotrader

A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI, GUI or Webgui?

lulu-angry opened this issue · comments

New Issue

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Operating System: Linux

  • GoCryptoTrader version (gocryptotrader -version): 1.17.15

Hello there i want to try Gocryptotrader but i don't understand how to use it.
i'l already compile it with the last stable version of go.
but when i run it, i have only full log in my console that it right ?
but i cant enter any command so i come here to ask you if a gui or webgui exist?

commented

Hello lulu-angry! Thanks for opening up an issue

While there is a web GUI under the web folder, I wouldn't advise its use as it is outdated and more of a proof of concept

I recommend to most people that the best way to interact with GoCryptoTrader is via our tool GCTCLI located here. When you have GoCryptoTrader up and running, use the CLI to issue commands. It uses GRPC to send commands to GoCryptoTrader and will return the result

For a list of commands on how to interact with GoCrypoTrader, check it out here