Bitcoin Forum
May 05, 2024, 09:17:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 383269 times)
pullTW
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 10, 2019, 05:52:59 AM
Last edit: October 11, 2019, 08:17:53 AM by pullTW
 #1621

Now it's working, thank  you.

Could you explain to me, how to use trader.fileWrite/Read(path,data) commands?

I tried:

Code:
trader.fileWrite("/home/pullTW/testFile","something to write"); 

But nothing is written :/

edit:

I changed path to .../Documents/testFile and it worked

Next, I changed path to old one, and worked too

Strange...
1714900633
Hero Member
*
Offline Offline

Posts: 1714900633

View Profile Personal Message (Offline)

Ignore
1714900633
Reply with quote  #2

1714900633
Report to moderator
1714900633
Hero Member
*
Offline Offline

Posts: 1714900633

View Profile Personal Message (Offline)

Ignore
1714900633
Reply with quote  #2

1714900633
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714900633
Hero Member
*
Offline Offline

Posts: 1714900633

View Profile Personal Message (Offline)

Ignore
1714900633
Reply with quote  #2

1714900633
Report to moderator
1714900633
Hero Member
*
Offline Offline

Posts: 1714900633

View Profile Personal Message (Offline)

Ignore
1714900633
Reply with quote  #2

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

Activity: 1035
Merit: 1065



View Profile WWW
February 27, 2020, 06:14:51 PM
 #1622

Qt Bitcoin Trader v1.40.50 Released!

Fixed hitbtc authorization bug
Fixed transaction history in bitstamp
Smart paste for spinbox values
Synchronized currency pairs
Improved text to speech engine

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

Activity: 994
Merit: 593


aka JAGEND.


View Profile WWW
March 24, 2020, 06:42:29 PM
 #1623

Hi, want to ask.
Is this thread belong to one of your team member?
I asked because link that included in his/her post is different from the link in your thread.
Qt Bitcoin Trader for Windows have digital signature.
Please always when you download any exe file for Windows Google it first, find official site, double check source, digital signature and information about this file on http://virustotal.com
Highly recommend to use secure auto update.

Installation

Windows: just download zip and run .exe file.

Install commands under Linux:

Code:
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
Archive



IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
March 24, 2020, 06:44:46 PM
 #1624

Hi, want to ask.
Is this thread belong to one of your team member?
I asked because link that included in his/her post is different from the link in your thread.

This is scam. Please remove urls of malware files from your post. Also report his message as scam.

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

Activity: 994
Merit: 593


aka JAGEND.


View Profile WWW
March 24, 2020, 06:50:47 PM
 #1625

This is scam. Please remove urls of malware files from your post. Also report his message as scam.
Link removed.
Thread in my local board deleted by mod and user reported.
Hopefully mods nuke or ban him/her.
Thanks for your clarification btw.


Vinsonner
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 29, 2020, 07:01:47 AM
 #1626

Just want to say "thank you" for your application.  Smiley
Simple. Useful
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 27, 2020, 02:38:05 PM
 #1627

Qt Bitcoin Trader v1.40.51 Released!

- Fixed hitbtc balance
- Fixed binance balance

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
May 09, 2020, 02:32:35 PM
 #1628

Qt Bitcoin Trader v1.40.52 Released!

- Enabled experimental vnc server on a Linux
- Fixed yobit api, if you ever get nonce error, re-create API keys
- Improved minimum request interval for Binance to prevent IP bans

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

Activity: 29
Merit: 0


View Profile WWW
December 04, 2020, 08:36:04 AM
 #1629

trader.sell(trader.get("Balance","USDT"),trader.get("AskPrice"))
or
trader.buy(trader.get("Balance","USDT"),trader.get("AskPrice"))

doesn't do anything. I'm using binance.

Also how can I compile it for Windows
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
December 04, 2020, 01:27:42 PM
 #1630

trader.sell(trader.get("Balance","USDT"),trader.get("AskPrice"))
or
trader.buy(trader.get("Balance","USDT"),trader.get("AskPrice"))

doesn't do anything. I'm using binance.

Also how can I compile it for Windows

Hi. If its BTCUSDT pair, you need to define amount in the base currency, so it should be BTC.

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

Activity: 29
Merit: 0


View Profile WWW
December 04, 2020, 04:57:58 PM
 #1631

