Ez a metódus egy ésszerűen erős GPU-t igényel (bármilyen dedikált grafikus kártya, amit az elmúlt években készítettek) és a parancssor használatának képességét. Ha nem tudod, mik ezek, vagy nem rendelkezel a szükséges hardverrel, kérj meg valakit a [Nintendo Homebrew Discord szerverén](https://discord.gg/MWxPgEp), hogy csinálja ezt meg neked. A következő információkkal kell már rendelkezz:
+ Your Mii QR code, uploaded directly to Discord (do not take a screenshot or a photo of the image, just send the HNI_XXXX.JPG image itself)
+ Your console's ID0 (the name of the 32-character folder directly inside of Nintendo 3DS - see [this troubleshooting section](https://3ds.hacks.guide/troubleshooting#seedminer) if you have multiple)
+ Your console model (e.g. 3DS, 3DS XL, 2DS, New3DS, New3DS XL, New2DS XL)
+ Your console's approximate year of manufacturing (it may be present behind the frontplate or backplate; if you don't know, just guess - it's not super important)
A boot9strap telepítéséhez a konzolodra, megfejtjük az eszköz egyedi titkosító kulcsát. Ennek eléréséhez egy Seedminer nevű eszközt fogunk használni, hogy kiszámítsuk a konzolod adat titkosítási kulcsát (movable.sed).
Mivel nincs hzzáférésünk a Friends List-hez, ezért a `movable.sed` első felét a egy Mii QR code használatával határozzuk meg a kétirányű barát adatcsere helyett.
+ Az [Seedminer](https://github.com/zoogie/seedminer/releases/latest) legújabb kiadása (a Seedminer.zip)
+ Bármelyik telepített 3.x verziója a [Python](https://www.python.org/downloads/)-nak
+ Ha Linux-ot használsz valószínűleg már van Python 3-ad. Ellenőrizd egy terminál megnyitásával, majd a `python3 -V` parancs megadásával. Ha ez egy verziószámot ad vissza, működni fog ezzel az útmutatóval.
1. Csomagold ki a Seedminer `.zip` tartalmát és mozgassd ebből az operációs rendszereddel egyező nevű mappát bárhova a PC-dre
+ Legyen ez a hely kéznél, mert ebbe a Seedminer mappába további fájlok kerülnek
1. A Seedminer mappában tartsd lenyomva a SHIFT gombot, majd jobb gombbal kattints bárhova a mappában, ahol üres hely van, és válaszd azt az opciót, ami megnyitja a Terminal-t, PowerShell-t vagy a parancssort (Command Prompt-ot)
1. A parancssori ablakba írd be a `py -3 -m pip install pycryptodomex` parancsot, majd nyomj ENTER-t és engedélyezd (allow) a telepítését
+ Ha ez a parancs hibára fut a `No module named pip` hibaüzenettel, akkor kézzel kell telepítened a pip-et. Ennek a módja megtalálható [ezen az oldalon](https://pip.pypa.io/en/stable/installation/).
1. + Kapcsold be a konzolod, miközben az SD kártya be van helyezve
+ Ne próbáld meg kézzel beadni az ID0 kódot, mert könnyű hibázni. Legyél biztos abban, hogy az ID0 helyes, azzal, hogy másolod és beilleszted onnan, ahova az előző részben elmentetted
1. Ha végzett írd be a `py -3 seedminer_launcher3.py mii <model> <year>` parancsot
+ Replace `<model>` with the model of your console (`new` or `old`) - if you aren't sure, only models with the ZL/ZR buttons and C-Stick are "new"
+ Replace `<year>` with the year the 3DS was made (you often find this behind the backplate) - leave this empty if you aren't sure, in which case it will start from the middle
+ The first stage will likely max out at roughly offset 1500, depending on console model
+ If the second stage (after seeing `movable_part2.sed generation success`) gets past offset 100, verify that you input the correct ID0. If your ID0 is correct, you cannot use this method and will have to update to the latest version and see if a non-Seedminer method is available for you [here](alternate-exploits)
+ If you see the message `input.bin is invalid size`, remake the `input.bin` using your QR Code. If it *still* fails, open a different browser and remake the `input.bin` there
+ If you see the message `LFCS has been left blank`, use the opposite console model (e.g. `mii old` instead of `mii new`)