A Census of Minecraft Servers
blog.bithole.dev
A Census of Minecraft Servers
1–10 of 76 posts
Re: A Census of Minecraft Servers
#2I also needed tune SQLite recently for an event logging server, and "PRAGMA journal_mode=WAL" helped a lot.
Re: A Census of Minecraft Servers
#3Is that just a quirk of how the mod names are reported and folks are really running newer stuff? Are older modded servers still popular? Are the servers themselves mostly old and no longer used?
Re: A Census of Minecraft Servers
#4The most interesting part of this to me was the list of top mods by popularity. But when I looked a lot of them seemed for much older Minecraft versions or for old versions of the mods. For instance "Pam's HarvestCraft" is mentioned but that's been deprecated in favor of a HarvestCraft 2. Is that just a quirk of how the mod names are reported and folks are really running newer stuff? Are older modded servers still po…
> Welcome to the brand new HarvestCraft for 1.14.4 and beyond! Please read carefully as this is NOT a update of Pam's HarvestCraft but a re-boot.
1.14.4 is 3 years old, but many (many!) servers are still running on 1.12 or older versions if doing modded. There simply isn't an incentive for many mod owners to update their mods to the latest version, so the "community updates" as a whole are generally quite slow and people end up stuck on their favourite version.
Edit: Looking at the article, they also only analyze Forge mods. On newer versions, other mod loaders are gaining popularity, whereas Forge is the de-facto mod loader for 1.12.
[0] https://www.curseforge.com/minecraft/mc-mods/pams-harvestcra...
Re: A Census of Minecraft Servers
#5Re: A Census of Minecraft Servers
#6Really good post. It's amazing how fast you can scan all of IPv4. I also needed tune SQLite recently for an event logging server, and "PRAGMA journal_mode=WAL" helped a lot.
[1] https://phiresky.github.io/blog/2020/sqlite-performance-tuni...
Re: A Census of Minecraft Servers
#7One thing the author may have missed here because I didn’t see it mentioned: this also misses any servers not hosted on the default port of 25565. I don’t know how common this really is, but Minecraft has SRV record support, and for those of us running more than one Minecraft server on a single box it’s likely at least one will be on a different port.
Re: A Census of Minecraft Servers
#8Re: A Census of Minecraft Servers
#9Very enjoyable read and even more interesting results. 4 Minecraft servers per 10000 people in Germany is kind of insane to think about.
What was the number 2? The author made it sound like it was the US, but that has 4x less
Re: A Census of Minecraft Servers
#10Really good post. It's amazing how fast you can scan all of IPv4. I also needed tune SQLite recently for an event logging server, and "PRAGMA journal_mode=WAL" helped a lot.
If you're just scanning one port, which the author seems to have done, you can probably do it in some minute or two, unless you wanna play nice and lower the rate of sending packets.
Otherwise if you wanna scan full IPv4 + all ports, it'll take a couple of minutes at least. Masscan with the right hardware seems to be able to do it in five minutes or less.