Skip to content

v1.0.0 pre-built binaries

Compare
Choose a tag to compare
@totorewa totorewa released this 02 Jan 02:18
· 8 commits to main since this release

Pre-built binaries for Windows x86-64, Windows ARM64 and Mac OS x64.

Binaries come packaged with some .NET libraries and installation of .NET is not required to run this program.
If you already have the .NET 6 runtime installed, you can download the smaller standalone binaries WitchHutSearch.x64-dotnet.exe or WitchHutSearch.x86-dotnet.exe.

Command usage:

USAGE
  WitchHutSearch.exe <huts> --seed <value> [options]

PARAMETERS
* huts              Number of huts.

OPTIONS
* -s|--seed         Seed to search on.
  -b|--blocks       Number of blocks to search in each direction. Default: "128000".
  -t|--threads      Number of threads to search with. Default: # of cores x 2.
  -o|--out          Output file for writing locations to.

Example: WitchHutSearch.exe 3 -s 123456 -b 1000000 -o output.txt
This will search for triple witch huts within a million block radius on the seed 123456 and write the results to output.txt.