https://github.com/dutchcoders/tradecollector
Import all trades from Bitfinex, BTC-E, MtGox, BTC-China, OKCoin and more.
https://github.com/dutchcoders/tradecollector
Last synced: 10 days ago
JSON representation
Import all trades from Bitfinex, BTC-E, MtGox, BTC-China, OKCoin and more.
- Host: GitHub
- URL: https://github.com/dutchcoders/tradecollector
- Owner: dutchcoders
- License: mit
- Created: 2014-01-15T10:29:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T10:39:02.000Z (over 11 years ago)
- Last Synced: 2025-04-11T16:15:01.066Z (3 months ago)
- Language: Go
- Size: 152 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trade Collector
Import all trades from Bitfinex, BTC-E, MtGox, BTC-China, OKCoin and more.# install
```
gvm install go1.1.1
gvm use go1.1.1 --default
export GOPATH=$HOME/golibs/
go get github.com/go-sql-driver/mysql
go get launchpad.net/goyaml
```# run
```
export DB=username:password@tcp(host:port)/dbname
go run harvest/harvest.go harvest/btce.go harvest/mtgox.go harvest/okcoin.go harvest/btcchina.go harvest/utils.go harvest/bitfinex.go
```