Giter Site home page Giter Site logo

CheetahExchange

Forked from gitbitex-spot

Install Dependent Infrastructures

  • MySql (make sure BINLOG[ROW format] enabled)
sudo apt-get install mysql-server
/etc/mysql/mysql.conf.d/mysqld.cnf
[mysqld]
server-id=1      
log-bin = mysql-bin 
# Mysql 5.x
/etc/mysql/mysql.conf.d/mysqld.cnf
[mysqld]
sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

# Mysql 8.x
/etc/mysql/mysql.conf.d/mysqld.cnf
[mysqld]
sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
  • Zookeeper
bash bin/zkServer.sh start
  • Kafka
bash bin/kafka-server-start.sh config/server.properties
  • Redis
sudo apt-get install redis-server

Install Golang Compiler

Build Server

  • Clone Repo
git clone https://github.com/CheetahExchange/CheetahExchange
cd CheetahExchange
  • Build
make clean
make

Run Server

  • Modify conf.json
cp conf_example.json conf.json
  • Run
./spot-core
./spot-rest
./spot-pushing

cheetahexchange's Projects

bizzan icon bizzan

币严BIZZAN全新升级,修复重大bug,优化冗余代码

btc-eth-fil-contract-exchange---ztuo icon btc-eth-fil-contract-exchange---ztuo

数字货币交易所 ,区块链合约交易所 开源代码,基于Springboot 、vue 开发的开源数字货币交易所,ZTUO 交易所2021版。 本系统项目代码有完整的撮合交易引擎源码、后台管理源码、前台源码、APP 源码、代理商源码、机器人源码。 开源项目仅供学习。

cheetahexchange icon cheetahexchange

A Highly Optimized Open Source Cryptocurrency Exchange Backend with Customized Service Modules Group.

exchange-core icon exchange-core

Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.

go-hft-orderbook icon go-hft-orderbook

Golang implementation of a Limit Order Book (LOB) for high frequency trading in crypto exchanges

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.