engageub / InternetIncome

Earn income with internet (Multi-Proxy, Multi-IP, Multi-VPN Support)
101 stars 41 forks source link

Multiple accounts, multiple proxies, how to run them #170

Closed piqihaha closed 2 hours ago

piqihaha commented 2 hours ago

If I have 3 accounts to run, should I copy the folder InternetIncome into 3 copies, InternetIncome1, InternetIncome2, and InternetIncome3? like this Then modify the proxy InternetIncome1/proxies.txt InternetIncome2/proxies.txt InternetIncome3/proxies.txt Modify grass ID InternetIncome1/properties.conf InternetIncome2/properties.conf InternetIncome3/properties.conf last run InternetIncome1/internetIncome.sh --start InternetIncome2/internetIncome.sh --start InternetIncome3/internetIncome.sh --start I feel like I did something wrong?

engageub commented 2 hours ago

Hello, I don't see any issue with the configuration. Just make sure you have enough resources. Enable proxy mode in all the properties file. Also, do not try to create accounts for yourself. You can run multiple nodes on same account. But multiple accounts are not usually allowed.

Thank you

engageub commented 2 hours ago

Always go inside the folder where internetIncome.sh file is present and start it. If you are running from outside, the files may be overlapped in the current folder from where you are running.

Thank you

piqihaha commented 2 hours ago

thank you very much If I had 500 accounts, it would be a hell of a job

engageub commented 2 hours ago

There are limits for the number of devices per account in the ReadMe file. You may have a look at each application and set the number of proxies accordingly.

piqihaha commented 2 hours ago

If I just run grass Can I run the command like this?

docker run --name tun-1 --restart=always -v /root/InternetIncome/resolv.conf:/etc/resolv.conf:ro -e EXTRA_COMMANDS='ip rule add iif lo ipproto udp dport 53 lookup main;' -e PROXY="socks5://user:pass@1.1.1.1:6136" -v /dev/net/tun:/dev/net/tun --cap-add=NET_ADMIN -d xjasonlyu/tun2socks:v2.5.2 docker run -d --name grass-1 --platform=linux/amd64 --restart=always --network=container:tun-1 -v /root/InternetIncome/resolv.conf:/etc/resolv.conf:ro -e GRASS_USERNAME="111111@gmail.com" -e GRASS_PASSWORD="111111" trangoul/grass-desktop:latest

docker run --name tun-2 --restart=always -v /root/InternetIncome/resolv.conf:/etc/resolv.conf:ro -e EXTRA_COMMANDS='ip rule add iif lo ipproto udp dport 53 lookup main;' -e PROXY="socks5://user:pass@2.2.2.2:6136" -v /dev/net/tun:/dev/net/tun --cap-add=NET_ADMIN -d xjasonlyu/tun2socks:v2.5.2 docker run -d --name grass-2 --platform=linux/amd64 --restart=always --network=container:tun-2 -v /root/InternetIncome/resolv.conf:/etc/resolv.conf:ro -e GRASS_USERNAME="111111@gmail.com" -e GRASS_PASSWORD="111111" trangoul/grass-desktop:latest

engageub commented 2 hours ago

The code is open source and you can modify it as you wish on your PC and run it. Grass containers consume more CPU at the beginning, so give a delay before starting next container.

piqihaha commented 2 hours ago

Thank you very much brother

engageub commented 2 hours ago

Welcome.