Hacking SeedMiner FC and Mining Help

  • Thread starter ZZ20
  • Start date
  • Views 389,502
  • Replies 3,532
  • Likes 43

How many of you Kiddos would be willing to help in some way?

  • Aye!

    Votes: 42 51.2%
  • Nah!

    Votes: 18 22.0%
  • Maybe!

    Votes: 22 26.8%

  • Total voters
    82
  • Poll closed .

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
The biggest mistake in my life is assuming most gbatemp users are familiar with command line programs. :P

I swear, in most other homebrew threads, it seems like they're no issue at all with users.
 
  • Like
Reactions: MrJason005

Kawaiibaby

Active Member
Newcomer
Joined
Mar 12, 2018
Messages
32
Trophies
0
Age
29
XP
91
Country
United States
Is it a n3ds or old3ds what's the region and the copyright date on the back of it
New nintendo 3dsxl , I have vinyl decoration on it so cant see the date

--------------------- MERGED ---------------------------

Is it a n3ds or old3ds what's the region and the copyright date on the back of it
also US region
 

Zm1231

Well-Known Member
Member
Joined
Jun 11, 2007
Messages
207
Trophies
1
Age
30
Location
Charlotte, North Carolina
XP
1,676
Country
United States
11.6 and Sodoku
And if you get me a few things ill get your seed and make a zip file for you that all you will need to do is copy everything from it to you sd card and then run Sodoku and you will be good to go
if you can make a mii on your 3ds and call it hax or something so you can tell and then export the mii as a qr code and then go to settings, Data management, DSIware and copy Sodoku to SD card and send me that QR code jpg and the 4B344445.bin file i can make you a zip file that will have everything you need

--------------------- MERGED ---------------------------

New nintendo 3dsxl , I have vinyl decoration on it so cant see the date

--------------------- MERGED ---------------------------


also US region

OK the date wont matter i can take a guess at the year it only helps me get the part 1 faster if i know the date
 

Zm1231

Well-Known Member
Member
Joined
Jun 11, 2007
Messages
207
Trophies
1
Age
30
Location
Charlotte, North Carolina
XP
1,676
Country
United States
It's really my fault. I knew I should have made some sort of GUI.
I'm a lazy dev :P
I can write a Gui wrapper for you if you want

--------------------- MERGED ---------------------------

New nintendo 3dsxl , I have vinyl decoration on it so cant see the date

--------------------- MERGED ---------------------------


also US region
I will also need your ID0 the name of the first folder in your Nintendo 3DS folder on your SD card
 
  • Like
Reactions: zoogie

MrJason005

√2
Member
Joined
Nov 26, 2014
Messages
2,521
Trophies
0
Location
Κάπου
XP
1,609
Country
Greece
the seedminer i'm working on is going to be relatively simple, it will just take in a movable_part1(.txt?) with the LFCS and ID0 and give the movable.sed, there will be no mii bruteforce
i still need to figure out how to parse the data nodes, how to route the bruteforcer's I/O to the GUI TextArea, and how to work with multithreading (so that the main GUI thread doesn't hang while the bruteforcer is running)

--------------------- MERGED ---------------------------

speaking of, is the data node format split up into 8 byte sections per node, where the first 4 bytes of the node represent the LFCS and the last 4 bytes represent the estimated msed3 error (little endian)?
if that's the case, then i want to ask, why is the first section is left blank?
 
  • Like
Reactions: zoogie

Zm1231

Well-Known Member
Member
Joined
Jun 11, 2007
Messages
207
Trophies
1
Age
30
Location
Charlotte, North Carolina
XP
1,676
Country
United States
I'M not sure where to find my ID0 but the first folder is CHMM2
on your 3ds sd card you should have a folder called Nintendo 3DS not 3ds and inside of that there will be another folder will and long string of numbers and letters this folder name is your ID0

--------------------- MERGED ---------------------------

It looks like @MrJason005 is already working on it but the more the merrier.
here is my mock-up so far. Ill have it show and hide selections depending on the selected radio button
Eodfx0f.png
 

Kawaiibaby

Active Member
Newcomer
Joined
Mar 12, 2018
Messages
32
Trophies
0
Age
29
XP
91
Country
United States
And if you get me a few things ill get your seed and make a zip file for you that all you will need to do is copy everything from it to you sd card and then run Sodoku and you will be good to go
if you can make a mii on your 3ds and call it hax or something so you can tell and then export the mii as a qr code and then go to settings, Data management, DSIware and copy Sodoku to SD card and send me that QR code jpg and the 4B344445.bin file i can make you a zip file that will have everything you need

--------------------- MERGED ---------------------------
OK,thanks. I have the mii and sodoku ready, how do i send you the qr codeand bin file?


OK the date wont matter i can take a guess at the year it only helps me get the part 1 faster if i know the date
 

Kawaiibaby

Active Member
Newcomer
Joined
Mar 12, 2018
Messages
32
Trophies
0
Age
29
XP
91
Country
United States
on your 3ds sd card you should have a folder called Nintendo 3DS not 3ds and inside of that there will be another folder will and long string of numbers and letters this folder name is your ID0

--------------------- MERGED ---------------------------
ok, found it. How do i send it?

here is my mock-up so far. Ill have it show and hide selections depending on the selected radio button
Eodfx0f.png
 

Zm1231

Well-Known Member
Member
Joined
Jun 11, 2007
Messages
207
Trophies
1
Age
30
Location
Charlotte, North Carolina
XP
1,676
Country
United States
where can i find the location of the qr code and bin. file:unsure:
the QR code will be on your SD card in the DCIM/100NIN03 Folders on your 3ds you if you have lots of pictures just open wach one until you find the qr code picture. the .bin folder will be in the Nintendo 3DS/<ID0>/<ID1>/<FOLDER> search each folder for 4B344445.bin This file will only be there if you went under Settings ,Data management , DSIWare, and select sudoku and hit copy
 
  • Like
Reactions: Kawaiibaby

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
the seedminer i'm working on is going to be relatively simple, it will just take in a movable_part1(.txt?) with the LFCS and ID0 and give the movable.sed, there will be no mii bruteforce
i still need to figure out how to parse the data nodes, how to route the bruteforcer's I/O to the GUI TextArea, and how to work with multithreading (so that the main GUI thread doesn't hang while the bruteforcer is running)

--------------------- MERGED ---------------------------

speaking of, is the data node format split up into 8 byte sections per node, where the first 4 bytes of the node represent the LFCS and the last 4 bytes represent the estimated msed3 error (little endian)?
if that's the case, then i want to ask, why is the first section is left blank?
It's not blank. It's LFCS 0, msed error 0. ;p

This is to accommodate any msed3 estimates that may fall between 0 and the first node.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: My friends decide what I do with my cock