Calculates profitable items to buy in one system and sell in another, possibly with an empty market. Includes freight services costs in its calculations.
Set nightly as the default toolchain:
rustup default nightly
Clone the repository:
git clone [email protected]:LokiVKlokeNaAndoke/unusable_eve_tradeworks.git
cd unusable_eve_tradeworks/
Use cargo run --release
to compile and run. Also everything after --
is passed to the executable.
Example:
cargo run --release -- -c config.jita-t0dt.json -sr
Run this to get a list of all commands:
cargo run --release -- -h
There may be a config for each trade route.
You specify them like this:
cargo run --release -- -c config.jita-t0dt.json
Sample config is in the file unusable_eve_tradeworks/example.config.json
.