Are you tired of in-browser trading? Garish graphic designs got your inter-pipes clogged with cookies? Should you hit refresh or wait for that trade page to load? Is hand formating API calls because you lost your yubikey becoming tedious?
Then for you I present tulpenmanie, a multi-market exchange client:
https://github.com/3M3RY/tulpenmaniehttps://i.minus.com/idA9mesgKENwI.pngIt displays tickers, makes limit and market orders, cancels orders, and can initiate bitcoin transfers between exchanges.
Right now I'm working on supporting streaming exchange APIs which looks like I'll be overhauling the exchange module system. I get that done and I can move on to things like charts and depth tables.
Supported exchanges:
I'll be adding more, queued by volume.
Requires Python-2.7 and PyQt4.
Unless you're on Gentoo it's manual install only for now.
Gentoo install instructions
USE="git" emerge -u layman && layman -a bitcoin && emerge -av tulpenmanie
I've got it to run on windows, and I plan to make an installer. Please be patient, I don't have a windows install anywhere. Rest assured that I am making every effort to maintain cross-platform compatibility. First I need to stabilize what I have before I can deal with OS's that I never use.
Getting it to work on pre-intel OSx is almost impossible. As for later versions I don't know.
Consider it in beta for now.
If there are questions or problems I lurk in the #bitcoin channel when I can, nick EM3RY.
If it seems like there questions below that are answered above, it is because I previously didn't address those questions in this message and have made an edit.