#ore #interface #command #line #key-pair #command-line-interface #thread

app ore-cli-fix

A command line interface for the Ore program

1 unstable release

0.4.9-1 Apr 7, 2024

#2337 in Magic Beans

Download history 120/week @ 2024-04-07 2/week @ 2024-04-14

122 downloads per month

Apache-2.0

41KB
902 lines

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

Dependencies

~79MB
~1.5M SLoC