All Projects → philsong → Bitcoin Broker

philsong / Bitcoin Broker

BTC trading market broker, smart route the orders to multiple exchange.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Bitcoin Broker

Binance Trader
💰 Cryptocurrency Trading Bot for Binance (Experimental)
Stars: ✭ 2,128 (+758.06%)
Mutual labels:  bitcoin, btc
Proofofexistence
Core and web app for Proof of Existence - the original blockchain notary service
Stars: ✭ 155 (-37.5%)
Mutual labels:  bitcoin, btc
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-43.15%)
Mutual labels:  bitcoin, btc
Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (-45.16%)
Mutual labels:  bitcoin, btc
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-27.42%)
Mutual labels:  bitcoin, btc
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-45.16%)
Mutual labels:  bitcoin, btc
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-36.69%)
Mutual labels:  bitcoin, btc
Awesome Bitcoin Payment Processors
🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
Stars: ✭ 129 (-47.98%)
Mutual labels:  bitcoin, btc
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-31.05%)
Mutual labels:  bitcoin, btc
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-33.47%)
Mutual labels:  bitcoin, btc
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-45.97%)
Mutual labels:  bitcoin, btc
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-15.32%)
Mutual labels:  bitcoin, btc
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-46.77%)
Mutual labels:  bitcoin, btc
Awesome Bitcoin Cash
A curated list of awesome things related to Bitcoin Cash. Contribute yourself:
Stars: ✭ 136 (-45.16%)
Mutual labels:  bitcoin, btc
Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (-47.18%)
Mutual labels:  bitcoin, btc
Telegram Kraken Bot
Python bot to trade on Kraken via Telegram
Stars: ✭ 156 (-37.1%)
Mutual labels:  bitcoin, btc
Bitcoin Arbitrage
An AWS Lambda function that looks for Bitcoin Arbitrage opportunities
Stars: ✭ 115 (-53.63%)
Mutual labels:  bitcoin, btc
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+537.5%)
Mutual labels:  bitcoin, btc
Pololender
Free, open source, high performance bot for lending funds on Poloniex exchange
Stars: ✭ 163 (-34.27%)
Mutual labels:  bitcoin, btc
Cryptocompare
CryptoCompare JavaScript API
Stars: ✭ 212 (-14.52%)
Mutual labels:  bitcoin, btc

BTC trading market broker

作为经纪商角色,提供thrift标准服务接口。

提供合并交易所深度的标准价格模型,
大并发订单内部自动撮合冲销,
智能自动路由订单并拆大单为小单到不同交易所,
失败订单自动重试处理。

支持haobtc,okcoin,huobi,chbtc等交易所。

本地搭建

1、安装golang开发运行环境

http://golang.org/doc/install

2、下载安装依赖库并编译 broker

./install

3、导入数据库表结构

导入etc目录下的*.sql文件到PostgresDB

4、修改配置

修改conf/config_sample.json 为 conf/config.json

5、运行 broker

./bin/broker

一切顺利的话,broker应该就启动了。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].