Skip to content

makevoid/centex-market-taker-bot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

centex-market-taker-bot

Simple market taker bot for the Centex crypto exchange - this bot can place buy orders that take (match) active market offers (sell orders)

Exchange:

Centex

API: https://api.centex.io/docs

Secrets:

the secret config file is env_secret.rb, copy the default one and fill in your centex exchange api key cp env_secret.default.rb env_secret.rb

Bot config:

{
  side: "buy",    # or "sell" - default: "buy"
  price: 0.0001,  # maximum price you want to match orders at
  amount: 50,     # amount to buy (per hour) in cheapETHs
  every:  60,     # trigger an order every x minutes if the market is at that price level
  coin: "cth",    # or others listed # default: "eth"
}

Install dependencies:

bundle

Run:

bundle exec rake

License: The Unlicense

The program is provide it as is, this is not a finished product, use at your own risk.


@makevoid

Releases

No releases published

Packages

No packages published

Languages