Bitcoin Forum
May 03, 2024, 08:26:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Qt Bitcoin Trader on linux mint  (Read 1397 times)
christian_uy (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 21, 2013, 03:57:37 PM
 #1

Someone knows how to install the QtBitcoinTrader platform and if it is reliable and in passing I ask also if linux is secure enough to trade bitcoins (bitstamp, mtgox) what do you know about it.
I cant find the package in the repositories and it seems that only Gentoo has builded packages there is also rpm packages. Can't find how to compile ALL the files contained in the unzipped src folder. Only find on the net simple examples of how to compile one file tipically 'hello world'.
I have gcc installed
Thanks Christian.
1714768013
Hero Member
*
Offline Offline

Posts: 1714768013

View Profile Personal Message (Offline)

Ignore
1714768013
Reply with quote  #2

1714768013
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714768013
Hero Member
*
Offline Offline

Posts: 1714768013

View Profile Personal Message (Offline)

Ignore
1714768013
Reply with quote  #2

1714768013
Report to moderator
1714768013
Hero Member
*
Offline Offline

Posts: 1714768013

View Profile Personal Message (Offline)

Ignore
1714768013
Reply with quote  #2

1714768013
Report to moderator
christian_uy (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 23, 2013, 03:24:34 PM
 #2

A reply to myself . But it could be useful to someone else.
First a c++ program as QtBitcoinTrader need to be compoled with
g++
Example
~ $ g++ main.cpp -o my_main_compiled
-o indicates the output
which is a file called 'my_main_compiled'

'main' is the main file of a c++ program
there is actually a file called 'main' in the unzipped folder of qtbitcointrader

Compiling the main file is supposed to compile all other files
But
compiler can't find Some objects included on the main 'QUrl' and I supposed that it can't find the rest.

Sorry for this programming details in a bitcoin forum but this cold be useful if someone want
to install this tool or platform as they call it. Strange that it is not included in ubuntu repositories
to install easily .
I give up , and for the moment I' am not interested in doing day trading so ... No need to rush.
Christian
dragonkid
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
September 23, 2013, 03:35:58 PM
 #3

Thank I never knew about this software. Let me see if I can install it.  Smiley

If I can, then I let you know how to do it.  Grin

dragonkid
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
September 23, 2013, 03:46:09 PM
 #4

Ok, I got it installed.

go to http://packages.altlinux.org/en/Sisyphus/srpms/QtBitcoinTrader/get

Download either i586 or x86_64 depending which CPU you got on your pc.

You want the .rpm file.

After downloading it. Use console to go to the same directory as the .rpm

Then:

sudo alien QtBitcoinTrader-1.07.74-alt1.x86_64.rpm

Then you will see that the .rpm is converted to .deb.

Then type:

sudo dpkg -i qtbitcointrader_1.07.74-1_amd64.deb

It should now be install in your Linux, you can find this in the application menu.  Cool

shmoula
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250


View Profile WWW
September 23, 2013, 08:54:09 PM
 #5

A reply to myself . But it could be useful to someone else.
First a c++ program as QtBitcoinTrader need to be compoled with
g++
Example
~ $ g++ main.cpp -o my_main_compiled
-o indicates the output
which is a file called 'my_main_compiled'

'main' is the main file of a c++ program
there is actually a file called 'main' in the unzipped folder of qtbitcointrader

Compiling the main file is supposed to compile all other files
But
compiler can't find Some objects included on the main 'QUrl' and I supposed that it can't find the rest.

Sorry for this programming details in a bitcoin forum but this cold be useful if someone want
to install this tool or platform as they call it. Strange that it is not included in ubuntu repositories
to install easily .
I give up , and for the moment I' am not interested in doing day trading so ... No need to rush.
Christian


hey, there should be either makefile, ./configure script or some configuration for autoconf. have a look on some tutorial on how to compile form sourcecode. using just g++ from command line for bigger projects (more source files) is not a good idea ;-)

Habbeat - beat your habits more effective way!!!
Always empty box(no cat also no coin): 1SHM1tiur2iNBCVxCBr7vAJ84PrPZ6d6v
christian_uy (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
October 08, 2013, 03:37:44 PM
 #6

Sorry for taking so long to reply. Thank you both for your answers. ¡ And thank you Dragon_kid for that ! I' ll try to install using alien . ¿ Many days have passed since you install it , what is your experience with Qt Bitcoin Trader ?
I have a Bitstamp account . ¿ It works well with your market ?
Thanks again . Christian.
christian_uy (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
October 11, 2013, 03:39:21 PM
 #7

No luck for me using Alien. Package is converted without problems apparently .deb generated but after installation once you click the icon nothing happens.
This is with the i586.rpm ( different than dragonkid ).
¡ Still not believe that there is no binary packages for Ubuntu !
Christian
Pages: [1]
  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!