ChiefBK / tracr-daemon

A cryptocurrency trading platform written in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tracr-daemon

The daemon module of Tracr collects and analyzes information for use by tracr-bots. It is the beating heart of the Tracr trading platform

Usage

Tracr-daemon is first inititialized using the Linux systemd service. Before tracr-daemon can be used its service needs to be started manually.

sudo systemctl start tracr_daemond

To stop

sudo systemctl stop tracr_daemond

To restart

sudo systemctl restart tracr_daemond

Once the service is successfully started it stays in a "waiting" state.


The service will remain in this waiting state until the user would like to start collection and analysis.

To start collection/analysis use command

tracrd start

To stop

tracrd stop

About

A cryptocurrency trading platform written in GO


Languages

Language:Go 99.0%Language:Shell 1.0%