Jump to content
McKay Development

Mozo

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Mozo

  1. I tested it with a code sample and checked the ip with a php script that I called from node. I will check it again tomorrow, maybe I just made a mistake or something.
  2. Im using node-steamcommunity and node-tradeoffer-manager. I'am setting the IP with the function SteamCommunity(localAddress) {});var SteamCommunity = require('steamcommunity'); var community = new SteamCommunity('x.x.x.x');
  3. Hello, I got a very good running Gambling Site with an inventory System with ~30 Bots. But when the bots got too many requests Steam is sending 403 Errors, I want to purchase a /27 subnet with 32 IP Adresses. My main question is how can I set the bot so that he is only using ip x.x.x.x out of my 32 IP's. I found a localAddress value at the Steamcommunity startup and changed something in the tradeoffer manager to start steam steamcommunity process in it too but at some tests it is still using the main IP instead of my second test ip. Btw, I love your awesome work on your Node librarys Best regards Mozo
×
×
  • Create New...