StarlitSkies (talk | contribs) m (StarlitSkies moved page 3DS:Mii Mining to 3DS:Seedminer/Mii Mining: thank (singular)) |
StarlitSkies (talk | contribs) (cut out redundant info, make it OS-agnostic (i think? definitely works on Windows and Linux), and fix/match style) |
||
Line 1: | Line 1: | ||
{{hatnote|This article is not for instructions on how to use BruteforceMovable or Manual Mining.<br>For help with BruteforceMovable, see [[3dsguide:seedminer|our custom firmware installation's page.]]<br>For help with Manual Mining, see [[../Manual_Mining|the Manual Mining page.]]}} | |||
< | '''Mii Mining''' is the name for one of two processes that allows you to find a console's <code>movable.sed</code> without the help of an outside resource. This method should only be used if both BFM and Manual Mining are confirmed unable to work, as it is significantly more time-consuming. | ||
==Requirements== | |||
*A computer with a dedicated GPU (graphics card) that is running Windows, macOS, or Linux. | |||
* | **Integrated graphics are too underpowered for this method, and may take upwards of a day. Both this guide and our Discord server cannot help with any issues caused by using them. | ||
* | |||
===What you need=== | ===What you need=== | ||
*The latest release of [https://github.com/zoogie/seedminer/releases/latest Seedminer] (the Seedminer .zip) | |||
*Any 3.x version of [https://www.python.org/downloads/ python]. | |||
===Section I - Prep Work=== | |||
In this section, you will obtain the console files needed to mine and set up Seedminer. | |||
#Extract the contents of the Seedminer <code>.zip</code> and move the folder inside it that matches your OS anywhere on your PC - this Seedminer folder will be where multiple other files are placed | |||
===Section I - | #While holding SHIFT, right-click anywhere in the empty space of the Seedminer folder, then click the option that opens a terminal, PowerShell, or Command Prompt | ||
#In the opened window, type <code>py -3 -mpip install pycryptodomex</code> - once it's done installing, keep the window open as you will need it later | |||
# | #Turn your device on while the SD card is inside it | ||
#Turn | |||
#Open the Mii Maker app | #Open the Mii Maker app | ||
#Tap the '''QR Code/Image Options''' button. | #Tap the '''QR Code/Image Options''' button. | ||
#Tap '''Save Mii as QR Code'''. | #Tap '''Save Mii as QR Code'''. | ||
#Select any Mii Character, and press '''OK'''. | #Select any Mii Character (make a new one first if you have none), and press '''OK'''. | ||
#Turn the device off | #Turn the device off | ||
# | #Put the target console's SD card into your computer, navigate to the <code>Nintendo 3DS</code> folder on the SD, and copy the name of the 32-character-long folder directly inside | ||
#*This folder, known as the ID0, is system-specific. Only one should be present - if you see multiple, follow [[3dsguide:troubleshooting#multiple-long-names-in-nintendo-3ds-folder|these instructions.]] | |||
#*Once you have the ID0, paste it into a document to reference later | |||
#*This | #Navigate to the <code>DCIM</code> folder on the SD | ||
#Look for the QR Code, which will be a <code>.jpg</code> file | |||
#* | #*You may have many other files in here already if you use the Nintendo 3DS Camera app | ||
#Copy this file to the Seedminer folder on your PC | |||
#Navigate to the <code>DCIM</code> folder on | |||
#Look for the QR | |||
#*You may have | |||
#Copy this file to | |||
#Open the [https://zoogie.github.io/web/miiqr/ editMii] | ===Section II - Processing Mii QR and Mining=== | ||
In this section, you will turn the Mii QR code into a usable file and mine <code>movable.sed</code> with it. | |||
#Open the [https://zoogie.github.io/web/miiqr/ 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 "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 <code>input.bin</code> | #Click on "Export to...", then select "encrypted (.bin)", this will download a file named <code>input.bin</code> | ||
#Copy this <code>input.bin</code> to the Seedminer folder | |||
#Open the terminal/PowerShell/Command Prompt window from earlier | |||
#Copy | #Inside this window, enter the command <code>py -3 seedminer_launcher3.py id0 <id0></code> | ||
# | #*Replace <code><id0></code> with the ID0 you copied into a document | ||
# | #Once it completes, enter the command <code>py -3 seedminer_launcher3.py mii <model> <year></code> | ||
#*Replace <code><model></code> with the model of your device (<code>new</code> or <code>old</code>) | |||
#*Replace <code><year></code> with the year the 3DS was made (you often find this on the backplate) - input an estimate instead if you don't know the answer | |||
#*If this fails with an error of <code>input.bin is invalid size</code>, open a Chromium browser such as Google Chrome or Edge and remake <code>input.bin</code> in the new browser | |||
#*The mining process will usually take up to 90 minutes, depending on luck and your GPU's strength | |||
# | #When it finishes, a file called <code>movable.sed</code> will appear in the Seedminer folder - use this in place of one obtained from BruteforceMovable | ||
#*Replace <code><model></code> with the model of your device(<code>new</code> or <code>old</code>) | |||
#*Replace <code><year></code> with the year the 3DS was made | |||
#*this will take | |||
#When it finishes, | |||
<big>Continue with the [ | <big>{{success|text=Continue with the [[3dsguide:seedminer#next-steps-choose-an-exploit|normal guide]]}}</big> |
Revision as of 02:32, 1 November 2022
Mii Mining is the name for one of two processes that allows you to find a console's movable.sed
without the help of an outside resource. This method should only be used if both BFM and Manual Mining are confirmed unable to work, as it is significantly more time-consuming.
Requirements
- A computer with a dedicated GPU (graphics card) that is running Windows, macOS, or Linux.
- Integrated graphics are too underpowered for this method, and may take upwards of a day. Both this guide and our Discord server cannot help with any issues caused by using them.
What you need
Section I - Prep Work
In this section, you will obtain the console files needed to mine and set up Seedminer.
- Extract the contents of the Seedminer
.zip
and move the folder inside it that matches your OS anywhere on your PC - this Seedminer folder will be where multiple other files are placed - While holding SHIFT, right-click anywhere in the empty space of the Seedminer folder, then click the option that opens a terminal, PowerShell, or Command Prompt
- In the opened window, type
py -3 -mpip install pycryptodomex
- once it's done installing, keep the window open as you will need it later - Turn your device on while the SD card is inside it
- Open the Mii Maker app
- Tap the QR Code/Image Options button.
- Tap Save Mii as QR Code.
- Select any Mii Character (make a new one first if you have none), and press OK.
- Turn the device off
- Put the target console's SD card into your computer, navigate to the
Nintendo 3DS
folder on the SD, and copy the name of the 32-character-long folder directly inside- This folder, known as the ID0, is system-specific. Only one should be present - if you see multiple, follow these instructions.
- Once you have the ID0, paste it into a document to reference later
- Navigate to the
DCIM
folder on the SD - Look for the QR Code, which will be a
.jpg
file- You may have many other files in here already if you use the Nintendo 3DS Camera app
- Copy this file to the Seedminer folder on your PC
Section II - Processing Mii QR and Mining
In this section, you will turn the Mii QR code into a usable file and mine movable.sed
with it.
- 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
- Copy this
input.bin
to the Seedminer folder - Open the terminal/PowerShell/Command Prompt window from earlier
- Inside this window, enter the command
py -3 seedminer_launcher3.py id0 <id0>
- Replace
<id0>
with the ID0 you copied into a document
- Replace
- Once it completes, 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) - input an estimate instead if you don't know the answer - If this fails with an error of
input.bin is invalid size
, open a Chromium browser such as Google Chrome or Edge and remakeinput.bin
in the new browser - The mining process will usually take up to 90 minutes, depending on luck and your GPU's strength
- Replace
- When it finishes, a file called
movable.sed
will appear in the Seedminer folder - use this in place of one obtained from BruteforceMovable
Continue with the normal guide |