Jump to content
McKay Development

Sync

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Sync

  1. 8 hours ago, Dr. McKay said:

    Yes, you won't really be able to run more than 10-15 bots on a single IP. You'll need to use proxies or multiple IPs on your machines. You can have steam-tradeoffer-manager use a proxy by setting a request instance with a proxy set using request.defaults to the TradeOfferManager constructor.


    Sorry, does this definitely work for the TradeOfferManager constructor? I specifically tried to set a non-existent proxy. Strange, But the requests did not break, and they work as if nothing had happened, what could be the reason?

    Interestingly, this method of attaching a proxy works great in SteamCommunity constructor
     

    const Request = require('request')
    
    const mng = new TradeOfferManager({
    		'request': Request.defaults({'proxy': 'http://1.2.3.4'}),
    		'domain': 'example.com',
    		'language': 'en',
    		'pollInterval': 5000
    	})

     

  2. Hello, it is planned to have a large number of bots in the future. Can I have problems with Steam related to ip?

    I already connected the proxy to node-steamcommunity, Is it possible to connect the Proxy to node-tradeoffer-manager? Or is there no particular need for this?

×
×
  • Create New...