Allright, Hypothetically; let's say I have 500 users,
They are all using a separate unique IP, however, their IP's belong to 10 different AS-numbers.
I want to use them to upvote my own posts, making sure every IP only upvotes another account once, until all 500 have upvoted said account. To prevent the AS number as being suspicious, I want to rotate this, by upvoting only once per AS number/group, iterating through all 10 before the second IP/user from the first AS number gets used.
I also want this scheme to be multi-active, probably need to go with some concurrent language correct? Or use a database and have multiple single programs doing this, keeping score in the database?
Any good programmers out here who could help me in the right direction as to how to solve such problems?
Thanks
They are all using a separate unique IP, however, their IP's belong to 10 different AS-numbers.
I want to use them to upvote my own posts, making sure every IP only upvotes another account once, until all 500 have upvoted said account. To prevent the AS number as being suspicious, I want to rotate this, by upvoting only once per AS number/group, iterating through all 10 before the second IP/user from the first AS number gets used.
I also want this scheme to be multi-active, probably need to go with some concurrent language correct? Or use a database and have multiple single programs doing this, keeping score in the database?
Any good programmers out here who could help me in the right direction as to how to solve such problems?
Thanks