Minecraft@Home: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Undo revision 1343 by Admin (talk)
Tags: Undo Reverted
No edit summary
Tags: Manual revert Visual edit
Line 1: Line 1:
{{Infobox software
[[File:{{#setmainimage:Minecraft.png}}|alt=example image|center|frameless]]
| name                = Minecraft@Home
| logo                = Minecraft.png
| logo caption        = Minecraft@Home project logo


| status              = Active
| category            = Game Research / Seed Cracking
| compute              = CPU & GPU
| dependencies        =
| developer            = Minecraft@Home community
| author              = Tomlacko, andrew_555 (Kminster), and others
| sponsor              = Community-run (no institutional sponsor)
| released            = June 2020
| repository          = [https://github.com/minecrafthome github.com/minecrafthome]
| programming language = C++, Python, CUDA (OpenCL), PHP
| operating system    = Windows, Linux, macOS, Android
| stats as of          = 21 May 2026
| active users        = 653
| total users          = 6634
| active hosts        = 1647
| total hosts          = 13558
| rac                  =
| average performance  = 9,857.77 TeraFLOPS (recent)
| website              = {{URL|https://minecraftathome.com/minecrafthome/}}
| license              = Open source (GitHub)
}}[[File:{{#setmainimage:Minecraft.png}}|alt=example image|center|frameless]]
[https://minecraftathome.com/minecrafthome/ '''''Minecraft@Home'''''] is a '''''[[wikipedia:Volunteer computing|volunteer computing]]''''' project on the BOINC platform that needs your help to research projects related to Minecraft.
[https://minecraftathome.com/minecrafthome/ '''''Minecraft@Home'''''] is a '''''[[wikipedia:Volunteer computing|volunteer computing]]''''' project on the BOINC platform that needs your help to research projects related to Minecraft.
== Background ==
[[wikipedia:Minecraft|Minecraft]] is a sandbox video game developed by [[wikipedia:Mojang Studios|Mojang Studios]] (now a subsidiary of Microsoft) and first released in 2011. It is the best-selling video game of all time.<ref>{{cite web|url=https://forum.boinc-australia.net/index.php?board=214.0|title=Minecraft@Home|publisher=BOINC Australia|accessdate=2026-05-21}}</ref> Every Minecraft world is generated from a 64-bit integer called a ''seed'', which is fed through a pseudo-random number generator and a chain of biome and terrain rules to produce the landscape. Because the same seed always produces the same world, it is theoretically possible to identify the seed behind any Minecraft screenshot or image — but with 2<sup>64</sup> possible values to check, doing so by hand is impossible for a single person or machine.
[[wikipedia:Distributed computing|Distributed computing]] makes this feasible: the search space is divided into work units, each tested by a volunteer's computer against landmarks extracted from the target image (mountain shapes, biome boundaries, structure positions), until one seed matches. This brute-force approach, <ref>{{cite web|url=https://vcomp.org/en/projects/minecraft-at-home|title=Minecraft@Home — Volunteer Computing for Everyone|accessdate=2026-05-21}}</ref> compressed across thousands of volunteers, can turn months of single-machine work into hours.


== Why Minecraft@Home? ==
== Why Minecraft@Home? ==
Minecraft@Home enables the study of the fundamental laws of Minecraft to answer unanswered questions regarding the features and true limits of the game.
Minecraft@Home enables the study of the fundamental laws of Minecraft to answer unanswered questions regarding the features and true limits of the game.
Minecraft@Home is notable as one of the only volunteer computing projects to emerge organically from a video-game community rather than from a research institution.<ref>{{cite web|url=https://vcomp.org/en/projects/minecraft-at-home|title=Minecraft@Home — Volunteer Computing for Everyone|accessdate=2026-05-21}}</ref> Because the questions it pursues are of deep cultural interest to millions of Minecraft players — what is the world behind the game's iconic title screen? where does a legendary screenshot come from? — it has attracted media coverage and public participation well beyond the typical academic BOINC project.


== Goal ==
== Goal ==
 
Discover many of Minecraft's most famous seeds.
Discover many of Minecraft's most famous seeds, and investigate the fundamental limits of Minecraft's world generation engine.


== Methods ==
== Methods ==
 
[[File:Tinkers_Construct_smeltery.png|alt=An example of Minecraft's procedurally generated terrain|right|frameless]]
Minecraft worlds are generated from a 64-bit seed. Two terrains that appear identical to a player can originate from billions of distinct seeds. Recovering the exact seed behind a screenshot or a panorama is therefore a brute-force search problem with a 2<sup>64</sup>-sized haystack — well suited for distributed computing.<ref>{{cite web|url=https://vcomp.org/en/projects/minecraft-at-home|title=Minecraft@Home — Volunteer Computing for Everyone|accessdate=2026-05-21}}</ref>
* always including "why BOINC"?
 
* impactful final statement
=== Why BOINC? ===
 
[[wikipedia:Berkeley Open Infrastructure for Network Computing|BOINC]] (Berkeley Open Infrastructure for Network Computing) is a free, open-source middleware platform for volunteer computing developed at [[wikipedia:University of California, Berkeley|UC Berkeley]]. It allows any project to distribute computational tasks to thousands of volunteers' idle computers around the world, collecting results and awarding credit.<ref>{{cite journal|author=Anderson, David P.|title=BOINC: A Platform for Volunteer Computing|url=https://arxiv.org/pdf/1903.01699|year=2019}}</ref>
 
For Minecraft@Home, BOINC provides the infrastructure to divide seed-search tasks into work units, distribute them to volunteers' CPUs and GPUs, validate results, and reassemble them — compressing what would take a single computer months or years into hours. The panorama seed project, for example, represented approximately 93 days of single-machine processing time compressed into just 24 hours through BOINC volunteers, totalling 54.5 exaFLOPs of combined compute.<ref>{{cite web|url=https://www.minecraftforum.net/forums/minecraft-java-edition/seeds/3029589-minecraft-home-have-found-the-seed-of-minecrafts|title=Minecraft@Home have found the seed of Minecraft's title-screen background panorama|publisher=Minecraft Forum|date=2020-07-18|accessdate=2026-05-21}}</ref>
 
Many of the Minecraft@Home applications run on GPUs using CUDA or OpenCL, since seed-checking kernels parallelize extremely well on graphics hardware. CPU-based tasks are also distributed for certain project types.
 
== History ==
[[File:SEED of Minecraft's title-screen background PANORAMA.jpg|thumb|Minecraft@Home has found the SEED of Minecraft's title-screen background PANORAMA!]]
Minecraft@Home grew out of informal Minecraft research communities on Discord in mid-2020. The panorama project began on 14 June 2020, when researcher Tomlacko studied clues in the title screen image — cloud positions, terrain axis, Z coordinate — and shared findings on SalC1's Discord server, where a parallel pack.png project was already underway. A dedicated Minecraft@Home Discord channel and BOINC project were established, and the BOINC server officially launched on 24 June 2020.<ref>{{cite web|url=https://boinc.berkeley.edu/forum_thread.php?id=13807|title=Thread: Minecraft@Home launched|publisher=BOINC|date=2020-06-24|accessdate=2026-05-21}}</ref>
 
The project is community-run with no affiliation to Microsoft or Mojang Studios.<ref>{{cite web|url=https://forum.boinc-australia.net/index.php?board=214.0|title=Minecraft@Home|publisher=BOINC Australia|accessdate=2026-05-21}}</ref> Its source code is hosted publicly on GitHub under the [https://github.com/minecrafthome minecrafthome] organisation.


== Results ==
== Results ==
 
* [https://minecraftathome.com/projects/smash-backgrounds.html ''''''Smash' Backgrounds'''''] Steve has been added to Super Smash, now it's time to uncover the origins of the six different background images.
* [https://minecraftathome.com/projects/beta-panorama.html '''''Main Menu Panorama'''''] — This panorama graced Minecraft's main menu screen for over seven years, from Beta 1.8 (2011) through release 1.12.2. The seed search began 14 June 2020, and in less than 24 hours after BOINC tasks were launched, the seed was found on 18 July 2020 at approximately 5:45 AM UTC.<ref>{{cite web|url=https://minecraftathome.com/projects/beta-panorama.html|title=Beta Panorama|publisher=Minecraft@Home|date=2020-07-18|accessdate=2026-05-21}}</ref> Key contributors included Tomlacko (project founder and coordinate researcher), Earthcomputer, Cortex, Neil (biome/terrain code), DutChen18, MC PseudoGravity, and Philipp_DE.
* [https://minecraftathome.com/projects/official-trailer.html '''''Minecraft Trailer'''''] One of the most iconic Minecraft video ever.  Now we want to remake it scene-by-scene.
** '''Seed:''' <code>2151901553968352745</code> (or <code>8091867987493326313</code>; both produce the same world in Java Beta 1.7.3)
* [https://minecraftathome.com/projects/tallcactus.html '''''Tallest Cactus'''''] What's the tallest cactus that can naturally occur in Minecraft? The tallest one we've found so far is over 20 blocks.
** '''Coordinates:''' X=61.48, Y=75, Z=−68.73
* [https://minecraftathome.com/projects/herobrine.html '''''The 'Herobrine' World'''''] What lies beyond the fog? Now, over a decade since the original Herobrine screenshot was posted, the world seed has been uncovered.
 
* [https://minecraftathome.com/projects/beta-panorama.html '''''Main Menu Panorama'''''] This panorama graced the menu screen for over seven years.  The discovery of this world seed was Minecraft@Home's first major project.
=== Pack.PNG ===
* [https://minecraftathome.com/projects/packpng.html '''''Pack.PNG'''''] Pack.PNG is perhaps the most-viewed Minecraft image ever.  Now, thanks to thousands of BOINC volunteers, this iconic hill can be visited once again.
 
* [https://minecraftathome.com/projects/skull-painting.html '''''Skull-on-Fire'''''] Have you ever noticed the terrain in the background of Minecraft's in-game skull painting? The world seed for this mountain has been found.
* [https://minecraftathome.com/projects/packpng.html '''''Pack.PNG'''''] — Pack.PNG is perhaps the most-viewed Minecraft image ever: a 128×128 pixel icon shipped with the game that served as the default server list thumbnail for years.<ref>{{cite web|url=https://minecraftathome.com/projects/packpng.html|title=Pack.PNG|publisher=Minecraft@Home|accessdate=2026-05-21}}</ref> After eight months of work by two teams using BOINC to narrow an initial pool of 281 trillion seeds down to 700,000 candidates, the final seed was found on 5 September 2020 at 4:04 AM UTC — in the last 5% of candidates searched.<ref>{{cite web|url=https://docs.google.com/document/d/1PpZqHWXPLjOsXf_T7uyH4rWuxUMxzBlxvv5gm19P_Z8/mobilebasic|title=Pack.png seed reversal methodology|accessdate=2026-05-21}}</ref>
* [https://minecraftathome.com/projects/1-13-1-16-panoramas.html '''''1.13-1.16 Backgrounds'''''] Following up on previous work, we've recently discovered the seeds for all four remaining menu backgrounds, up through release 1.16.
** '''Seed:''' <code>3257840388504953787</code> (Java Alpha 1.2.2)
== Project team / Sponsors ==
** '''Coordinates:''' X=116, Z=−31
'''''https://github.com/minecrafthome'''''
 
=== The 'Herobrine' World ===
 
* [https://minecraftathome.com/projects/herobrine.html '''''The 'Herobrine' World'''''] The Herobrine legend originated in a 2010 4chan post and was spread by a streamer named Copeland who shared screenshots supposedly proving the existence of a mysterious white-eyed figure.<ref>{{cite web|url=https://www.pcgamer.com/minecrafts-infamous-herobrine-world-seed-has-been-found/|title=Minecraft's infamous 'Herobrine' world seed has been found|publisher=PC Gamer|date=2021-01-22|accessdate=2026-05-21}}</ref> The Minecraft@Home project to find the seed of the original screenshot was started by andrew_555 (Kminster), who reportedly spent 50 hours writing the detection code.<ref>{{cite web|url=https://en.everybodywiki.com/Minecraft@Home|title=Minecraft@Home|publisher=EverybodyWiki|accessdate=2026-05-21}}</ref> The search began 5 September 2020 and the seed was found on 16 January 2021 at approximately 12:21 AM UTC.<ref>{{cite web|url=https://minecraftathome.com/projects/herobrine.html|title=Herobrine|publisher=Minecraft@Home|accessdate=2026-05-21}}</ref>
** '''Seed:''' <code>478868574082066804</code> (Java Alpha 1.0.16_02)
** '''Coordinates:''' X=5.06, Y=71, Z=−298.54
** Other major contributors: Neil, BoySanic, polymetric, DutChen18, MC (PseudoGravity)
 
=== Skull-on-Fire Painting ===
 
* [https://minecraftathome.com/projects/skull-painting.html '''''Skull-on-Fire'''''] — The terrain in the background of Minecraft's in-game skull painting. The world seed for this mountain has been found.
 
=== 1.13–1.16 Menu Backgrounds ===
 
* [https://minecraftathome.com/projects/1-13-1-16-panoramas.html '''''1.13–1.16 Backgrounds'''''] Following up on the original panorama project, all four remaining menu backgrounds from releases 1.13 through 1.16 were discovered.
 
=== Tallest Cactus ===
 
* [https://minecraftathome.com/projects/tallcactus.html '''''Tallest Cactus'''''] — An ongoing investigation into the tallest cactus that can naturally generate in Minecraft. The project has found specimens exceeding 22 blocks in height. The search uses CUDA kernels to sweep the full seed space.
 
=== 'Smash' Backgrounds ===
 
* [https://minecraftathome.com/projects/smash-backgrounds.html '''''Smash' Backgrounds'''''] — Steve was added to Super Smash Bros. Ultimate; Minecraft@Home is working to uncover the origins of the six different background images used in the game.
 
=== Minecraft Trailer ===
 
* [https://minecraftathome.com/projects/official-trailer.html '''''Minecraft Trailer'''''] — One of the most iconic Minecraft videos ever. Minecraft@Home is working to recreate it scene-by-scene by recovering the seeds of each location.
 
[[File:Tinkers_Construct_smeltery.png|alt=An example of Minecraft's procedurally generated terrain|right|frameless]]
 
== Current Work ==
 
As of 21 May 2026, the active application on the server is '''1.21 Find large veins of diamond ore''', with 778,152 tasks unsent and 5,497 in progress, served to 216 unique users in the preceding 24 hours.<ref>{{cite web|url=https://minecraftathome.com/minecrafthome/server_status.php|title=Project status|publisher=Minecraft@Home|date=2026-05-21|accessdate=2026-05-21}}</ref> The project is currently accumulating a recent compute rate of approximately 9,857 TeraFLOPS.
 
== Server Status (as of 21 May 2026) ==
 
{| class="wikitable"
! Statistic !! Value
|-
| Tasks ready to send || 2,081,294
|-
| Tasks in progress || 5,497
|-
| Users with credit || 6,634
|-
| Users with recent credit || 653
|-
| Computers with credit || 13,558
|-
| Computers with recent credit || 1,647
|-
| Recent TeraFLOPS || 9,857.77
|-
| Total TeraFLOPS contributed || 241,748.6
|}
 
<small>Source: [https://minecraftathome.com/minecrafthome/server_status.php Minecraft@Home server status], 21 May 2026</small>
 
== Project Team / Sponsors ==
 
Minecraft@Home is a fully community-run project with no institutional sponsor and no affiliation with Microsoft or Mojang. It was born from a network of Minecraft researchers active on Discord and Reddit. Key contributors to various projects have included Tomlacko, andrew_555 (Kminster), Earthcomputer, Cortex, Neil, DutChen18, MC PseudoGravity, BoySanic, polymetric, and Philipp_DE, among many others credited on each project's results page.
 
The project's code, including the BOINC server infrastructure (built with Docker) and all seedfinding applications, is open source and hosted at:
 
'''''[https://github.com/minecrafthome github.com/minecrafthome]'''''
 
== Media Coverage ==
 
Minecraft@Home's discoveries have been covered by major gaming outlets. The panorama seed find was reported by PC Gamer, Eurogamer, and PCGamesN in July 2020.<ref>{{cite web|url=https://www.ginx.tv/en/minecraft/the-seed-of-minecraft-s-title-screen-background-world-has-finally-been-discovered|title=The seed of Minecraft's title screen world has finally been discovered|publisher=GINX TV|date=2020-07-19|accessdate=2026-05-21}}</ref> The Herobrine seed discovery was covered by PC Gamer, NME, and Eurogamer in January 2021.<ref>{{cite web|url=https://www.nme.com/news/gaming-news/legendary-herobrine-seed-finally-found-in-minecraft-2864327|title=Legendary Herobrine seed finally found in 'Minecraft'|publisher=NME|date=2021-01-26|accessdate=2026-05-21}}</ref> YouTuber SalC1 documented the panorama project, and AntVenom covered the Herobrine seed reveal.
 
== See Also ==
 
* [[wikipedia:BOINC|BOINC]]
* [[wikipedia:Volunteer computing|Volunteer computing]]
* [[wikipedia:Minecraft|Minecraft]]
* [[wikipedia:SETI@home|SETI@home]]
 
== References ==
 
{{Reflist}}
 
== External Links ==
 
* [https://minecraftathome.com/minecrafthome/ Official BOINC project page]
* [https://minecraftathome.com/projects/list.html Project results list]
* [https://github.com/minecrafthome GitHub organisation]
* [https://discord.gg/FVM4SPp Discord server]
* [https://www.reddit.com/r/MinecraftAtHome/ Reddit community]
* [https://minecraftathome.com/minecrafthome/server_status.php Live server status]
 
[[Category:BOINC projects]]
[[Category:Distributed computing projects]]
[[Category:Minecraft]]
[[Category:Volunteer computing]]

Revision as of 14:12, 24 May 2026

[[File:{{#setmainimage:Minecraft.png}}|alt=example image|center|frameless]]

Minecraft@Home is a volunteer computing project on the BOINC platform that needs your help to research projects related to Minecraft.

Why Minecraft@Home?

Minecraft@Home enables the study of the fundamental laws of Minecraft to answer unanswered questions regarding the features and true limits of the game.

Goal

Discover many of Minecraft's most famous seeds.

Methods

An example of Minecraft's procedurally generated terrain
  • always including "why BOINC"?
  • impactful final statement

Results

  • 'Smash' Backgrounds Steve has been added to Super Smash, now it's time to uncover the origins of the six different background images.
  • Minecraft Trailer One of the most iconic Minecraft video ever.  Now we want to remake it scene-by-scene.
  • Tallest Cactus What's the tallest cactus that can naturally occur in Minecraft? The tallest one we've found so far is over 20 blocks.
  • The 'Herobrine' World What lies beyond the fog? Now, over a decade since the original Herobrine screenshot was posted, the world seed has been uncovered.
  • Main Menu Panorama This panorama graced the menu screen for over seven years.  The discovery of this world seed was Minecraft@Home's first major project.
  • Pack.PNG Pack.PNG is perhaps the most-viewed Minecraft image ever.  Now, thanks to thousands of BOINC volunteers, this iconic hill can be visited once again.
  • Skull-on-Fire Have you ever noticed the terrain in the background of Minecraft's in-game skull painting? The world seed for this mountain has been found.
  • 1.13-1.16 Backgrounds Following up on previous work, we've recently discovered the seeds for all four remaining menu backgrounds, up through release 1.16.

Project team / Sponsors

https://github.com/minecrafthome