Jump to content
McKay Development

OczkoSX

Member
  • Posts

    20
  • Joined

  • Last visited

OczkoSX's Achievements

  1. I will create separate poll data file for every bot, no problem with that. Thanks for all the responses, gonna ask here If I need further assistance
  2. So what you think? Calling shell script within pm2 start config file (altogether with other node files) and exec many pm2 start bot [id] from the script?
  3. I was thinking about bash script, but I can't get a json array length the simple way. I was thinking about making .js file and spawning child processes?
  4. And how would you run these instances? I need to check length of an array in .json file (bots' credentials) and then launch many bot.js with given id (node bot 0, node bot 1...node bot 90 etc.). I'm using PM2
  5. Hi. I need to run many accounts (it may be even 100accs in the future) so I can't just copy methods and functions for every account. I was thinking about few solutions: 1) running separate instances of bot.js with given botID as a parameter (node bot.js [id]): - pretty easy - bots don't depend on each other, won't crash others 2) make a bot class and make an array: - if one bot crashes, the others too - easier then the first one Which one do you think? I would go with the first one. How can I launch many instances of an app? I would need to check length of .json file and then make a for-loop. Best regards
  6. I just wasn’t sure. I launch many bots in the same dir with the same polling file, gonna rename it
  7. that's what i've heard once and wasn't sure, thanks. And what with these pollings?
  8. What if I stop using OpenID and let users create their accounts on site?
  9. Hi. I’m making a betting site and I’m not sure about certain things. I’ve got a system where I simply deposit skins and convert them to coins (them you can buy skins for them). Is it against steam’s ToS? I think it’s legal because I’ve seen it on many sites and only direct betting is banned (you bet using skins, not coins). The second question is about getting users’ inventories. I’m using steamcommunty api and I cache results (people can refresh inv every 5mins). It is fine now for 10 active users, but what happens when I will have 100 requests every minute from different users (100 users will want to check their inventories)? How can i improve that and avoid getting timed out? I think I made all things clear, ask if you don’t get something. Thanks In advance.
  10. Hello, Ive got some questions regarding steam trade offer manager. The first one - can I use single polling file for multiple bots instances? The second - how many trades can I send and have pending at one time? I don’t know what limit should I set on my page. All answers will be appreciated. Thanks in advance.
×
×
  • Create New...