Bitcoin Forum
March 28, 2024, 02:03:20 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 »
101  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: leonArdo - Bitcoin Trading Bot: Binance, Bittrex, HitBTC, Poloniex, Bitfinex... on: February 03, 2018, 08:12:58 AM
Heya .. nice to see that update.

Funny side point ... after i started leonardo 3.7.8 today, i wondered why i can not see any fulfilled trades at all.. With 3.8. i'm greeted with 55 "new" trade notifications from the backlog. Lol .. nice anyways. Wink

Let's see how much changed on some other quirks.

By the way, what about some sort of ticket system for reporting problems, bugs, recommendations, feature requests and such?

To be clear, leonArdo is still a really great product and i never regret any single bit of money or "work" i put into it.
And i still love how fast you people are reacting on each and every email to the support.

But it sometimes feels a bit like stuff just falls into nirvana until you come up with another great strike, like this update.

Which is all in all not fair to you guys at leonardo but ... yeah, we customers don't sit amongst you but only see what gets written here.... Wink

So .... maybe, establishing some bugtracker/ticket-management might be a big leap towards more customer satisfaction? (Oh well yeah, i know that a lot of newbies might not get the point and bomb you with useless and annoying stuff ... but even that can get sorted out a bit more effective and easy by pointing the users to some already existing ticket with the included solution or explanation ...... Wink)

Just another 2 cents from my side ...... let's see what this update does good for me (erm, us customers! Wink)

Hacky
102  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: February 02, 2018, 10:34:02 AM

Hi Hacky,

just on a side note - as you seem to have a lot more problems running leonardo than most - we support leonArdo for Ubuntu Linux only so far (apart from OSX and Windows of course).
I know you don't want to run Ubuntu - and believe me, in a way I can relate to that as an avid user of NetBSD for years Wink - but we have still limited resources and we have to focus on the distributions that most people use.
We will have a look at your logs and try to tackle all issues asap, just a reminder that using Ubuntu could help.

Thanks for your support!

  Rene

Well .. i'm actually running it on ubuntu.. But not the 16.x LTS release but the actual 17.10 release...

Code:
questron|hackbyte|11:29:05|~| 0> lsb_release -a ; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 17.10
Release:        17.10
Codename:       artful
Linux questron 4.13.0-32-generic #35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

I think, it's even very poor practice to try to blame your bugs on using the wrong linux distribution. You're delivering a ton of libs with your software (why not a static build from the start on?Wink). I don't really get, which difference the structure around the essential libs (mainly your init, your package management, a bit of filesystem structure) should make, except for maybe specific kernel builds (which even should not matter at all, as your software is not depending on specific drivers or kernel modules at all. Wink)

So .. back to topic ... it's actually getting somewhat annoying to report stuff and don't get meaningful answers in the long run. Wink

Greetings,

hacky


Edit: P.s.: Did i mention that leonArdo is not even able to connect to the local xserver on that machine? It only works if i send it remote to another xserver on a different machine... I think i mentioned that in one of my mails but not here on the forum... Wink
103  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: February 02, 2018, 04:59:01 AM
Quick update Wink

leonArdo-linux-3.7.8-b12118297 Running separate instances for each exchange (as is do usually for a while).

On bitfinex with 15 open pairs, only one margin maker running for about 3 to 5 days or so.
After stopping the margin maker, leonArdo terminates very quickly. It's a bit hard to repeat to get this to happen (and so to log it).
Maybe some problem which accumulates over time? Dunno. Wink
Additionally, at some time it seems a strategy gets stuck at changing it's state from buy to sell or vice versa. I need to stop it (which often goes w/o a crash) and then restart it to have it working again. Sadly, at that point often leonArdo lost already a lot of stability and a crash can be expected soon.

On bittrex, having 6 open pairs and no bots running at all.
leonArdo terminates after at least 2 hours of runtime. I've tried it to have it running with strace to log for the problem but that actually prevents it from happening. That makes it even harder to find the problem. Sad

On HitBTC, 2 open pairs, 1 to 2 margin makers running on these.
After 5 days of runtime, leonArdo gets out of sync with the API and stopped to recognize changed values in the wallets after an order get filled.

