Skip to content

Brute-force tool designed to find the most profitable mix in Schedule I

Notifications You must be signed in to change notification settings

4samsamAC/Schedule1-Brute-Force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Schedule1-Brute-Force

Description

Schedule1-Brute-Force is a brute-force tool designed to find the most profitable mix in Schedule I.
It uses two parameters: baseId and substanceCount.
Originally built with Bun, a fast JavaScript runtime, this tool also runs perfectly with Node.js.

Usage

To start the tool, run the following command:

bun index.js {baseId} {substanceCount}
# or
node index.js {baseId} {substanceCount}

Replace {baseId} and {substanceCount} with the appropriate values. For example:

bun index.js 2 3
# or
node index.js 2 3

This will return the most profitable mix using Green Crack as the base with 3 other substances.

Base IDs

  • 0: OG Kush
  • 1: Sour Diesel
  • 2: Green Crack
  • 3: Grand Daddy Purp
  • 4: Cocaine
  • 5: Meth
  • 6: Shroom

Resources & Inspirations

TODO

  • implementing CLI interaction with readline or inquirer
  • adding gpu workers with gpu.js or other (not sure)

About

Brute-force tool designed to find the most profitable mix in Schedule I

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages