seedminer*: fix notice
This commit is contained in:
parent
5d63f96b21
commit
4dfd20f8c5
2 changed files with 10 additions and 6 deletions
|
@ -15,10 +15,12 @@ This method uses a powerful graphics card to perform the calculations needed. A
|
|||
|
||||
In this section, you will get the necessary details from your 3DS that are required to figure out your device's encryption key.
|
||||
|
||||
{% capture console_state_info %}
|
||||
Before following this section:
|
||||
+ Ensure that you have turned on your console with the SD card inserted at least once to generate the necessary data
|
||||
+ Ensure that your console is connected to the Internet (you should see a blue "Internet" indicator on the top-left corner of the HOME screen)
|
||||
{: .notice--info}
|
||||
{% endcapture %}
|
||||
<div class="notice--info">{{ console_state_info | markdownify }}</div>
|
||||
|
||||
1. Power off your device
|
||||
1. Insert your SD card into your computer
|
||||
|
|
|
@ -4,12 +4,14 @@ title: "Seedminer (Mii)"
|
|||
|
||||
{% include toc title="Table of Contents" %}
|
||||
|
||||
{% capture gpu_warning %}
|
||||
This method requires a reasonably powerful GPU (any dedicated graphics card made in the last few years) and the ability to use a command line. If you don't know what those are or do not have the hardware necessary, you can ask someone to do this for you at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp). You will need to have the following information ready:
|
||||
+ 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 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)
|
||||
{: .notice--warning}
|
||||
+ 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)
|
||||
{% endcapture %}
|
||||
<div class="notice--warning">{{ gpu_warning | markdownify }}</div>
|
||||
|
||||
{% capture technical_info %}
|
||||
<summary><em>Technical Details (optional)</em></summary>
|
||||
|
|
Loading…
Reference in a new issue