Bitcoin Forum
May 09, 2024, 09:12:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 383273 times)
idee2013
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250


View Profile
October 15, 2018, 11:38:26 AM
 #1561

Hi Ighor,

does the Linux version work on an arm64 (armbian) debian Linux?

Hi. I heard people did compile it for arm and it worked, but I have not try myself.

so at every update i would need to compile it again?
1715245925
Hero Member
*
Offline Offline

Posts: 1715245925

View Profile Personal Message (Offline)

Ignore
1715245925
Reply with quote  #2

1715245925
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715245925
Hero Member
*
Offline Offline

Posts: 1715245925

View Profile Personal Message (Offline)

Ignore
1715245925
Reply with quote  #2

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

Activity: 1035
Merit: 1065



View Profile WWW
October 15, 2018, 11:39:57 AM
 #1562

Hi Ighor,

does the Linux version work on an arm64 (armbian) debian Linux?

Hi. I heard people did compile it for arm and it worked, but I have not try myself.

so at every update i would need to compile it again?

Right, there is no official binaries for linux yet.
I'm working on it partly and will provide secure auto update for linux later.

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

Activity: 407
Merit: 250


View Profile
October 22, 2018, 08:54:52 AM
 #1563

HI Ighor,

how can be the API key changed without deleting the whole profile? I dont get it.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
October 22, 2018, 10:00:40 AM
 #1564

HI Ighor,

how can be the API key changed without deleting the whole profile? I dont get it.

In security reasons I made it not possible to view or edit keys.
You can copy profile folder scripts to new profile.

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
October 28, 2018, 08:13:57 PM
 #1565

v1.40.23 Released!

Added new exchange Bittrex
Secure auto update for Linux x86_64
Portable mode for Linux and macOS
Fixed Binance own trade history order
Minor fixes

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

Activity: 12
Merit: 1


View Profile
October 31, 2018, 04:27:31 PM
 #1566

Hi Ighor, I'm having difficulties with compilation of the new version of Qt trader.

First is, I cannot start compiling because:

Code:
pi@raspberrypi:~/Apps/QtBitcoinTrader/src $ QT_SELECT=5 qmake QtBitcoinTrader_Desktop.pro
Info: creating stash file /home/pi/Apps/QtBitcoinTrader/src/.qmake.stash
Project ERROR: Qt 5.7.1 is no longer supported. In order to compile Qt Bitcoin Trader you need update at least to Qt 5.9 http://qt.io/download-open-source/


So I tried precompiled linux binary, and it also failed:

Code:
 pi@raspberrypi:~/Apps $ ./QtBitcoinTrader_linux-x86_64.run 
bash: ./QtBitcoinTrader_linux-x86_64.run: cannot execute binary file: Exec format error

https://vpx.pl/i/2018/10/31/terminal.png

I'm on raspberry pi x64, updated and upgraded to latest version today but there is no newer version Qt than 5.7.1.

Beside that, this "Exec format error" to me seems like incompatible processor architecture. Binary is for x64, and I have arm. Can I ask you to share such version or how I can resolve the Qt version mismatch?

itod
Legendary
*
Offline Offline

Activity: 1974
Merit: 1076


^ Will code for Bitcoins


View Profile
October 31, 2018, 08:16:07 PM
 #1567

Hi Ighor, I'm having difficulties with compilation of the new version of Qt trader.

First is, I cannot start compiling because:

Code:
pi@raspberrypi:~/Apps/QtBitcoinTrader/src $ QT_SELECT=5 qmake QtBitcoinTrader_Desktop.pro
Info: creating stash file /home/pi/Apps/QtBitcoinTrader/src/.qmake.stash
Project ERROR: Qt 5.7.1 is no longer supported. In order to compile Qt Bitcoin Trader you need update at least to Qt 5.9 http://qt.io/download-open-source/


So I tried precompiled linux binary, and it also failed:

Code:
 pi@raspberrypi:~/Apps $ ./QtBitcoinTrader_linux-x86_64.run 
bash: ./QtBitcoinTrader_linux-x86_64.run: cannot execute binary file: Exec format error



I'm on raspberry pi x64, updated and upgraded to latest version today but there is no newer version Qt than 5.7.1.

Beside that, this "Exec format error" to me seems like incompatible processor architecture. Binary is for x64, and I have arm. Can I ask you to share such version or how I can resolve the Qt version mismatch?

