ore-cli-fix

Crates.ioore-cli-fix
lib.rsore-cli-fix
version0.4.9-1
sourcesrc
created_at2024-04-07 09:51:30.406012
updated_at2024-04-07 09:51:30.406012
descriptionA command line interface for the Ore program.
homepage
repository
max_upload_size
id1198989
size169,511
小宇宙 (kosmosr)

documentation

README

Ore CLI

A command line interface for the Ore program.

Usage

ore --rpc "$public_rpc_url" --post-prc "$rpc_url" --keypair "${keypair}" --priority-fee 300000 mine --threads 20

Building

To build the Ore CLI, you will need to have the Rust programming language installed. You can install Rust by following the instructions on the Rust website.

Once you have Rust installed, you can build the Ore CLI by running the following command:

cargo build --release
Commit count: 0

cargo fmt