Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
IGHOR
on 15/09/2014, 02:23:17 UTC
Thank You Smiley I'll be waiting Smiley

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

Install commands under Linux with Qt4 (No Sound):
Code:
sudo apt-get install g++ libssl-dev libglu1-mesa-dev qt4-qmake
qmake QtBitcoinTrader_Desktop.pro
make && make install && make clean

don't you think it is complicated?

It is not true any more, now requirement is long time to crack password.

On current version 1.07.99 BETA my scripts using that code do not actually start or stop the rules they are supposed to. Unless the market moves really fast it isn't a big problem but I have not seen them actually start rules in 5 executions. It looks like the version from early September may have had the same problem for me. I think my week of it running while I was gone may have not been entirely accurate. It hadn't been stopped by the API yet but I had no trades after 9/2 till I fixed the API thing on 9/10. After that I was sure I enabled the required rule because I assumed I forgot to start the rules up. The next day one trade had happened even though at least one more should have. I say this because when enabling the other script suddenly it executed so it likely could have executed sooner. I wasn't 100% sure about it and it was late so I made sure to watch. When both scripts had finally not started the other scripts I notified you.

I have made no changes to my rules from what I sent you. They did work except for one rule that I don't start anymore. I will if I ever get time to babysit it. For now it waits.

Thank you. I'll find out when it happens and fix this bug.