Buy yourself a processor. Of course you can not run Intel binaries on ARM processor, and if there is no Qt 5.9 for your ARM you are doomed. Even if you manage to find latest Qt for ARM, it is highly unlikely you will manage to run this on such a shitty processor.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
October 31, 2018, 11:02:51 PM
 #1568

Hi Ighor, I'm having difficulties with compilation of the new version of Qt trader.

First is, I cannot start compiling because:

Code:
pi@raspberrypi:~/Apps/QtBitcoinTrader/src $ QT_SELECT=5 qmake QtBitcoinTrader_Desktop.pro
Info: creating stash file /home/pi/Apps/QtBitcoinTrader/src/.qmake.stash
Project ERROR: Qt 5.7.1 is no longer supported. In order to compile Qt Bitcoin Trader you need update at least to Qt 5.9 http://qt.io/download-open-source/


So I tried precompiled linux binary, and it also failed:

Code:
 pi@raspberrypi:~/Apps $ ./QtBitcoinTrader_linux-x86_64.run 
bash: ./QtBitcoinTrader_linux-x86_64.run: cannot execute binary file: Exec format error

I'm on raspberry pi x64, updated and upgraded to latest version today but there is no newer version Qt than 5.7.1.

Beside that, this "Exec format error" to me seems like incompatible processor architecture. Binary is for x64, and I have arm. Can I ask you to share such version or how I can resolve the Qt version mismatch?

Official Linux binary works only on x86_64 architecture so it can't run on Raspberry Pi.
But I have plans to add official support of arm64/aarch64 later.

I have been testing it with Qt 5.11.2 and successfully compiled from sources to run on arm cpu.
You may find some ways to install it from unstable repo, prof: https://packages.debian.org/sid/arm64/qt5-default/download
Also you may try to remove first 7 lines of QtBitcoinTrader_Desktop.pro file.
I don't know why there is still only 5.7.1 latest stable on your system.

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

Activity: 12
Merit: 1


View Profile
November 03, 2018, 07:20:07 AM
Last edit: November 03, 2018, 07:30:38 AM by krzynek_one
 #1569

After removal first seven lines from QtBitcoinTrader_Desktop.pro compilation runs fine to the moment where error happens and compilation fails:

Code:
exchange/exchange_bittrex.cpp: In member function ‘virtual void Exchange_Bittrex::dataReceivedAuth(QByteArray, int)’:
exchange/exchange_bittrex.cpp:224:55: error: ‘class QDateTime’ has no member named ‘toSecsSinceEpoch’; did you mean ‘toMSecsSinceEpoch’?
                     newItem.date = date.toLocalTime().toSecsSinceEpoch();
                                                       ^~~~~~~~~~~~~~~~
exchange/exchange_bittrex.cpp:444:66: error: ‘class QDateTime’ has no member named ‘toSecsSinceEpoch’; did you mean ‘toMSecsSinceEpoch’?
                         currentOrder.date   = date.toLocalTime().toSecsSinceEpoch();
                                                                  ^~~~~~~~~~~~~~~~
Makefile:3362: recipe for target '.obj/exchange_bittrex.o' failed
make: *** [.obj/exchange_bittrex.o] Error 1

So next, I installed qt5 package with gdebi  from https://packages.debian.org/sid/armhf/qt5-default/download (my proc architecture is armhf not arm64):

Code:
pi@raspberrypi:~/Downloads $ sudo gdebi qt5-default_5.11.2+dfsg-4_armhf.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done

Qt 5 development defaults package
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package sets Qt 5 to be the default Qt version to be used when
 using development binaries like qmake. It provides a default
 configuration for qtchooser, but does not prevent alternative Qt
 installations from being used.
 .
 This package should not be used for building Debian packages. Take a
 look at https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html for
 more information.
Do you want to install the software package? [y/N]:y
Selecting previously unselected package qt5-default:armhf.
(Reading database ... 133501 files and directories currently installed.)
Preparing to unpack qt5-default_5.11.2+dfsg-4_armhf.deb ...
Unpacking qt5-default:armhf (5.11.2+dfsg-4) ...
Setting up qt5-default:armhf (5.11.2+dfsg-4) ...



but it seams that old qt5 version is used so still error about wrong qt version when compiling qt trader happens.

Maybe that is not the proper package? I don't see any ../qt5/bin/... files there. Please take a look at what files are in the package:

https://vpx.pl/i/2018/11/03/package.png

Can you help me with setting default qt5 installation to newer version?

IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
November 12, 2018, 09:27:39 PM
 #1570

Can you help me with setting default qt5 installation to newer version?

 Use tool qtchooser to add another Qt5 installation

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

