Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
damikon8427yThe normal reaction should be:
"but why ?"
My reaction:
Mojang server not ban you for generating that amount of requests? Or they have special db to checking names and they dont care if its alive :) -
Cyanite85577y@damikon8
You can send a url request to mojang and they reply with a html page with either the word true or false on if if the account exists or not. I assume They're just checking that page. -
damikon8427y@Cyanite but mojang have to proceed request to they db to check if it is available or not. So they got 72k request not only to they site and to they db also (in big generalization cuz i dont know what happening under presentation layer)
-
-
damikon8427y@AlgoRythm per Ip ? If you are bored you can try parallelization ;)
Anyway nice job ;) -
@damikon8 They didn't mention how they tracked the requests but I assume per IP. I honestly don't need it to go faster because I need to manually sort all of the usernames that come back as "Available"... About 4,000 so far.
Interesting statistic from the data gathered so far: about 30% of the English language is available as a Minecraft username; 70% of the English language is already in use as a Minecraft username.
And thank you :)
[Edit: typos. New phone :/] -
Sarkkhan257yYou could create a website providing available minecraft usernames and check every week or so, whether they are still available, based on the last known available usernames. 😀
-
lotd79227yHm, interesting approach.
Last i did *something* along those lines for educational purposes, of course.
I used crunch to generate a bunch of wordlists and thc hydra through some proxy chains.. :) -
cr782817yHey, interesting stuff. Would you like to talk a little more about that project? Do you have skype/instagram/snapchat for messaging?
-
Related Rants
Interesting thing I did yesterday:
This is a program which loops over every word in the wamerican word database and checks if the username is available on the Mojang servers, thus, this is a Minecraft OG username finder, and it works beautifully.
I'm checking 72,000 words, the only thing is I can only check one per second, so the entire process takes about 20 hours. Any usernames which are available are sent into a text file for later viewing, and it remembers which word it looked at last if you can't have your computer on for 20 hours straight.
Very happy! Found quite a few good names so far!
undefined
python
minecraft
console