Pages:
Author

Topic: margin terminal - over 25 spot and futures exchanges! Bots and more - page 70. (Read 268837 times)

newbie
Activity: 5
Merit: 0
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Thanks Rene.

I am almost there but at execution, I get this:
Code:
pi@raspberrypi:~ $ cd leonArdo-arm/
pi@raspberrypi:~/leonArdo-arm $ ./run-leonArdo.sh
running on Raspbian
./leonArdo.arm: relocation error: /lib/arm-linux-gnueabihf/libpthread.so.0: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
pi@raspberrypi:~/leonArdo-arm $



What Raspbian/Pi version are you using?  

All the best,

 Rene

OK so this happened when dealing with a PI rev3 with a 2017-3-03 build on Jessie.
I tried updating the OS, but like always something broke. So I did a clean install to the current rev of Stretch. I did the before mentioned procedure and it worked. I did modify qt5-svg to libqt5svg5, like mentioned in the tread.

LEONARDO IS RUNNING on the Pi

Only thought I get this:

Code:
pi@raspberrypi:~ $ cd leonArdo-arm/
pi@raspberrypi:~/leonArdo-arm $ ./run-leonArdo.sh
running on Raspbian
libEGL warning: DRI2: failed to authenticate

** (leonArdo.arm:8645): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

Not sure what to make of it but I hope this can help the dev. team.

PS: loving the software. Can't wait what is in store..
member
Activity: 119
Merit: 10
Hmm interesting, so that's why this weekend, when I tested leonArdo in a small Linux remote server I have, over VNC, the keyboard was crazy when using TightVNC server. However, when I switched to Xvnc4 (vnc4server package), everything was good, confirming my guess it was a VNC server problem.

So, add TightVNC to your blacklist, and Xvnc4 (vnc4server) to your whitelist. Smiley


Hey guys,

quick update for everyone using leonArdo on a Raspberry Pi over VNC. A couple of you have been experiencing weird keyboard issues which came down to Qt5 needing a VNC server with the XKEYBOARD extension. One VNC server that's available on ARM and that we've tested successfully with Raspbian on the server side and both Windows and Linux on the client side is called x11vnc. On Raspbian at least it's already in the package manager, so installation should be a matter of doing a "sudo apt install x11vnc".

If you are reading this with the same issue on non-ARM machines, you have another choice called TurboVNC.

Hope this helps you guys using leonArdo in a way that suits your needs! If you have any further update on your side, such as other server options or configurations that work particularly well for you, please don't hesitate to pass them along!

Christian

newbie
Activity: 7
Merit: 0
No worries it's because the bot was running.
newbie
Activity: 7
Merit: 0
Hi, i've downloaded the demo to play with before buying, i can't change anything in 'Additional Options', is that because it's a demo ?


Thanks, Gary.
legendary
Activity: 1988
Merit: 1008
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Whenever I try installing gt5-svg on my Raspberry/Raspbian setup, I get the following message.
pi@raspberrypi:~ $ sudo apt-get install qt5-svg
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package qt5-svg
pi@raspberrypi:~ $


The strange thing is that leoNardo runs without issues after this failed package installation.
Any idea?

Thanks.





Got same error... on rb pi3 on raspbian STRETCH.


Hardware   : BCM2835
Revision   : a22082
Serial      : 0000000049606e4b


Ok, to clarify: the run-leonArdo.sh script should run out of the box, except for libqt5websockets5 having to be installed on Raspbian and on Raspbian only. If an installation of extra packages is necessary on some systems, please let us know where exactly this is the case. I realize this is confusing, so I'm going to automate the installation of the websockets package in the run script.

BTW, the Qt SVG package on Raspbian is called libqt5svg5. So should you need it, that's what you need, but I don't think you need it Wink

Thanks to everyone who helps us tame this very diverse zoo that is the ARM ecosystem!

Christian
legendary
Activity: 1988
Merit: 1008
Hey guys,

quick update for everyone using leonArdo on a Raspberry Pi over VNC. A couple of you have been experiencing weird keyboard issues which came down to Qt5 needing a VNC server with the XKEYBOARD extension. One VNC server that's available on ARM and that we've tested successfully with Raspbian on the server side and both Windows and Linux on the client side is called x11vnc. On Raspbian at least it's already in the package manager, so installation should be a matter of doing a "sudo apt install x11vnc".

If you are reading this with the same issue on non-ARM machines, you have another choice called TurboVNC.

Hope this helps you guys using leonArdo in a way that suits your needs! If you have any further update on your side, such as other server options or configurations that work particularly well for you, please don't hesitate to pass them along!