I still need more ways to have efficient/meaningful logging. What about Qts integrated logging facilities? I've seen that leonArdo looks for a specific ini file for the configuration of it but sadly does not recognize if i set that up for full logging (whilst other software i use gets very noisy in the terminal.. Wink)

Besides that; there is still the new usenet/google group i've created where we (users) can discuss these bug-reports, suggestions, best practices and such in separated posts to avoid having this thread cluttered with all of them all over. Wink

https://groups.google.com/forum/#!forum/leonardo-users

Greetings

Hacky

Hi Hacky!

thanks for yout thorough testing. We appreciate it! The logs right after the crash would also help.
Can you confirm that you are not seeing any crashes when running it with strace?
And does it crash right after stopping the strategy? Or a couple sec, minutes later?

All the best,

  Rene

 


As i asked where to find the logs, i got told to check the windows system logs.... Well i'm no longer using windows and still did not get any meaningful information about where to find usable logs at all. So nope, i did not check any logs... Maybe, someone of you can tell me, which exact file out of the tons of files your software creates might be the best one to start with? What about a useful implementation of the qt logging facilities maybe? Wink

For bitfinex, it actually crashes after a distinct amount of runtime whenever i try to stop a running bot or adapt an existing order.

On HitBTC, leonardo just freezes after an unknown amount of time since i have more than one pair open steadily.

For now, poloniex seems to be the only stable variant of the exchanges (I use bitfinex, bittrex (unusable!), HitBTC and Poloniex).

I would like to help more with identifiying problems and bugs .. but having any instance running in strace makes it painfully slow and potentially even slows don API access by a significant amount, which might lead to the reason for crashing on bittrex at all but, i don't know the source and i'm not that much of a programmer at all..

I actually try to write myself some evil hacked wrapper script to be able to launch leonardo for any specific exchange and write all outputs in to separate log files and even save (copy) the logs leonardo creates on it's own to keep them for analysis. But it is going to be a really evil hack, creating file descriptors in bash to save outputs to stdout/stderr, launch leonardo halfways in background to be able to process the outputs an logs and so on...

I wish there would be a better way for this. What about some debug mode, triggered via command line parameters or so? Wink

Hacky

Here is where to find the logs, credit to Amaralluis (from a prior post). They will  contain helpful information for support to work on the issues you have uncovered.
+++
You should still report to the developers about this error.

The email is :    support@marginsoftware.de

and you can find the logs in the folder Leonardo located :

The .leonArdo is a hidden folder in your home directory.

If you are on Windows it's something like
C:\Users\YOURLOGINNAME\.leonArdo

On Mac OS X its
/Users/YOURLOGINNAME/.leonardo

And on Linux it's
/home/YOURLOGINNAME/.leonardo

+++

The files you would be looking for are named by their exchange and pair.

exchange-COIN-PAIREDWITH.log
if it is a demo log it will say
demo-exchange-COIN-PAIREDWITH.log

The log for an XMR-BTC pair at Bittrex would be named:
bittrex-XMR-BTC.log

Often my logs run 60+ MB so I 7z compress them for efficiency before sending them. Probably 85% of the time I will send a screen print if I think it is helpful.

