sarannah
Member
Offline
Activity: 103
Merit: 10
|
|
November 01, 2017, 11:33:19 AM |
|
Any news about running leonArdo in Raspberry or other small computer?
It would be so nice to be able run leonArdo 24/7 again. My current laptop must be alot offline and even turned off.
Hi, Do you connect your Raspberry to a monitor or a computer to run a Gunbot? I want to use Raspberry with monitor to run leonArdo.
|
|
|
|
ThomAB
Newbie
Offline
Activity: 17
Merit: 0
|
|
November 01, 2017, 02:49:15 PM |
|
When do you plan to add RSI (Relative Strength Index) ?
It is coming, no info on when just yet Personally very interested in a RSI based trading bot, much like the strategies you can get working very well on tradingview's Pine Editor
|
|
|
|
leonArdo@margin (OP)
Legendary
Offline
Activity: 1989
Merit: 1008
|
|
November 01, 2017, 07:47:31 PM Last edit: November 04, 2017, 07:24:10 PM by leonArdo@margin |
|
Hi, I just donwloaded and tryed the 3.5 and 3.4 linux version, I wanna buy it but it doesnt load the bittrex pairs. Im running: Linux bl4ckb0x 4.13.9-1-ARCH #1 SMP PREEMPT Sun Oct 22 09:07:32 CEST 2017 x86_64 GNU/Linux LSB Version: 1.4 Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a Let me know if you know something about coz Im really interested in this bot .... Sorry about the delay in getting back to you. I am just back from holidays. On Arch, the list of currency pairs is sometimes empty in leonArdo’s login screen. This is caused by our Qt being compiled with openssl 1.0 while Arch uses 1.1. There is a way to downgrade openssl but it requires us to twist the package manager's arm a bit in order for it not to uninstall a bunch of other stuff such as coreutils. Warning: This way of getting leonArdo to run might therefore have dire side effects and you should know that you risk ruining your Arch install. If you are the adventurous type you can try the following on Arch: sudo pacman -S openssl-1.0 sudo pacman -Rdd openssl We are looking into a much better solution. Best wishes, Jonathan *Edit* Warning justified we can now confirm that the proposed way of getting leonArdo to run on Arch Linux by downgrading OpenSSL as already feared *does* indeed ruin your Arch install. It will in fact render pacman unusable, so you can't even revert the changes anymore. So don't do it! We hope we have a proper fix ready soon that then also helps Debian users who seem to be running into the same problem.
|
|
|
|
leonArdo@margin (OP)
Legendary
Offline
Activity: 1989
Merit: 1008
|
|
November 01, 2017, 07:51:37 PM |
|
Hi, I just donwloaded and tryed the 3.5 and 3.4 linux version, I wanna buy it but it doesnt load the bittrex pairs. Im running: Linux bl4ckb0x 4.13.9-1-ARCH #1 SMP PREEMPT Sun Oct 22 09:07:32 CEST 2017 x86_64 GNU/Linux LSB Version: 1.4 Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a Let me know if you know something about coz Im really interested in this bot .... Hi, Yes, we have an issue with Arch. See my previous post. Best wishes, Jonathan
|
|
|
|
ololo80
Newbie
Offline
Activity: 39
Merit: 0
|
|
November 01, 2017, 07:53:33 PM |
|
can i somehow add new indicators? eg rsi
|
|
|
|
1C6fV5DtakfKANLJ8GUV7hCaA
Full Member
Offline
Activity: 462
Merit: 104
Crypto Marketer For Whales
|
|
November 01, 2017, 08:09:00 PM |
|
Is this a native app?
|
Buy Reddit Accounts & Upvotes Discord: Playerup#6929 Skype: AWH2010 Telegram: @redditfactory
|
|
|
Intensity
|
|
November 01, 2017, 09:03:34 PM |
|
Any news about running leonArdo in Raspberry or other small computer?
It would be so nice to be able run leonArdo 24/7 again. My current laptop must be alot offline and even turned off.
I don't think a Raspberry has the hardware to run it. On an AWS VPS machine with 1g of ram and 1 VCPU, Leonardo basically becomes unresponsive after one full day open/running, and if I'm not mistaken, a PI has lesser hardware specs then the AWS machine.
|
|
|
|
leonArdo@margin (OP)
Legendary
Offline
Activity: 1989
Merit: 1008
|
|
November 01, 2017, 09:03:42 PM |
|
can i somehow add new indicators? eg rsi
No, it's not possible to add your own indicators. But, we will release an intermediary release before our big bot release next week and in it we have some new indicators including RSI! We need to get this release out as quickly as possible to handle the new API call limits at bitfinex. So, to be clear, it won't contain the new bots yet. That will come in the following release. But it has some nice new features. Best wishes, Jonathan
|
|
|
|
leonArdo@margin (OP)
Legendary
Offline
Activity: 1989
Merit: 1008
|
|
November 01, 2017, 09:05:19 PM |
|
Any news about running leonArdo in Raspberry or other small computer?
It would be so nice to be able run leonArdo 24/7 again. My current laptop must be alot offline and even turned off.
I don't think a Raspberry has the hardware to run it. On an AWS VPS machine with 1g of ram and 1 VCPU, Leonardo basically becomes unresponsive after one full day open/running, and if I'm not mistaken, a PI has lesser hardware specs then the AWS machine. Actually, we've been testing on a Pi and have been pleasantly surprised by the performance. Sure, you have to limit the number of bots and open pairs - but it works! We are working on integrating this into our build process and testing a little more. Best wishes, Jonathan
|
|
|
|
leonArdo@margin (OP)
Legendary
Offline
Activity: 1989
Merit: 1008
|
|
November 01, 2017, 09:06:37 PM |
|
Is this a native app?
leonArdo is a desktop application. It runs on Windows, macOS and Linux. Best wishes, Jonathan
|
|
|
|
Intensity
|
|
November 01, 2017, 09:23:21 PM |
|
Actually, we've been testing on a Pi and have been pleasantly surprised by the performance. Sure, you have to limit the number of bots and open pairs - but it works!
We are working on integrating this into our build process and testing a little more.
Best wishes, Jonathan
Wow, excellent! I guess I push LeonArdo to the limit with my bots and pairings hehe.
|
|
|
|
s1ko
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 02, 2017, 11:16:27 AM |
|
Hi, I just donwloaded and tryed the 3.5 and 3.4 linux version, I wanna buy it but it doesnt load the bittrex pairs. Im running: Linux bl4ckb0x 4.13.9-1-ARCH #1 SMP PREEMPT Sun Oct 22 09:07:32 CEST 2017 x86_64 GNU/Linux LSB Version: 1.4 Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a https://imgur.com/a/q67u9 Let me know if you know something about coz Im really interested in this bot .... Sorry about the delay in getting back to you. I am just back from holidays. On Arch, the list of currency pairs is sometimes empty in leonArdo’s login screen. This is caused by our Qt being compiled with openssl 1.0 while Arch uses 1.1. There is a way to downgrade openssl but it requires us to twist the package manager's arm a bit in order for it not to uninstall a bunch of other stuff such as coreutils. Warning: This way of getting leonArdo to run might therefore have dire side effects and you should know that you risk ruining your Arch install. If you are the adventurous type you can try the following on Arch: sudo pacman -S openssl-1.0 sudo pacman -Rdd openssl We are looking into a much better solution. Best wishes, Jonathan Thanks guyz!!! You are awesome and have a really nice support, yesterday I bought the bot and Im so happy with him .... To be honest, I started him on windows and dont want reboot huashuashuas.. Anyway, thank for all and plss and KRAKEN support Cheers !!!!
|
|
|
|
hackbyte
Copper Member
Full Member
Offline
Activity: 282
Merit: 111
Doing cryptocurrency stuff since 2010.
|
|
November 02, 2017, 11:50:43 AM |
|
Any news about running leonArdo in Raspberry or other small computer?
It would be so nice to be able run leonArdo 24/7 again. My current laptop must be alot offline and even turned off.
I don't think a Raspberry has the hardware to run it. On an AWS VPS machine with 1g of ram and 1 VCPU, Leonardo basically becomes unresponsive after one full day open/running, and if I'm not mistaken, a PI has lesser hardware specs then the AWS machine. Actually, we've been testing on a Pi and have been pleasantly surprised by the performance. Sure, you have to limit the number of bots and open pairs - but it works! We are working on integrating this into our build process and testing a little more. Best wishes, Jonathan Yeah .. that sounds great ... my banana pi is waiting for new tasks to work on ... *smile*
|
Cryptocurrency Mining, Gambling, Lending, Trading, Staking .. So much to do with them, since 2010! Donations-> 1bytoroRvXLGc1FWTob5h1oH92VMdUSFi Questions? Dunno! To the moon? Mün or bust! Lust auf klönschnack? Schau bei uns rein im Cryptotalk (D-A-CH+EU) unter https://t.me/cryptotalkgerman
|
|
|
CoinPapps
Newbie
Offline
Activity: 2
Merit: 0
|
|
November 02, 2017, 12:45:54 PM |
|
Hi
I have use leonArdo for a week now, and that working well. But I have a problems with the keyboard. Is this only me?
I use Ubuntu 16.04 and tightvncserver. My keyboard is Norway, but this happend altso with the UK settings. All key is mixed opp in leonArdo. Is not only some letters as NO/UK problematic. All the other software in ubuntu work the keyboard fine.
Have anyone some tips for this?
|
|
|
|
DefaultUser
Newbie
Offline
Activity: 2
Merit: 0
|
|
November 02, 2017, 01:57:18 PM |
|
Hye leonardo Can check update changelog
|
|
|
|
Amaralluis
Member
Offline
Activity: 132
Merit: 10
|
|
November 02, 2017, 09:32:23 PM |
|
When do you plan to add RSI (Relative Strength Index) ?
It is coming, no info on when just yet Personally very interested in a RSI based trading bot, much like the strategies you can get working very well on tradingview's Pine Editor I am curious to see how would a bot work using the RSI strategy? Would like to explain to me?
|
|
|
|
CTShaman
Jr. Member
Offline
Activity: 253
Merit: 4
|
|
November 02, 2017, 10:22:31 PM |
|
Hi
I have use leonArdo for a week now, and that working well. But I have a problems with the keyboard. Is this only me?
I use Ubuntu 16.04 and tightvncserver. My keyboard is Norway, but this happend altso with the UK settings. All key is mixed opp in leonArdo. Is not only some letters as NO/UK problematic. All the other software in ubuntu work the keyboard fine.
Have anyone some tips for this?
Had the same problem. First on your remote --purge tightvncserver there is a bug where they have not kept up on keyboard extensions. leonArdo uses QT5. The keyboard bindings are incompatible. Next install the default vnc4server, if you have already setup the passwords you should not have to do anything more than install it as they use the same basic setup. I am also using Remmina for the client. I have it running through an ssh tunnel to the VPS. If you are smart you'll use your public ssh encryption key on your computer and some ridiculously stupid and difficult password on your server and then only allow connection through your SSH tunnel using your private key. I am also running through a secured VPN. Overkill? Not hardly, if you are using a hosting service with thousands of VPS, just look at the number of failed logins. Once you are up and running make sure your private keys are encrypted on leonArdo then DELETE them from the system do not save the passwords to your exchange in the browser. -I feel your pain, I created a login just so I could respond to you. I also hang on slack. https://leonardough.slack.com/I am having a good day, you should too!
|
Bucket List Item #10: Buy and sell a WALL with margin.
|
|
|
harriettt
Newbie
Offline
Activity: 7
Merit: 0
|
|
November 03, 2017, 03:15:45 AM |
|
Actually, we've been testing on a Pi and have been pleasantly surprised by the performance. Sure, you have to limit the number of bots and open pairs - but it works!
We are working on integrating this into our build process and testing a little more.
What's the rough timetable when Raspberry or similar can be used with leonArdo? Thanks
|
|
|
|
Jonc5z
Newbie
Offline
Activity: 7
Merit: 0
|
|
November 03, 2017, 03:54:27 AM |
|
Hi, I just downloaded the tutorial version. How do I set up the login with my API? I have not yet received any emails with instructions.
|
|
|
|
ThomAB
Newbie
Offline
Activity: 17
Merit: 0
|
|
November 03, 2017, 11:40:52 AM |
|
When do you plan to add RSI (Relative Strength Index) ?
It is coming, no info on when just yet Personally very interested in a RSI based trading bot, much like the strategies you can get working very well on tradingview's Pine Editor I am curious to see how would a bot work using the RSI strategy? Would like to explain to me? I have uploaded an example into https://leonardough.slack.com/messages/C553W9L5T/convo/C553W9L5T-1509709130.000208/
|
|
|
|
|