Christian
member
Activity: 121
Merit: 10
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Whenever I try installing gt5-svg on my Raspberry/Raspbian setup, I get the following message.
pi@raspberrypi:~ $ sudo apt-get install qt5-svg
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package qt5-svg
pi@raspberrypi:~ $


The strange thing is that leoNardo runs without issues after this failed package installation.
Any idea?

Thanks.





Got same error... on rb pi3 on raspbian STRETCH.


Hardware   : BCM2835
Revision   : a22082
Serial      : 0000000049606e4b
copper member
Activity: 282
Merit: 111
Doing cryptocurrency stuff since 2010.
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
legendary
Activity: 1988
Merit: 1008
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Whenever I try installing gt5-svg on my Raspberry/Raspbian setup, I get the following message.
pi@raspberrypi:~ $ sudo apt-get install qt5-svg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package qt5-svg
pi@raspberrypi:~ $


The strange thing is that leoNardo runs without issues after this failed package installation.
Any idea?

Thanks.


What version of Raspbian are you runnig and on which hardware rev?

All the best,

  Rene
legendary
Activity: 1988
Merit: 1008
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



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
member
Activity: 94
Merit: 10
Great and awesome service, please keep it up! Any news on Binance addtion?
newbie
Activity: 61
Merit: 0
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Whenever I try installing gt5-svg on my Raspberry/Raspbian setup, I get the following message.
pi@raspberrypi:~ $ sudo apt-get install qt5-svg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package qt5-svg
pi@raspberrypi:~ $


The strange thing is that leoNardo runs without issues after this failed package installation.
Any idea?

Thanks.


copper member
Activity: 282
Merit: 111
Doing cryptocurrency stuff since 2010.
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
jr. member
Activity: 56
Merit: 1
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Thanks Rene.

I am almost there but at execution, I get this:
Code:
pi@raspberrypi:~ $ cd leonArdo-arm/
pi@raspberrypi:~/leonArdo-arm $ ./run-leonArdo.sh
running on Raspbian
./leonArdo.arm: relocation error: /lib/arm-linux-gnueabihf/libpthread.so.0: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
pi@raspberrypi:~/leonArdo-arm $



What Raspbian/Pi version are you using? 

All the best,

 Rene

If using the desktop GUI you can go to download folder and “extract here...” then go in and double click the .sh file and hit execute. Just a graphical way of doing the same thing.
legendary
Activity: 1988
Merit: 1008
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Thanks Rene.

I am almost there but at execution, I get this:
Code:
pi@raspberrypi:~ $ cd leonArdo-arm/
pi@raspberrypi:~/leonArdo-arm $ ./run-leonArdo.sh
running on Raspbian
./leonArdo.arm: relocation error: /lib/arm-linux-gnueabihf/libpthread.so.0: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
pi@raspberrypi:~/leonArdo-arm $



What Raspbian/Pi version are you using? 

All the best,

 Rene
newbie
Activity: 5
Merit: 0
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene

Thanks Rene.

I am almost there but at execution, I get this:
Code:
pi@raspberrypi:~ $ cd leonArdo-arm/
pi@raspberrypi:~/leonArdo-arm $ ./run-leonArdo.sh
running on Raspbian
./leonArdo.arm: relocation error: /lib/arm-linux-gnueabihf/libpthread.so.0: symbol h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
pi@raspberrypi:~/leonArdo-arm $

legendary
Activity: 1988
Merit: 1008
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.

Have you tried?

sudo apt-get install libqt5websockets5
sudo apt-get install qt5-svg
wget http://marginsoftware.de/downloads/leonArdo-arm.tar.xz
tar xvJf leonArdo-arm.tar.xz
cd leonArdo-arm/
./run-leonArdo.sh

All the best,

Rene
full member
Activity: 206
Merit: 100
Why is the bolinger selling at a lost even if a set a "minimum % gain" ?

Hey Boulard,

I was having the exact same issues. go back a few pages in this thread. The problem was caused by me stopping & restarting the bot between trades.

-t


I noticed that it could be the issue but it's kind of frustrating. This is something DEV need to fix.

You cannot stop the bot after a buy order has been executed. If the market goes down it will sell for loss because it has no idea what your last buy price was...This is the only time BB has sold for a loss for me. It is usually user error, not the bot.

We are discussing a way to address this as it seems to be an issue for quite some customers.
Thanks for reporting it.

All the best,

  Rene

Thanks Rene
newbie
Activity: 5
Merit: 0
I Am trying to install Leonardo on a Raspberry PI but I am unsure how to install the files that are in the tar.zx

Is there a repository in which Leonardo is included to be installed via apt-get?

A few instructions would be great.
legendary
Activity: 1988
Merit: 1008
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
Pages:
Jump to: