8000 zenbot/docs/installation at unstable · DeviaVir/zenbot · GitHub
[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History

installation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Install Zenbot

Run in your console:

git clone https://github.com/deviavir/zenbot.git

Or, without git:

wget https://github.com/deviavir/zenbot/archive/master.tar.gz
tar -xf zenbot-master.tar.gz
mv zenbot-master zenbot

Create your configuration file by copying conf-sample.js to conf.js:

cp conf-sample.js conf.js
  • View and edit conf.js.
  • It's possible to use Zenbot in "paper trading" mode without making any changes.
  • You must add your exchange API keys to enable real 2EF9 trading however.
  • API keys do not need deposit/withdrawal permissions.

If using Docker, skip to the Docker guide.

Install dependencies:

cd zenbot
npm install

Optional:
Install the zenbot.sh binary in /usr/local/bin:

npm link

Run a Zenbot command:

zenbot --help
0