Skip to content

CheetahExchange/gitbitex-spot

 
 

Repository files navigation

This project has been abandoned. Please check the new version : https://github.com/gitbitex/gitbitex-new

This project has been abandoned. Please check the new version : https://github.com/gitbitex/gitbitex-new

This project has been abandoned. Please check the new version : https://github.com/gitbitex/gitbitex-new

Go Report Card

GitBitEx is an open source cryptocurrency exchange.

Architecture

Demo

We deployed a demo version on a cloud server (2 Cores CPU 4G RAM). All programs run on this server. include (mysql,kafka,redis,gitbitex-spot,nginx,web...).

https://gitbitex.com:8080/trade/BTC-USDT

Dependencies

  • MySql (BINLOG[ROW format] enabled)
  • Kafka
  • Redis

Install

Server

/etc/mysql/mysql.conf.d/mysqld.cnf
[mysqld]
server-id=1      
log-bin = mysql-bin 
  • Execute ddl.sql
/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
  • Modify conf.json
cp conf_example.json conf.json
  • Run go build
  • Run ./gitbitex-spot

Web

Questions?

Please let me know if you have any questions. You can submit an issue or send me an email ([email protected]) or Telegram (https://t.me/greensheng)

Contributing

This project welcomes contributions and suggestions and we are excited to work with the power user community to build the best exchange in the world

About

An Open Source Cryptocurrency Exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%