Activity: 57
Merit: 2


View Profile
November 17, 2018, 08:51:50 AM
 #1571

QTBitcoin Trader v1.40.23
trade on BINANCE using 'RULES' it seem that Cancel All Orders/Cancel Bid/Cancel Asks is not working.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
November 18, 2018, 03:01:33 PM
 #1572

QTBitcoin Trader v1.40.23
trade on BINANCE using 'RULES' it seem that Cancel All Orders/Cancel Bid/Cancel Asks is not working.

Thanks for reporting, will be fixed in upcoming update.

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
November 24, 2018, 07:42:23 PM
 #1573

Qt Bitcoin Trader v1.40.30 Released!

Added new exchange HitBTC
Added more decimals for Fee Calculator
Fixed canceling order via rule or script for Binance
Fixed bug in charts
Fixed wex mirror
Minor cleanup and optimizations

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

Activity: 57
Merit: 2


View Profile
November 25, 2018, 08:34:12 AM
 #1574

Qt Bitcoin Trader v1.40.30 Released!

Added new exchange HitBTC
Added more decimals for Fee Calculator
Fixed canceling order via rule or script for Binance
Fixed bug in charts
Fixed wex mirror
Minor cleanup and optimizations

Thanks for update, IGHOR and team.
think I found another problem on "canceling order via rule or script for Binance"
canceling order is now working but
cancel Asks will also cancel Bids too
burza625
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 31, 2018, 09:19:28 AM
Last edit: December 31, 2018, 09:34:06 AM by burza625
 #1575

Hello,

Is it possible to add an Event/Function "LastMyPrice" wchich would by a combination of "LastMyBuyPrice" and "LastMySellPrice". What I mean is to get value of my last transaction without separating it to ask or bid.

   Egsample 1:

10:00 0.1 BTC sold     at 3700 $
  9:50 0.2 BTC sold     at 3500 $
  9:40 0.1 BTC bought at 3400 $

"LastMyPrice" is 3700.

   Egsample 2:

10:00 0.1 BTC bought at 2500 $
  9:50 0.2 BTC sold     at 3000 $
  9:40 0.1 BTC bought at 2700 $

"LastMyPrice" is 2500.

Existing Event/Function "MyLastTrade" is without value of the transaction.
laoban
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 31, 2018, 06:03:07 PM
 #1576

Hi thanks for the program, I have a question the Linux version work on an arm64 debian Linux?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
December 31, 2018, 06:04:44 PM
 #1577

Hello,

Is it possible to add an Event/Function "LastMyPrice" wchich would by a combination of "LastMyBuyPrice" and "LastMySellPrice". What I mean is to get value of my last transaction without separating it to ask or bid.

   Egsample 1:

10:00 0.1 BTC sold     at 3700 $
  9:50 0.2 BTC sold     at 3500 $
  9:40 0.1 BTC bought at 3400 $

"LastMyPrice" is 3700.

   Egsample 2:

10:00 0.1 BTC bought at 2500 $
  9:50 0.2 BTC sold     at 3000 $
  9:40 0.1 BTC bought at 2700 $

"LastMyPrice" is 2500.

Existing Event/Function "MyLastTrade" is without value of the transaction.

You will able to fetch and analyze separated orders in next version of script language.

Hi thanks for the program, I have a question the Linux version work on an arm64 debian Linux?

Yes you can compile it from sources and it will works fine.

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
January 01, 2019, 09:39:17 PM
 #1578

Qt Bitcoin Trader v1.40.40 Released!

New exchange Poloniex
Fixed script language command cancel ask and bid for Binance
Fixed bug caused forever API down in some cases
Minor fixes
Drop support of macOS 10.11

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

Activity: 3
Merit: 0


View Profile
January 13, 2019, 06:03:33 PM
Last edit: January 13, 2019, 06:17:09 PM by zasony0
 #1579

hello Ighor, very good work. Please connect your program to TELEGRAM signals? well thank you.
Perhaps a question for scripting programmers. I can read the TXT subor, where will the signal from the Telegram.
Well thank you. I'm asking for a reading script from TXT to Qt.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 13, 2019, 07:15:12 PM
 #1580

hello Ighor, very good work. Please connect your program to TELEGRAM signals? well thank you.
Perhaps a question for scripting programmers. I can read the TXT subor, where will the signal from the Telegram.
Well thank you. I'm asking for a reading script from TXT to Qt.

You can run external apps with arguments via script language.
So if you make Telegram command line app that doing job you can do it right now.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
Pages: « 1 ... 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!