question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How people are running their bots over a long period of time? (VPS/DEDICATED SERVER)

See original GitHub issue
  • OS: MacOS Monterey 12.1
  • Programming Language version: Python 3.9
  • CCXT version: Most up to date
I'm just curious on how people are deploying their bots.
I've been trying to connect my bot in an AWS lambda function but ccxt is too large for it to work. 

Has anyone found a solution to this or another way without running on my personal computer 24/7

Any advice is greatly appreciated. Thanks.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
samgermaincommented, Mar 1, 2022

I made some pdf instructions for how to get freqtrade (which is built on CCXT) running on an AWS t2.micro. Using clang as a compiler helped. You can try looking at the setup.sh script used in there if it helps.


I never had any problems with CCXT, but TA-LIB didn’t always work when I was using gcc as my compiler

1reaction
samgermaincommented, Mar 1, 2022

I use a raspberry pi4. Low power consumption. Pi is perfect for 24/7

That’s another option, there’s a udemy course on how to set up freqtrade on a raspberry pi as well, I’ve never taken it and it might be a waste of money, but it’s there

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dedicated server vs VPS - Runescape OSRS Botting
You just claim that a dedicated server is "better" in ONE circumstance. There is no need to spend $50+/m -- $200+/mon (for 20-50...
Read more >
VPS optimization overview - DreamHost Knowledge Base
This article describes the steps to pinpoint and mitigate the source of any memory issues on a DreamHost VPS.
Read more >
Discord Bot Hosting in 2022: Updated Guide - WriteBots
This is the complete guide to Discord bot hosting and getting a bot up and running 24/7, 365 days a year. Follow along...
Read more >
How Does A VPS Work? - Welp Magazine
However, VPSs are more expensive than shared, dedicated, or cloud hosting because they require more servers to run at peak performance levels.
Read more >
How to Secure а VPS Server? - Actionable Tips - Scala Hosting
The secure VPS acts as a standalone dedicated server. ... on resource usage, uptime, and load averages over a set period of time....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found