Mozo Posted April 26, 2016 Report Posted April 26, 2016 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 regardsMozo Quote
Dr. McKay Posted April 26, 2016 Report Posted April 26, 2016 Which modules are you using? Can you show the code you used to set the IP in steamcommunity? Quote
Mozo Posted April 26, 2016 Author Report Posted April 26, 2016 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'); Quote
Dr. McKay Posted April 27, 2016 Report Posted April 27, 2016 That should work fine. How do you know that it's using the wrong IP? Quote
Mozo Posted April 27, 2016 Author Report Posted April 27, 2016 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. 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.