https://github.com/iepathos/arbiter
Arbiter is an arbitrage program written in Python as a response to priceonomics.com Bitcoin Arbitrage coding puzzle.
https://github.com/iepathos/arbiter
Last synced: 8 months ago
JSON representation
Arbiter is an arbitrage program written in Python as a response to priceonomics.com Bitcoin Arbitrage coding puzzle.
- Host: GitHub
- URL: https://github.com/iepathos/arbiter
- Owner: iepathos
- Created: 2013-05-28T13:00:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-15T00:01:36.000Z (almost 13 years ago)
- Last Synced: 2024-04-19T15:22:21.043Z (about 2 years ago)
- Language: Python
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Arbitrage Program
Written in response to priceonomics.com Bitcoin Arbitrage coding puzzle.
Written by Glen Baker - iepathos@gmail.com
- [RatesWalker](https://github.com/iepathos/arbiter/blob/master/rates.py#L40) - Retrieves rates, can create directed graphs and images of data sets.
- [Arbiter](https://github.com/iepathos/arbiter/blob/master/arbiter.py#L69) - Determines best possible arbitrage opportunity in data sets retrieved by RatesWalker.
- [Example Output](https://github.com/iepathos/arbiter/blob/master/sample%20run.png)
##Usage
./arbitrage
Hit any to begin and any key to re-run after that.
Hit 'q' to quit.
Please note, your terminal window must be sized properly when you begin running the program to be able to see all of the Arbiter output.