Heh .. yeah thank you for that bit of clarification... I already knowed where to find the logs at all .. but it seems to be to much hassle to check and save them everytime any problem occurs (and sadly, that's happening very frequently..).

So, as i wrote on my last post, i'm gonna hack some wrapper together to make that easier to me.

At least, logs are preserved and not rewritten/old content deleted.

Maybe, i should simply send them the full package ... but .. well watch out:

Code:
questron|hackbyte|05:55:18|~/.leonardo| 0> find . -iname \*bitfinex\*.log | grep -v demo | wc -l ; du -hs /home/hackbyte/.leonardo
34
1.5G    /home/hackbyte/.leonardo

1.5gigs of logfiles .... and just some little of 34 logs only for bitfinex with 15 open pairs... whaaaaaaaa Wink

Anyways .. i'm going to compress the whole mess over there ... save them online for marginsoftware staff to download it and clean up a bit on my homedir....

Hopefully i can go further with my hacky wrapper or so ....

Greetings,

hacky
104  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: February 02, 2018, 03:54:05 AM
Quick update Wink

leonArdo-linux-3.7.8-b12118297 Running separate instances for each exchange (as is do usually for a while).

On bitfinex with 15 open pairs, only one margin maker running for about 3 to 5 days or so.
After stopping the margin maker, leonArdo terminates very quickly. It's a bit hard to repeat to get this to happen (and so to log it).
Maybe some problem which accumulates over time? Dunno. Wink
Additionally, at some time it seems a strategy gets stuck at changing it's state from buy to sell or vice versa. I need to stop it (which often goes w/o a crash) and then restart it to have it working again. Sadly, at that point often leonArdo lost already a lot of stability and a crash can be expected soon.

On bittrex, having 6 open pairs and no bots running at all.
leonArdo terminates after at least 2 hours of runtime. I've tried it to have it running with strace to log for the problem but that actually prevents it from happening. That makes it even harder to find the problem. Sad

On HitBTC, 2 open pairs, 1 to 2 margin makers running on these.
After 5 days of runtime, leonArdo gets out of sync with the API and stopped to recognize changed values in the wallets after an order get filled.

I still need more ways to have efficient/meaningful logging. What about Qts integrated logging facilities? I've seen that leonArdo looks for a specific ini file for the configuration of it but sadly does not recognize if i set that up for full logging (whilst other software i use gets very noisy in the terminal.. Wink)

Besides that; there is still the new usenet/google group i've created where we (users) can discuss these bug-reports, suggestions, best practices and such in separated posts to avoid having this thread cluttered with all of them all over. Wink

https://groups.google.com/forum/#!forum/leonardo-users

Greetings

Hacky

Hi Hacky!

thanks for yout thorough testing. We appreciate it! The logs right after the crash would also help.
Can you confirm that you are not seeing any crashes when running it with strace?
And does it crash right after stopping the strategy? Or a couple sec, minutes later?

All the best,

  Rene

 


As i asked where to find the logs, i got told to check the windows system logs.... Well i'm no longer using windows and still did not get any meaningful information about where to find usable logs at all. So nope, i did not check any logs... Maybe, someone of you can tell me, which exact file out of the tons of files your software creates might be the best one to start with? What about a useful implementation of the qt logging facilities maybe? Wink

For bitfinex, it actually crashes after a distinct amount of runtime whenever i try to stop a running bot or adapt an existing order.

On HitBTC, leonardo just freezes after an unknown amount of time since i have more than one pair open steadily.

For now, poloniex seems to be the only stable variant of the exchanges (I use bitfinex, bittrex (unusable!), HitBTC and Poloniex).

I would like to help more with identifiying problems and bugs .. but having any instance running in strace makes it painfully slow and potentially even slows don API access by a significant amount, which might lead to the reason for crashing on bittrex at all but, i don't know the source and i'm not that much of a programmer at all..

I actually try to write myself some evil hacked wrapper script to be able to launch leonardo for any specific exchange and write all outputs in to separate log files and even save (copy) the logs leonardo creates on it's own to keep them for analysis. But it is going to be a really evil hack, creating file descriptors in bash to save outputs to stdout/stderr, launch leonardo halfways in background to be able to process the outputs an logs and so on...

I wish there would be a better way for this. What about some debug mode, triggered via command line parameters or so? Wink

Hacky
105  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 29, 2018, 10:45:59 AM
Quick update Wink

leonArdo-linux-3.7.8-b12118297 Running separate instances for each exchange (as is do usually for a while).

On bitfinex with 15 open pairs, only one margin maker running for about 3 to 5 days or so.
After stopping the margin maker, leonArdo terminates very quickly. It's a bit hard to repeat to get this to happen (and so to log it).
Maybe some problem which accumulates over time? Dunno. Wink
Additionally, at some time it seems a strategy gets stuck at changing it's state from buy to sell or vice versa. I need to stop it (which often goes w/o a crash) and then restart it to have it working again. Sadly, at that point often leonArdo lost already a lot of stability and a crash can be expected soon.

On bittrex, having 6 open pairs and no bots running at all.
leonArdo terminates after at least 2 hours of runtime. I've tried it to have it running with strace to log for the problem but that actually prevents it from happening. That makes it even harder to find the problem. Sad

On HitBTC, 2 open pairs, 1 to 2 margin makers running on these.
After 5 days of runtime, leonArdo gets out of sync with the API and stopped to recognize changed values in the wallets after an order get filled.

I still need more ways to have efficient/meaningful logging. What about Qts integrated logging facilities? I've seen that leonArdo looks for a specific ini file for the configuration of it but sadly does not recognize if i set that up for full logging (whilst other software i use gets very noisy in the terminal.. Wink)

Besides that; there is still the new usenet/google group i've created where we (users) can discuss these bug-reports, suggestions, best practices and such in separated posts to avoid having this thread cluttered with all of them all over. Wink

https://groups.google.com/forum/#!forum/leonardo-users

Greetings

Hacky
106  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 27, 2018, 08:11:05 AM
Am I the only one that has a probelm with some Leonardo files ringing all the  bells with the antivirus ?

I am on Win (7), and all my antivirus software (avast, msft, nalwarebytes etc) are panicking on one particular file "1.exe" that is sitting in my "%user\appdata\roaming" dir which it seems to be affected by the "win32:Malware-gen" virus/trojan.

You may not be the only person. If you are not seeing the solution in the forum it is probably because those that had it got help from support@marginsoftware.de

Please try to read the full thread. There was already some fake version/copy of leonardo around.. It could be that there is another one trying the same fckup...

No need to go offtopic on this. Wink

Hacky
107  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 27, 2018, 08:08:35 AM
Am I the only one that has a probelm with some Leonardo files ringing all the  bells with the antivirus ?

I am on Win (7), and all my antivirus software (avast, msft, nalwarebytes etc) are panicking on one particular file "1.exe" that is sitting in my "%user\appdata\roaming" dir which it seems to be affected by the "win32:Malware-gen" virus/trojan.

I noticed this file is part of the leonardo installation package and it is created when Leonardo installs itself.

What is this file? Why it is there ? Is it ok to delete it ?

I run leonardo in a virtualbox just to be on the safe side, but I would like to have some assurance from the developers or other users.

TIA



There should no 1.exe from leonardo...

Where did you download your version?

Please download leonardo _only from_ www.marginsoftware.de

Hacky
108  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 25, 2018, 08:26:46 PM
@xhabit: can you mail us your logs to support@marginsoftware.de? thanks!

Of course rene I will send the logs, if you tell me where I found it.

In your leonardo data folder Wink ( ~/.leonardo or %appdata%\.leonardo depending on which OS you are Wink

Hacky
109  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 25, 2018, 01:31:21 PM
Hello Folks,

first i'must say I'love it, and big thx for the developer!!!! I'ts a great job!!! And you are right take money for the job!!

But here I have a problem what may in the next versions will be solved.

Version: current
plattform: win7 profesional, up do date
market: bitfinex

BUG: every time i'stop the bot the application crash.

have a nice day.
xhabit

I can confirm that. It tends to get worse since a few days. Sad

Hacky
110  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 25, 2018, 06:07:13 AM
Does leonArdo run as normal desktop app in Raspberry or do i need to access it using VNC?

It should run as normal desktop app yes.

VNC is often used to have the Raspberry running as "headless server" Wink

Hacky
111  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 24, 2018, 07:57:53 PM
I think this may be the aspect of the display Jonathan is referring to.

"(process:4051): GLib-ERROR **: Creating pipes for GWakeup: Too many open files"

This is an OS error, the strace may show that.

Sadly, i don't have a strace from _that_ run......  I suspect that more to be a problem with the bittrex api or something else gone wrong.

Dunno...

But will have a look on that as son as i can get to it. Wink

Hacky
112  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 24, 2018, 07:35:38 PM
Next interesting "event"

Bittrex with 6 pairs, no running strategies...

Code:
(process:4051): GLib-ERROR **: Creating pipes for GWakeup: Too many open files

./run-leonArdo.sh: line 46:  4051 Trace/breakpoint trap   (core dumped) QT_PLUGIN_PATH=$DIR/plugins ./leonArdo

[2]   Exit 133                remotex ./run-leonArdo.sh
questron|hackbyte|18:05:44|~/opt/leonArdo-linux-3.7.8-b12118297| 0> ulimit
unlimited
questron|hackbyte|18:06:05|~/opt/leonArdo-linux-3.7.8-b12118297| 0>

wth?

Meh Wink

Hacky


This looks like an issue with your own script Hacky.

Right?

Jonathan

Heh, interesting idea but .. i don't think so:

Code:
questron|hackbyte|18:06:05|~/opt/leonArdo-linux-3.7.8-b12118297| 0> cat ~/bin/remotex
#!/bin/bash
DISPLAY=fornax:0 $*
questron|hackbyte|20:33:15|~/opt/leonArdo-linux-3.7.8-b12118297| 0>

It's just a simpe wrapper so i don't need to write the display= part everytime Wink

Hacky

P.s.: I will send you a strace from a try to run leonardo local with DISPLAY=:0 on the ubuntu 17.10 install via email. Wink

113  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 24, 2018, 05:09:10 PM
Next interesting "event"

Bittrex with 6 pairs, no running strategies...

Code:
(process:4051): GLib-ERROR **: Creating pipes for GWakeup: Too many open files

./run-leonArdo.sh: line 46:  4051 Trace/breakpoint trap   (core dumped) QT_PLUGIN_PATH=$DIR/plugins ./leonArdo

[2]   Exit 133                remotex ./run-leonArdo.sh
questron|hackbyte|18:05:44|~/opt/leonArdo-linux-3.7.8-b12118297| 0> ulimit
unlimited
questron|hackbyte|18:06:05|~/opt/leonArdo-linux-3.7.8-b12118297| 0>

wth?

Meh Wink

Hacky
114  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 24, 2018, 10:21:46 AM
Again weird stuff Wink

Running leonArdo-linux-3.7.8-b12101308 on HitBTC with only one pair (xrp/btc) open and only one margin maker on it:

After a few days, leonArdo popped up asking me if i want to cancel the open order like as if i clicked stop on the bot.
Well .. i did not.

Today, after i opened a second pair and margin maker yesterday evening ... i had the same thing again.

Sadly, the bot stopped to work at all at some point in the night.... on top of that, i have a "flat line" in the chart for some time...

I now updated to leonArdo-linux-3.7.8-b12118297 and the flatline still remains .... well, it's again up and running and i will watch out if that happens again....

Btw, i'm running it on a ubuntu Artful Ardvark (17.10) install where it is not able to connect to the local xserver .. which i did not want anyways because i run it using the xserver on my main workstation (via DISPLAY=.. variable Wink).

I'm actually trying to hack some wrapper for the wrapper for leonardo together, to A: have it restarting automatically after a crash and B: have an easy way to run it with strace........ well ..... good things need time. Wink

Hacky
115  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 24, 2018, 10:00:55 AM
Leonardo should have its own forum, rather than people having to wade through this mega-thread, then we can have tech support sorted by platform, issue type etc.


True dat......

But setting up a forum and maintaining it - let alone having good admins for it - can really be a hassle and costs a lot of resources (human power i mean;)).

And a lot of people are not so much into forums at all.... like myself Wink

So .. what about a public Usenet/Google group? Wink

Maybe worth a try... Wink

So, welcome to the new group:

https://groups.google.com/forum/#!forum/leonardo-users

Have fun.

Hacky
116  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 22, 2018, 09:38:18 AM
I actually tried it again a few moments agot ... no temporary problem but still persistent.......

Hacky

Hi Hacky,

have you been running many market maker bots as well? Seems not to be a global issue.
Maybe you ran into the problem with to little filled orders on Bittrex?

All the best,

  Rene

Yeah you can maybe consider me to be a poweruser ... So yes, i had 3 or 5 MarginMakers running over there.

I'd set them up to let the orders stay for _at least_ 30 minutes or longer.....

I wonder, would i not get an information from bittrex if they restrict my account because of whatever reason? Wink

Hacky
117  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 22, 2018, 02:04:27 AM
Edit[/i]: It seems that bittrex actually changed it's api in some ways, i cant set up any orders, i can't see any active or filled orders and i don't get the correct values of my wallets.... so, it's actually completely broken. Even with leonArdo 3.7.7.......

Thanks for your thorough reporting. You help is very much apprenticed!
We are looking into the Bittrex API issues.

EDIT: Is anyone still having problems? Looking like a temp problem for a longer period if time with the Bittrex API.


All the best,

 Rene

I actually tried it again a few moments agot ... no temporary problem but still persistent.......

Hacky
118  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 20, 2018, 07:42:53 PM

Had issues with damn Bittrex and some with Bitfinex too. Had to stop them both and using HitBTC and Bitstamp for now. Solid for the last hours.
I think Bittrex/finex are keep playing with their APIs or doing it on purpose. They don't love bots anymore. Sad


Uhm ... bitfinex runs at least mostly fine over here..... but well ... dunno what happens in the background what i can't see and recognize fast enough maybe..

Hacky
119  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 20, 2018, 07:41:27 PM
01/20 02:34:39 pm bittrex:BTG/BTC: http error during chart data get call: [code: 4]: Timeout (the connection to the remote server timed out)
01/20 02:34:48 pm bittrex:BTG/BTC: [Method:public/getorderbook (params: &type=sell) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)
01/20 02:34:51 pm bittrex:BTG/BTC: [Method:market/getopenorders (params: ) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)
01/20 02:34:58 pm bittrex: [Method:account/getbalances (params: ) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)
01/20 02:35:15 pm bittrex:BTG/BTC: ticker data update failed (http error while getting ticker: [code: 4]: Timeout (the connection to the remote server timed out))
01/20 02:35:18 pm bittrex:BTG/BTC: [Method:public/getorderbook (params: &type=sell) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 2 of 10)
01/20 02:35:40 pm bittrex:BTG/BTC: http error during chart data get call: [code: 4]: Timeout (the connection to the remote server timed out)
01/20 02:35:52 pm bittrex:BTG/BTC: [Method:public/getorderbook (params: &type=buy) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)
01/20 02:36:22 pm bittrex: [Method:account/getbalances (params: ) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)



I keep getting this error all the time in all pairs.
Whats the problem? Leonardo? Bitttrex?

Well, it seems it's not just you and probably not leonArdo but bittrex changed the api or did something else.....

As i wrote above ... no more filled orders, no more active orders, no abillity to set up an order ... just completely broken...

Code:
01/20 08:37:14 pm bittrex:gui:ETH/BTC: initializing orderbook
01/20 08:37:26 pm bittrex:gui:ETH/BTC: initializing active orders
01/20 08:37:27 pm bittrex:ETH/BTC: Network error in init(active orders): LocalError (as Error): error querying active orders: key exists
01/20 08:37:27 pm bittrex:gui:ETH/BTC: initializing completed orders
01/20 08:37:38 pm bittrex:ETH/BTC: Network error in init(trades): LocalError (as Error): Could not parse completed orders list: key exists
01/20 08:37:38 pm bittrex:gui:ETH/BTC: initializing margin positions
01/20 08:39:04 pm bittrex:ETH/BTC: [Method:market/getopenorders (params: ) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)
01/20 08:39:08 pm bittrex:ETH/BTC: [Method:market/getopenorders (params: ) ] error in DefaultMarketInterface::httpPOST: network error: [code: 4]: Timeout (the connection to the remote server timed out) (try 1 of 10)
01/20 08:39:10 pm bittrex:ETH/BTC: Network error in buffer[2](active orders: LocalError (as Error): error querying active orders: key exists

*sigh*

Hacky
120  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Bitcoin Trading Bot for Poloniex, Bittrex, Bitstamp, Bitfinex.. on: January 20, 2018, 05:32:59 PM
'Minor Bugs' in leonArdo-linux-3.7.8-b12079648

On bitfinex, whilst having a MarginMaker on SPK/BTC leonArdo failed to recognize new values in the wallet after a buy order got filled. - MEH

On bittrex, i'm no longer able to see my past orders....

Why, oh why is it that every little bit of change always brings new problems?

*meh*

Hacky

Edit[/i]: It seems that bittrex actually changed it's api in some ways, i cant set up any orders, i can't see any active or filled orders and i don't get the correct values of my wallets.... so, it's actually completely broken. Even with leonArdo 3.7.7.......
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!