Search content
Sort by

Showing 12 of 12 results by krzynek_one
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 03/11/2018, 07:20:07 UTC
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?

Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 31/10/2018, 16:27:31 UTC
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?

Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 31/03/2018, 07:11:57 UTC
Thanks Igor, compiled new linux binary just fine. Wanted to ask you this, do I update Qt btc trader the proper way?

After compile, I issue a make install command, which I assume copies binaries to appropriate directories and overwrites previous files.

Is there a way to preserve old ones too? (just to be safe)

------------------------------------------------------------------------------------------

Trader gives me pop-up error with message: Too many commands.

Log says:

 ------------------
2018-03-29 21:39:00 LVL:2
API error: Too many commands ReqType: 202
------------------

This happens on Bitmarket.pl exchange only.
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 29/03/2018, 07:52:37 UTC
cool I just reloaded it up and not getting prompted to update.. all my settings in options are on auto-update etc?

I'm currently on 64bit v1.40.09 (win7)



Restart it few times, should be updated to latest, if still not works let me know.

Does this method works on self compiled linux binary?

I've made several restarts, and still have version 1.40.09
Post
Topic
Board Speculation
Merits 1 from 1 user
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
krzynek_one
on 06/02/2018, 20:49:39 UTC
⭐ Merited by 600watt (1)
This is Wall Observer thread, so today I've spoted the mother of all walls:

https://i.imgur.com/c1M3kYm.png
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 15/01/2018, 16:43:46 UTC
Hi, what is the reason this thing has no kraken.com functionality?
does the developer not like kraken? or is it simply not a requested feature?

...
Upcoming update will bring new exchange to our list.

I'm praying for bittrex.

Hi guys, anybody else have same difficulties as me with Qt btc trader not showing any of the succesfull transactions on "My tra nsactions"window in bitfinex exchange?

This bug will be fixed in upcoming update.

That's great news, any ETA on upcoming update?
Post
Topic
Board Altcoin Discussion
Re: Bitcoin Gold online wallet: mybtgwallet
by
krzynek_one
on 17/11/2017, 19:16:16 UTC
So, does at least bitcoin-qt aka Bitcoin Gold Core on their site is legit?


I'm syncing right now with network, but wondering if it's save to use it -_-
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 12/11/2017, 13:12:58 UTC
Hi guys, anybody else have same difficulties as me with Qt btc trader not showing any of the succesfull transactions on "My tra nsactions"window in bitfinex exchange?
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 30/10/2017, 11:01:53 UTC
Hello, I have a problem with QT trader. My executed orders on bitfinex doesn't show in transaction tab.

Checked api key permissions, but IMO they are ok.

Attached pictures are on this link:  https://imgur.com/a/4YrAW
Post
Topic
Board Tablica ogłoszeń
Re: FlyingAtom - Wypłaty z bankomatów , mała marża - bezawaryjne.
by
krzynek_one
on 15/10/2017, 20:00:24 UTC
Chciałbym sprzedac BTC za gotowke i pozostac anonimowy. Da rade?
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 15/10/2017, 11:34:32 UTC
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
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 17/09/2017, 11:37:05 UTC
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?