Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaberey committed Apr 14, 2013
1 parent 81597b6 commit f8000a1
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
goxgui
======

Bitcoin trading tool for MtGox
About
-----

goxgui is a Qt front end for [prof7bit's goxtool](http://prof7bit.github.io/goxtool/). This is what it looks like:

![Screenshot](https://raw.github.com/sebastianhaberey/goxgui/master/screenshot.png)

goxgui currently has the following features:

* Display asks / bids
* Display MtGox account balance (USD/BTC)
* Display MtGox lag
* Place and cancel orders (USD)

Prerequisites
-------------

I have tested the application on **OSX 10.7.5** and **Windows XP** within the following confguration. Other setups may or may not work.

- Python 2.7.3
- Qt 4.8.2
- PyQt (matching the above Python / Qt versions)
- pycrypto 2.6

Installation
------------

git clone [email protected]:sebastianhaberey/goxgui.git
cd goxgui/run
chmod 755 ./start.sh
./start.sh

Disclaimer
----------

This software is provided “as is," and you use the software at your own risk.

0 comments on commit f8000a1

Please sign in to comment.