Bitcoin Forum
April 27, 2024, 06:00:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]  (Read 383268 times)
piercing-huber
Member
**
Offline Offline

Activity: 135
Merit: 11


View Profile
September 16, 2017, 08:24:22 AM
 #1481

Hey, Ighor,
I am pleased that you continue to support your project.
Since yesterday BTC-E is back online, now they are called WEX.
Could you add it to QT, please? I would be very happy about that.
Thanks in advance and many greetings
piercing-huber
1714197642
Hero Member
*
Offline Offline

Posts: 1714197642

View Profile Personal Message (Offline)

Ignore
1714197642
Reply with quote  #2

1714197642
Report to moderator
1714197642
Hero Member
*
Offline Offline

Posts: 1714197642

View Profile Personal Message (Offline)

Ignore
1714197642
Reply with quote  #2

1714197642
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714197642
Hero Member
*
Offline Offline

Posts: 1714197642

View Profile Personal Message (Offline)

Ignore
1714197642
Reply with quote  #2

1714197642
Report to moderator
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 16, 2017, 07:42:31 PM
 #1482

v1.40.08 Released!
- Added WEX exchange, removed BTC-e
- Fixed crash on app closing
- Added confirmation message on script editor clear
- Minor fixes

Strongly recommend always to use secure auto update feature

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
piercing-huber
Member
**
Offline Offline

Activity: 135
Merit: 11


View Profile
September 16, 2017, 09:49:28 PM
 #1483

Respect for your work, IGHOR, love QT Trader Wink
krzynek_one
Newbie
*
Offline Offline

Activity: 12
Merit: 1


View Profile
September 17, 2017, 11:37:05 AM
 #1484

Hello, I wanted to use QtBitcionTrader on my linux mint machine it won't install Sad

Here's log from terminal, make instal and also sudo make install produce same output:

Code:
install -m 755 -p QtBitcoinTrader /usr/bin/QtBitcoinTrader
install: cannot create regular file '/usr/bin/QtBitcoinTrader': Permission denied
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
strip /usr/bin/QtBitcoinTrader
strip: '/usr/bin/QtBitcoinTrader': No such file
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.desktop /usr/share/applications/
install: cannot create regular file '/usr/share/applications/QtBitcoinTrader.desktop': Permission denied
Makefile:4638: recipe for target 'install_desktop' failed
make: [install_desktop] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.png /usr/share/pixmaps/
install: cannot create regular file '/usr/share/pixmaps/QtBitcoinTrader.png': Permission denied
Makefile:4647: recipe for target 'install_icon' failed
make: [install_icon] Error 1 (ignored)

Code:
browser@browser-VirtualBox ~ $ ls -l /usr
total 132
drwxr-xr-x   2 root root 69632 Sep 17 14:23 bin
drwxr-xr-x   2 root root  4096 Jun 28 14:57 games
drwxr-xr-x  55 root root 12288 Sep 17 14:18 include
drwxr-xr-x 150 root root 12288 Sep 17 14:23 lib
drwxr-xr-x  10 root root  4096 Jun 28 14:37 local
drwxr-xr-x   2 root root 12288 Sep 15 18:48 sbin
drwxr-xr-x 312 root root 12288 Sep 17 14:23 share
drwxr-xr-x   8 root root  4096 Sep 15 18:48 src

Code:
browser@browser-VirtualBox ~ $ ls -l /usr/share/ | grep applications
drwxr-xr-x    3 root    root    12288 Sep  9 19:10 applications

What have I done wrong?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 17, 2017, 11:40:08 AM
 #1485

Hello, I wanted to use QtBitcionTrader on my linux mint machine it won't install Sad

Here's log from terminal, make instal and also sudo make install produce same output:

