Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

thanhnguyennguyen/tomox-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomox-bot

send orders to tomox rpc

This bot helps to increase liquidity for the market, not for taking profit

Build

  • Build binary for your current platform
go build
  • Build binaries for multiple platforms
    (Not recommended: because it takes a few minutes)

    • Docker installed is required
    • Update TOMOX_BOT_PACKAGE, TOMOX_BOT_VERSION in build.sh, point to your remote package
./build.sh

Run

cp .env.sample .env 
# update .env file 


# run bot 
./bot

for cancel order

    ./bot cancel [orderId]

We assume the baseToken, quoteToken of cancel orders defined in .env file, same pair as new order

Download binaries

https://github.com/thanhnguyennguyen/tomox-bot/releases