The BOT manager Posted July 24, 2021 Report Posted July 24, 2021 Hi, I run my node BOT with multiple steam accounts in production and only four of the list complete the connection. In local production everything run fine, all the list start the session when I type npm start. I already updated the version of npm, delete the folder and create a new one but nothing change. This is the way that I run my multiple accounts in the same script: The config is an object identified by a key which is the name of the bot and on that way I get the user and password of the steam account let bot_abc = new steamClass(config.trade_bot_abc); // Config the steam bot let bot_123 = new steamClass(config.trade_bot_123); // Config the steam bot let bot_3123 = new steamClass(config.trade_bot_3123); // Config the steam bot let bot_4545 = new steamClass(config.trade_bot_4545); // Config the steam bot let bot_12315 = new steamClass(config.trade_bot_12315); // Config the steam bot let bot_fasd = new steamClass(config.trade_bot_fasd); // Config the steam bot let bot_sd23 = new steamClass(config.trade_bot_sd23); // Config the steam bot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.