-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sebastianhaberey
committed
Apr 14, 2013
1 parent
81597b6
commit f8000a1
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |