# Asteroid Mine ## Description Asteroid mine is a cryptocurrency inspired mining tool for mining asteroid chunks which will convert to meteors for your Postaverse account. ## Installation Asteroid Mine is implemented in Rust and must be installed by using Cargo: ```bash cargo install asteroid-mine ``` ## Usage To start mining asteroids, you can use the following command: ```bash asteroid-mine ``` The following options are available: - `-b, --blocks `: The number of blocks to mine. Required. - `-a, --hashing_algorithm `: The mining algorithm to use. Optional. Required. Options: `sha256`, `blake2b`, `blake2s`. - `-i, --user_id `: The user id to mine for. Required. - `-p, --password `: The password to mine with. Required. - `-h, --help`: Prints help information. ## Building from Source To build from source, you can use the following command: ```bash cargo build --release ``` ## License This project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE) file for details.