Pages:
Author

Topic: goxgui - a Graphical Bitcoin Trading Tool for MtGox - page 8. (Read 29592 times)

newbie
Activity: 38
Merit: 0
@nedievas: Yay!

If you find bugs or have feature requests just post them here. I only have a bit of time on the weekends to develop this, and I can't promise much, but input is very welcome.
newbie
Activity: 12
Merit: 0
Great tool and nice UI - I'll try it out later today
newbie
Activity: 41
Merit: 0
I did it!
+1 sebastopol
newbie
Activity: 38
Merit: 0
No, you're just the first beta-tester Wink try editing start.sh:

change

Code:
/usr/local/bin/python ../goxgui/application.py

to 

Code:
python ../goxgui/application.py

Thanks for going through this trouble. I will change what you find, so others will have it easier. It sounds like you're almost there, though!
newbie
Activity: 41
Merit: 0
Code:
[reboot@(none) ~]$ cd goxgui/run
[reboot@(none) run]$ chmod 755 ./start.sh
[reboot@(none) run]$ ./start.sh
./start.sh: line 4: /usr/local/bin/python: No such file or directory
[reboot@(none) run]$

Yes, I'm not lucky today :/
P.S. I have python 2.7.3 on my fedora
newbie
Activity: 38
Merit: 0
nedievas: really sorry, wrong URL. The correct command should be:

Code:
git clone --recursive git://github.com/sebastianhaberey/goxgui.git
member
Activity: 75
Merit: 10
Nice tool! +1 for open source!
newbie
Activity: 41
Merit: 0
prof7bit is right. And you should be starting application.py, not goxtool.py. Look above under "Installation" Smiley

First I want to install goxtool, then the GUI.

Code:
[reboot@(none) ~]$ git clone --recursive [email protected]:sebastianhaberey/goxgui.git
Cloning into 'goxgui'...
The authenticity of host 'github.com (204.232.175.90)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,204.232.175.90' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
[reboot@(none) ~]$ git clone --recursive [email protected]:sebastianhaberey/goxgui.git
Cloning into 'goxgui'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
[reboot@(none) ~]$
newbie
Activity: 38
Merit: 0
Currently the installation requires a bit of experience with Python / Qt / PyQt. Next weekend I will work on a Windows-Installer, but until then, I'm afraid I don't have much time Sad
sr. member
Activity: 378
Merit: 250
hi

could you give the detailed instruction on how to install in on windows 8

thanks
newbie
Activity: 38
Merit: 0
prof7bit is right. And you should be starting application.py, not goxtool.py. Look above under "Installation" Smiley
hero member
Activity: 938
Merit: 500
https://youengine.io/
Code:
[reboot@(none) goxtool]$ ./goxtool.py --protocol=websocket
Traceback (most recent call last):
  File "./goxtool.py", line 30, in
    import goxapi
  File "/home/reboot/goxtool/goxapi.py", line 34, in
    from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
[reboot@(none) goxtool]$

Any suggestions?  Smiley

pycrypto missing
newbie
Activity: 41
Merit: 0
Code:
[reboot@(none) goxtool]$ ./goxtool.py --protocol=websocket
Traceback (most recent call last):
  File "./goxtool.py", line 30, in
    import goxapi
  File "/home/reboot/goxtool/goxapi.py", line 34, in
    from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
[reboot@(none) goxtool]$

Any suggestions?  Smiley
newbie
Activity: 38
Merit: 0
goxgui


About

goxgui is a Qt front end for prof7bit's goxtool. It is open source and released under GPL V3. This is what it looks like:





Features

  • Support for all 17 of MtGox' fiat currencies
  • Display asks / bids
  • Display MtGox account balance
  • Display MtGox lag
  • Place and cancel orders

Download

Pre-packaged Windows (x86) and Mac OS (x64) binaries are available on the project's sourceforge site.

If you don't trust precompiled packages, you can always pull the source code from github and start it manually.

ToDo

Vote for the next feature on reddit!

  • Display user orders
  • Stop orders
  • Limit orders
  • Better authentification process
  • Graphs (e.g. Depth)
  • Multi-resolution application icon
  • Support for other platforms (besides MtGox)
  • Show total volume in bid / ask table
  • Hide / don't display orders less than a given size / Show orders above a given size
  • Support for other crypto currencies (besides BTC)
  • Windows- / Mac-Installer
  • Support for other fiat currencies (besides USD)
  • Better fixed font on Windows platform

Donations

1QAbFdV6KDqMsFG9bjmeeBYCQzymXpsifc (Bitcoin)

Thanks


Contact

PM here or meet me on IRC - sebasto - #goxgui - freenode

Disclaimer

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