Code:
install -m 755 -p QtBitcoinTrader /usr/bin/QtBitcoinTrader
install: cannot create regular file '/usr/bin/QtBitcoinTrader': Permission denied
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
strip /usr/bin/QtBitcoinTrader
strip: '/usr/bin/QtBitcoinTrader': No such file
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.desktop /usr/share/applications/
install: cannot create regular file '/usr/share/applications/QtBitcoinTrader.desktop': Permission denied
Makefile:4638: recipe for target 'install_desktop' failed
make: [install_desktop] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.png /usr/share/pixmaps/
install: cannot create regular file '/usr/share/pixmaps/QtBitcoinTrader.png': Permission denied
Makefile:4647: recipe for target 'install_icon' failed
make: [install_icon] Error 1 (ignored)

Code:
browser@browser-VirtualBox ~ $ ls -l /usr
total 132
drwxr-xr-x   2 root root 69632 Sep 17 14:23 bin
drwxr-xr-x   2 root root  4096 Jun 28 14:57 games
drwxr-xr-x  55 root root 12288 Sep 17 14:18 include
drwxr-xr-x 150 root root 12288 Sep 17 14:23 lib
drwxr-xr-x  10 root root  4096 Jun 28 14:37 local
drwxr-xr-x   2 root root 12288 Sep 15 18:48 sbin
drwxr-xr-x 312 root root 12288 Sep 17 14:23 share
drwxr-xr-x   8 root root  4096 Sep 15 18:48 src

Code:
browser@browser-VirtualBox ~ $ ls -l /usr/share/ | grep applications
drwxr-xr-x    3 root    root    12288 Sep  9 19:10 applications

What have I done wrong?

Tell exact steps you did before this output.
PS: soon we will make linux x86_64 version binary with auto update feature

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 20, 2017, 12:29:35 PM
 #1486

Hello Ighor,

I want to make my scripts simpler and easier to use. That's why I want to have a config file with content like

Code:
#comment
value1=25.0
#comment
value2=25.5
value3=25.6

That way all values that can be changed in different scripts will be in the same file.

How can I read line by line with loop? If I read it with
Code:
var string = trader.fileReadAll(logFile);
then I get long string. Can save the content to array of lines?

Is there easier way?

Thank you

He everyone,

can someone give me any hint with my problem? It would really make my scripts easier to manage.

Thank you
Damjan
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 20, 2017, 12:44:07 PM
 #1487

Hello Ighor,

I want to make my scripts simpler and easier to use. That's why I want to have a config file with content like

Code:
#comment
value1=25.0
#comment
value2=25.5
value3=25.6

That way all values that can be changed in different scripts will be in the same file.

How can I read line by line with loop? If I read it with
Code:
var string = trader.fileReadAll(logFile);
then I get long string. Can save the content to array of lines?

Is there easier way?

Thank you

He everyone,

can someone give me any hint with my problem? It would really make my scripts easier to manage.

Thank you
Damjan

You will get all data in variable string. You need to use JavaScript methods to split it to array https://www.w3schools.com/jsref/jsref_split.asp

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 20, 2017, 01:15:59 PM
 #1488

Hello,

Yes I tried that and it didn't work to split with space charecter. Will try again.

thank you
Damjan
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 20, 2017, 01:38:38 PM
 #1489

Hello,

Yes I tried that and it didn't work to split with space charecter. Will try again.

thank you
Damjan

You need to split with endline character .split("\n")

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 20, 2017, 05:23:19 PM
 #1490

Hello,

Yes I tried that and it didn't work to split with space charecter. Will try again.

thank you
Damjan

You need to split with endline character .split("\n")

Hi Ighor,

I tried that also with code below:
Code:
var variablePath = "D:\\";
var logFile = variablePath + "config.txt";
var string = trader.fileReadAll(logFile);
var array = string.split("\n");

trader.log("1.:" + array[0]);
trader.log("2.:" + array[1]);
trader.log("3.:" + array[2]);
trader.log("4.:" + array[3]);

and as result I get

