Approver
304
edits
StarlitSkies (talk | contribs) (cut out redundant info, make it OS-agnostic (i think? definitely works on Windows and Linux), and fix/match style) |
(readd no unminable notice, py doesnt exist on linux, python 3 has to be installed, not only downloaded, the extension is .JPG, not .jpg, I didn't make it uppercase for no reason, better leave year empty than get it wrong, fuck chrome based browsers) |
||
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.]]}} | {{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. | '''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. | ||
'''<big>THIS DOESN'T WORK IF BFM FAILS</big>'''("unable to successfully complete your bruteforce request. :`() | |||
==Requirements== | ==Requirements== | ||
*A computer with a dedicated GPU (graphics card) that is running Windows, macOS, or Linux. | *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. | **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. | ||
If you are on Linux, replace <code>py -3</code> with <code>python3</code> for all commands. | |||
===What you need=== | ===What you need=== | ||
*The latest release of [https://github.com/zoogie/seedminer/releases/latest Seedminer] (the Seedminer .zip) | *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] | *Any 3.x version of [https://www.python.org/downloads/ python] installed | ||
===Section I - Prep Work=== | ===Section I - Prep Work=== | ||
Line 25: | Line 28: | ||
#*Once you have the ID0, paste it into a document to reference later | #*Once you have the ID0, paste it into a document to reference later | ||
#Navigate to the <code>DCIM</code> folder on the SD | #Navigate to the <code>DCIM</code> folder on the SD | ||
#Look for the QR Code, which will be a <code>. | #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 | #*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 | #Copy this file to the Seedminer folder on your PC | ||
Line 40: | Line 43: | ||
#Once it completes, enter the command <code>py -3 seedminer_launcher3.py mii <model> <year></code> | #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><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) - | #*Replace <code><year></code> with the year the 3DS was made (you often find this on the backplate) - leave this empty when you don't know exactly, and it will start from the middle | ||
#*If this fails with an error of <code>input.bin is invalid size</code>, | #*If this fails with an error of <code>input.bin is invalid size</code>, remake the <code>input.bin</code> using your QR Code | ||
#*The mining process will usually take up to 90 minutes, depending on luck and your GPU's strength | #*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 | #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 | ||
<big>{{success|text=Continue with the [[3dsguide:seedminer#next-steps-choose-an-exploit|normal guide]]}}</big> | <big>{{success|text=Continue with the [[3dsguide:seedminer#next-steps-choose-an-exploit|normal guide]]}}</big> |