Crates.io | asteroid-mine |
lib.rs | asteroid-mine |
version | 0.0.3 |
source | src |
created_at | 2024-09-26 19:22:22.891001 |
updated_at | 2024-09-27 04:32:27.035921 |
description | Mine for meteors for your Postaverse account. |
homepage | https://github.com/postaverse |
repository | |
max_upload_size | |
id | 1387937 |
size | 69,495 |
Asteroid mine is a cryptocurrency inspired mining tool for mining asteroid chunks which will convert to meteors for your Postaverse account.
Asteroid Mine is implemented in Rust and must be installed by using Cargo:
cargo install asteroid-mine
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.To build from source, you can use the following command:
cargo build --release
This project is licensed under the MPL 2.0 License - see the LICENSE file for details.