Current working list: (yellow= in progress, green= done)
https://docs.google.com/spreadsheets/d/1BrNoouVltMHRGHMzR2s7yO_ycjs9tB9MEw5i7yn0G-c
Please use range from 800 to 1024 in priority!
Just run:
java -jar SSG.jar <numberOfThreads> <workId>*
examples:
//will do on 4 threads the workid 0
java -jar SSG.jar 4 0
// will do on 8 threads the workid 1 then the 2 then the 3
java -jar SSG.jar 8 1 2 3
number of threads are the number of thread you want to allocate, for a consumer pc its between 4 and 16 (you can check that in you task manager)
WorkId is a unique work id between 0 and 1023(inclusive both) that will give you what seed you should do
At the end you will have a single file called finalOutput_XXXX.txt , send it inside an issue on that repo
To start with the 1.16 Seedfinding:
-DM @KaptainWutax(Wat's "cool" meme?) for a link to the spreadsheet
-Download SSG.jar and place it in its own folder
-In File Explorer, open the view tab, under Show/Hide make sure "File name extensions" is checked
-Right click anywhere in folder and select New > Text Document
-Delete the .txt on the end, and call it run.bat
-It should ask you if you want to change file formats, say yes
-Right click your new run.bat and click edit
-Paste the code java -jar SSG.jar - where numberOfThreads is the amount of CPU cores you can allocate and workID is the range that Wutax has given you
-Save the file, close and double click run.bat
-Windows Command Prompt should open and start running code
Example run.bat, need to open with notepad and modify it (with threads and workid(s))
Current work done: (yellow=in progress, green=done)
https://docs.google.com/spreadsheets/d/1BrNoouVltMHRGHMzR2s7yO_ycjs9tB9MEw5i7yn0G-c