Code:
19:15:51> 1.:#comment value1=25.0 #comment value2=25.5 value3=25.6
19:15:51> 2.:undefined
19:15:51> 3.:undefined
19:15:51> 4.:undefined

I have uploaded config file to cloud server https://ufile.io/jv2ni

Thank you
Damjan
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 20, 2017, 05:26:12 PM
 #1491

Hello,

Yes I tried that and it didn't work to split with space charecter. Will try again.

thank you
Damjan

You need to split with endline character .split("\n")

Hi Ighor,

I tried that also with code below:
Code:
var variablePath = "D:\\";
var logFile = variablePath + "config.txt";
var string = trader.fileReadAll(logFile);
var array = string.split("\n");

trader.log("1.:" + array[0]);
trader.log("2.:" + array[1]);
trader.log("3.:" + array[2]);
trader.log("4.:" + array[3]);

and as result I get

Code:
19:15:51> 1.:#comment value1=25.0 #comment value2=25.5 value3=25.6
19:15:51> 2.:undefined
19:15:51> 3.:undefined
19:15:51> 4.:undefined

I have uploaded config file to cloud server https://ufile.io/jv2ni

Thank you
Damjan

Try to add ';' at end of each line and use ';' as split value.
It more JavaScript question than Qt, so better ask JavaScript experts.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 21, 2017, 01:35:24 AM
 #1492

v1.40.09 Released!

- Fixed FeeCalculator crash
- Fixed account open orders filtering and calculations
- UI layout bugs fixed

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 21, 2017, 06:06:30 AM
 #1493

Hello,

Yes I tried that and it didn't work to split with space charecter. Will try again.

thank you
Damjan

You need to split with endline character .split("\n")

Hi Ighor,

I tried that also with code below:
Code:
var variablePath = "D:\\";
var logFile = variablePath + "config.txt";
var string = trader.fileReadAll(logFile);
var array = string.split("\n");

trader.log("1.:" + array[0]);
trader.log("2.:" + array[1]);
trader.log("3.:" + array[2]);
trader.log("4.:" + array[3]);

and as result I get

Code:
19:15:51> 1.:#comment value1=25.0 #comment value2=25.5 value3=25.6
19:15:51> 2.:undefined
19:15:51> 3.:undefined
19:15:51> 4.:undefined

I have uploaded config file to cloud server https://ufile.io/jv2ni

Thank you
Damjan

Try to add ';' at end of each line and use ';' as split value.
It more JavaScript question than Qt, so better ask JavaScript experts.

O.k. This is how I do it now Smiley

Thank you Ighor
Damjan
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 21, 2017, 06:09:25 AM
 #1494

v1.40.09 Released!

- Fixed FeeCalculator crash
- Fixed account open orders filtering and calculations
- UI layout bugs fixed

Wow. That was quick fix.

Thank you
Damjan
lawern
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 21, 2017, 12:19:29 PM
 #1495

v1.40.08 Released!
- Added WEX exchange, removed BTC-e

Many Thanks!

Unfortunately I have timeout problems at the trader.buy command in a script:

------------------
2017-09-21 14:14:06 LVL:2
Request timeout: 4087>4000
------------------

I have already tried to increase the timeout. Unfortunately without success.
Manually, the buy works.

Any ideas?
MichealSRodriguez
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 21, 2017, 01:30:05 PM
 #1496

I currently do not need or have an account with more than 1 of the exchanges supported to test this, but it seems to allow multiple instances of the run itself. You want to start multiple instances of the program to use multiple currency monitors with the same swap, make sure you use the dedicated API keys for each instance.
So I usually end up opening Bitcoinwisdom.com and follow the buy / sell order from there as it is real time.
exsillium
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
September 21, 2017, 02:13:09 PM
 #1497

Hi IGHOR!


Since the Chinese exchanges are at the verge of closure what about Okex?
loving the qt trader btw. It is one the best thing happened for  the crypto currencies Smiley

IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 22, 2017, 04:32:21 PM
 #1498

v1.40.08 Released!
- Added WEX exchange, removed BTC-e

Many Thanks!

Unfortunately I have timeout problems at the trader.buy command in a script:

------------------
2017-09-21 14:14:06 LVL:2
Request timeout: 4087>4000
------------------

I have already tried to increase the timeout. Unfortunately without success.
Manually, the buy works.

Any ideas?

Script and manual commands uses the same trade engine. Which request was timed out?

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
lawern
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 26, 2017, 07:42:45 AM
 #1499

Unfortunately I have timeout problems at the trader.buy command in a script:

------------------
2017-09-21 14:14:06 LVL:2
Request timeout: 4087>4000
------------------

I have already tried to increase the timeout. Unfortunately without success.
Manually, the buy works.

Problem solved: The symbol names of BTC-e and WEX are different.
For example, BTC-e used "BTCUSD" und WEX uses "BTC/USD".

Many Thanks!
krzynek_one
Newbie
*
Offline Offline

Activity: 12
Merit: 1


View Profile
October 15, 2017, 11:34:32 AM
Last edit: October 30, 2017, 11:13:46 AM by krzynek_one
 #1500

Hello, I wanted to use QtBitcionTrader on my linux mint machine it won't install Sad

Here's log from terminal, make instal and also sudo make install produce same output:

Code:
install -m 755 -p QtBitcoinTrader /usr/bin/QtBitcoinTrader
install: cannot create regular file '/usr/bin/QtBitcoinTrader': Permission denied
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
strip /usr/bin/QtBitcoinTrader
strip: '/usr/bin/QtBitcoinTrader': No such file
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.desktop /usr/share/applications/
install: cannot create regular file '/usr/share/applications/QtBitcoinTrader.desktop': Permission denied
Makefile:4638: recipe for target 'install_desktop' failed
make: [install_desktop] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.png /usr/share/pixmaps/
install: cannot create regular file '/usr/share/pixmaps/QtBitcoinTrader.png': Permission denied
Makefile:4647: recipe for target 'install_icon' failed
make: [install_icon] Error 1 (ignored)

Code:
browser@browser-VirtualBox ~ $ ls -l /usr
total 132
drwxr-xr-x   2 root root 69632 Sep 17 14:23 bin
drwxr-xr-x   2 root root  4096 Jun 28 14:57 games
drwxr-xr-x  55 root root 12288 Sep 17 14:18 include
drwxr-xr-x 150 root root 12288 Sep 17 14:23 lib
drwxr-xr-x  10 root root  4096 Jun 28 14:37 local
drwxr-xr-x   2 root root 12288 Sep 15 18:48 sbin
drwxr-xr-x 312 root root 12288 Sep 17 14:23 share
drwxr-xr-x   8 root root  4096 Sep 15 18:48 src

Code:
browser@browser-VirtualBox ~ $ ls -l /usr/share/ | grep applications
drwxr-xr-x    3 root    root    12288 Sep  9 19:10 applications

What have I done wrong?

Tell exact steps you did before this output.
PS: soon we will make linux x86_64 version binary with auto update feature

Sorry for late response, let me answer your questions:

Code:
1. downloaded src from git via git clone;
2. cd into Qttrader.../src
3. sudo apt-get install g++ libssl-dev libglu1-mesa-dev qt5-qmake qtscript5-dev qtmultimedia5-dev
export QT_SELECT=5
sudo qmake QtBitcoinTrader_Desktop.pro
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake' : No such file or directory
qmake is somehow still linked to qt4, without sudo no error dialog;
4. sudo make && make install && make clean, sudo or not, still fails -_-

First thought, that user browser was not in adm group so I added him but that changes nothing.


edit:

I've managed to compile Qt bitcoin trader, solution was to execute make commands separately

Code:
make
sudo make install
make clean
Pages: « 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!