trader.sell(trader.get("Balance","USDT"),trader.get("AskPrice"))
or
trader.buy(trader.get("Balance","USDT"),trader.get("AskPrice"))

doesn't do anything. I'm using binance.

Also how can I compile it for Windows

Hi. If its BTCUSDT pair, you need to define amount in the base currency, so it should be BTC.

Okay thank you I'll check it out. Also can you tell me how can I compile it to Windows.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
December 04, 2020, 04:59:15 PM
 #1632

Okay thank you I'll check it out. Also can you tell me how can I compile it to Windows.

All you need is Qt SDK + openssl library for the same compiler.
You can just open it with Qt Creator and build.

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

Activity: 29
Merit: 0


View Profile WWW
December 05, 2020, 08:03:29 AM
 #1633

Can I be a beta tester? Smiley
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 18, 2021, 01:04:50 AM
 #1634

Qt Bitcion Trader v1.40.53 Released!

- Fixed critical bug causing missing public trade history items
- Fixed bug when zero, incorrect balance reached script, rules events
- Fixed missing script events, wrong rule state for Bitfinex
- Fixed own trade history items missing for Bitfinex
- Fixed rounding of buy or sell total calculations
- Fixed Hitbtc exchange api keys impossible to add
- Fixed translation issues. French language updated
- Optimized memory usage
- Removed exchanges bitmarket.pl, okcoin.cn, btcchina.com, goc.io

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

Activity: 325
Merit: 253



View Profile WWW
April 18, 2021, 04:34:56 AM
 #1635

Qt Bitcion Trader v1.40.53 Released!

- Fixed critical bug causing missing public trade history items
- Fixed bug when zero, incorrect balance reached script, rules events
- Fixed missing script events, wrong rule state for Bitfinex
- Fixed own trade history items missing for Bitfinex
- Fixed rounding of buy or sell total calculations
- Fixed Hitbtc exchange api keys impossible to add
- Fixed translation issues. French language updated
- Optimized memory usage
- Removed exchanges bitmarket.pl, okcoin.cn, btcchina.com, goc.io

Thanks for letting us know Smiley

NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
April 21, 2021, 08:10:52 AM
 #1636

@IGHOR

It seems that there's no CLI or server-side API for placing orders, just the Qt GUI, right? I am trying to find or make software that can place exchange orders from a headless server as part of a tool I'm building for my job.

How difficult do you estimate it would be to abstract the order-placing code behind some kind of REST server that runs on localhost, so that it could be called by other programs? I may probably end up implementing this myself.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 24, 2021, 02:41:21 PM
 #1637

@IGHOR

It seems that there's no CLI or server-side API for placing orders, just the Qt GUI, right? I am trying to find or make software that can place exchange orders from a headless server as part of a tool I'm building for my job.

How difficult do you estimate it would be to abstract the order-placing code behind some kind of REST server that runs on localhost, so that it could be called by other programs? I may probably end up implementing this myself.

You can run it on a linux server with vnc mode. It is still experimental.
In a future you will able to use REST API to control Qt Trader

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
April 24, 2021, 02:41:28 PM
Last edit: May 07, 2021, 11:28:32 PM by IGHOR
 #1638

v1.40.54 Released!

- Fixed trader.say(..) script command
- Fixed crash on unix systems

v1.40.55

- Fixed trader.groupStop(..) script command
- Synchronized currency pairs

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
March 06, 2022, 10:55:59 PM
 #1639

v1.41.00 Released!

Fixed time syncronization in Binance
Translation fixes, added Korean language
Fixed bug in trade history of Bittrex exchange
Improved request interval limits for Poloniex
Qt 6 support, using QJSEngine instead of QtScript
Optimized CPU usage
Updated currency pairs list

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

Activity: 1042
Merit: 1000


https://r.honeygain.me/XEDDM2B07C


View Profile WWW
March 13, 2022, 04:19:52 AM
 #1640

v1.41.00 Released!

Fixed time syncronization in Binance
Translation fixes, added Korean language
Fixed bug in trade history of Bittrex exchange
Improved request interval limits for Poloniex
Qt 6 support, using QJSEngine instead of QtScript
Optimized CPU usage
Updated currency pairs list

Been using QTBT since way back during the BTC-e & Gox days. It's always been a solid piece of software and a huge boon to the open source community. Cheers!

Pages: « 1 ... 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!