cryptom

command module
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2017 License: MIT Imports: 8 Imported by: 0

README

cryptom

Cryptocurrency Orders Monitor

cryptom screenshot

Supported exchanges / systems

Currently only Kraken exchange on the OSX operating system is supported.

Setup

You first need to create an API key that allows querying open/closed orders. In order to do this go to your Kraken API page and Generate New Key with the Query Open Orders & Trades permission.

Add the generated Key and Secret to a file called .cryptom.toml in your home directory (replace KEY / SECRET with the values from previous step):

echo "" >> ~/.cryptom.toml
echo kraken-key=\"KEY\" >> ~/.cryptom.toml
echo kraken-secret=\"SECRET\" >> ~/.cryptom.toml

Now run cryptom:

# run in foreground
./cryptom

# or you can send it to background
./cryptom &

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL