Skip to content

Zsedo/go-bitstamp-arbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check for arbitrage on Bitstamp

This program depends on github.com/toorop/go-pusher. Install it first with

go get github.com/toorop/go-pusher

Then run the arbot program with

go run arbot.go

or build/install the program.

It will connect to Bitstamp's socket and listen to order_book(_currencypair) channels (best 100 bids/asks). It has some predefined arbitrage paths (hops from one currency to another that end in the starting one) that it checks. When a new message is received, all paths are checked for arbitrage and updated result map is printed to stdout.

About

Simple program that hooks to bitstamp's socket and checks for arbitrages between all currencies that they offer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%