Pages:
Author

Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] - page 83. (Read 383257 times)

legendary
Activity: 1035
Merit: 1065
Qt Bitcoin Trader v0.94 Released.
Happy to tell you that finally rules is working!

My suggestion, if it is not too much work, is to add support for other exchange (Bitstamp, BTC-e), so people would be able to (auto) arbitrage between exchanges with ease.

It is very possible that I'll add another exchanges in next versions.
It looks like not to much work, but there a lot debugging and testing, and it take a time.
sr. member
Activity: 453
Merit: 254
Qt Bitcoin Trader v0.94 Released.
Happy to tell you that finally rules is working!

My suggestion, if it is not too much work, is to add support for other exchange (Bitstamp, BTC-e), so people would be able to (auto) arbitrage between exchanges with ease.
legendary
Activity: 1035
Merit: 1065
Qt Bitcoin Trader v0.94 Released.
Happy to tell you that finally rules is working!
hero member
Activity: 662
Merit: 545
anyone with coding knowledge inspect the source code yet?
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
This program's real world cost would be a couple of grands.
hero member
Activity: 874
Merit: 1001
It looks promising. I'll give it a try Smiley
legendary
Activity: 1035
Merit: 1065
Update with working rules will be released during 2 days.
Currently testing it.
newbie
Activity: 20
Merit: 0
legendary
Activity: 1035
Merit: 1065
Your password must be at least 8 characters and contain letters, digits, and special characters.
newbie
Activity: 20
Merit: 0
I could not access the program. OK button passive
newbie
Activity: 59
Merit: 0
I've been using this full time for a few days now, very handy Smiley Can't wait for the rule support
legendary
Activity: 1035
Merit: 1065
Russian, Español, German

BTCSec Forum RUS, Centrabit Forum, LitecoinTalk, ECoiner

Description

Users of Qt Bitcoin Trader v1.07.98 and older should update manually. Reason that github changed urls and it will not works any more.

Qt Bitcoin Trader is open source application that helps you open and cancel Bitfinex, BTC-e, Bitstamp, BTCChina, Indacoin, Goc.io, YoBit.net, BitmarketPL orders very fast. Real time data monitoring.
Developed on pure Qt, uses OpenSSL.

Api key and secret is protected by password using AES 256 encryption.
Stronger password means stronger protection.
Interface Languages: English, Russian, Ukrainian, Spanish, Dutch, Norwegian, German, Chinese, Polish, Czech, Italiano, Turkish.

I want to develop this Trader App so that it can be configured for any rule and strategy.
And make real time charts on QML or Qt Graphics View.
If you want to help me, than donate to 1d6iMwjjNo8ZGYeJBZKXgcgVk9o7fXcjc
Now I have more resources and don't need donates any more: http://centrabit.com/?m0prm=2&showItem=1
If you want to help me, than send recommendations and bug reports.

For correct work your system time required to be synchronized with NTP.

Portable mode for Windows

Just create folder named QtBitcoinTrader at same folder as exe file. All data will be stored there. Useful to use on USB flash drive.

Proxy

Proxy settings by default gets from system. For Windows it gets from IE.

Also you can configure proxy by editing QtBitcoinTrader.cfg file. (located in %localappdata%\QtBitcoinTrader or ~/.config/QtBitcoinTrader)

Default values is:

Code:
[Proxy]
Enabled=true
Auto=true
Host=127.0.0.1
Port=1234
User=username
Password=password

Auto=true means settings gets from Internet Explorer.

So here is example of manual configuration:

Code:
[Proxy]
Enabled=true
Auto=false
Host=192.168.1.20
Port=8990
User=IGHOR
Password=dFg44Ke

Next ToDo

1 ) Advanced Charts
2 ) Add support to monitor many exchanges and currencies at time
3 ) Add script language to make own adwanced trade strategy
4 ) Develop server to collect all ticker and depth data to provide single websocket connection for realtime data updates
5 ) Make floatable interface
6 ) Allow to save interface settings as Workspace profiles
7 ) Develop mobile application to provide secure remote access to running application on desktop
8 ) Add plugins support to allow all developers attach any exchanges
9 ) Add command line support

Tested on Windows, Linux and Mac.

Links

Official Page http://centrabit.com

JL Script manual http://forum.centrabit.com

JL Script video tutorial: https://www.youtube.com/watch?v=7hliVz6Gr9Q

Facebook, Twitter
Twitter (Personal)

Download from SourceForge for Windows and Mac
Source Code on GitHub
Download from Softpedia for Windows
Download from Softpedia for Mac OS X
Qt-Apps
Video on YouTube

Unofficial links:

Guide by wallstreetcrypto.net

Linux repos: Gentoo, AltLinux, OpenSUSE

Qt Bitcoin Trader for Windows have digital signature.
Please always when you download any exe file for Windows Google it first, find official site, double check source, digital signature and information about this file on http://virustotal.com
Highly recommend to use secure auto update.


Known fake domains and malware trader apps discussed here: https://bitcointalksearch.org/topic/malware-domain-blacklist-fake-exchanges-traders-and-wallets-400487

Installation

Windows: just download exe file and save it to safe place.

Install commands under Linux with Qt5 (Prefered):
Code:
sudo apt-get install g++ libssl-dev libglu1-mesa-dev qt5-qmake qtscript5-dev qtmultimedia5-dev
export QT_SELECT=5
qmake QtBitcoinTrader_Desktop.pro
make && make install && make clean

Or just open pro file with Qt Creator.

Troubleshoot

If you entered API keys but values don't updates, please go and check permissions for Trade and Info.
If it not helps, then delete your keys and generate new one.
If it not helps please try latest beta version.
If even this not helps, please email me and we will debug it.

If you have an error "API key not found" or another error contains API text message, you can try this temporary solution:
Do not copy your keys directly from site to QTBT, first copy your keys elsewhere (Word, Notepad, StickyNote), and then copy and paste from there to QTBT.
Guaranteed way: Typing your credentials, be sure you typed them correctly, it may take a while to do but once you have done that your credentials should not be rejected.
Thanks to RG I'll fix this error soon.

You can send me log file for debugging.
Close Qt Bitcoin Trader and go to the ~/.config/QtBitcoinTrader (Linux) or %localappdata%\QtBitcoinTrader (Windows) folder and edit your *.ini file.
Find section Debug and change LogEnabled=false to LogEnabled=true
Start Qt Bitcoin Trader for 1 minute and close it.
Now in ~/.config/QtBitcoinTrader folder you can find *.log file, send it to me.
Don't forget to change LogEnabled to false back.

Bug tracker on GitHub: https://github.com/JulyIGHOR/QtBitcoinTrader/issues

Screenshots





Pages:
Jump to: