< 3DS:Seedminer
Revision as of 01:40, 1 November 2022 by StarlitSkies (talk | contribs) (StarlitSkies moved page 3DS:Mii Mining to 3DS:Seedminer/Mii Mining: thank (singular))
Overview
THIS DOESN'T WORK IF SEEDMINER FAILS! DON'T WASTE YOUR TIME!
Mii Mining is an alternative to using Seedminer to obtain the devices encrpytion key(movable.sed). Use cases:
- 3DS can't connect to the internet
- 3DS is banned(this will not unban it)
- 3DS screen is damaged
- 3DS is dead
In order to obtain the encryption key of your device, you will have to brute-force it. This is an advanced process. If you need help with this or aren't experienced with computers, consider asking in the Nintendo Homebrew Discord instead.
You will need a graphics card. The more powerful it is, the faster it will be.
Windows
What you need
- The latest release of Seedminer(do NOT download the Source code to avoid confusion)
- Python 3 installed on your computer
Section I - Obtaining necessary information
- Insert the SD card into your device
- Turn the device on
- Open the Mii Maker app
- Tap the QR Code/Image Options button.
- Tap Save Mii as QR Code.
- Select any Mii Character, and press OK.
- Turn the device off
- Insert the SD card into your computer
- Navigate to the
Nintendo 3DS
folder on your SD card - Copy the name of the 32-letter folder you see directly inside Nintendo 3DS
- This 32-letter name is system-specific and will be different for each console
- If you see multiple 32-letter folders, follow these instructions
- You can ignore the
private
folder if you have it
- Paste your 32-letter folder name into a document you can reference later
- This folder is known as your “ID0”. Take note of this as this guide will refer to it as such later
- Navigate to the
DCIM
folder on your SD card - Look for the QR-Code, it will be in the
.JPG
format- You may have a lot of files in here, if you used the Nintendo 3DS Camera app a lot
- Copy this file to a safe place on your Computer, like the desktop
Section II - Mii Things
- Open the editMii Website on your computer
- Click on "Import from...", then select "QR Code" and upload the Mii QR you copied to a safe place earlier
- Click on "Export to...", then select "encrypted (.bin)", this will download a file named
input.bin
- Extract the latest release of Seedminer
- Enter the
windows
folder - Copy the
input.bin
you downloaded earlier to thewindows
folder - In the File Explorer, replace the contents of the address bar with
cmd
and hit Enter- This should launch a command line window
- Enter the commands and hit enter for each one:
py -3 -m pip install pycryptodomex
py -3 seedminer_launcher3.py id0 <id0>
- Replace
<id0>
with the ID0 you pasted into a document
- Replace
- Now enter the command:
py -3 seedminer_launcher3.py mii <model> <year>
- Replace
<model>
with the model of your device(new
orold
) - Replace
<year>
with the year the 3DS was made, you often find this on the backplate, you can leave this empty if you don't know the correct answer - this will take a while
- Replace
- When it finishes, you will have a file called
movable.sed
in thewindows
folder
Continue with the normal guide