3 releases
0.0.3 | Sep 27, 2024 |
---|---|
0.0.2 | Sep 26, 2024 |
0.0.1 | Sep 26, 2024 |
#7 in #mine
532 downloads per month
21KB
265 lines
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:
cargo install asteroid-mine
Usage
To start mining asteroids, you can use the following command:
asteroid-mine <OPTIONS>
The following options are available:
-b, --blocks <blocks>
: The number of blocks to mine. Required.-a, --hashing_algorithm <algorithm>
: The mining algorithm to use. Optional. Required. Options:sha256
,blake2b
,blake2s
.-i, --user_id <user_id>
: The user id to mine for. Required.-p, --password <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:
cargo build --release
License
This project is licensed under the MPL 2.0 License - see the LICENSE file for details.
Dependencies
~9–21MB
~310K SLoC