MyGit

regolith-labs/ore-cli

Fork: 657 Star: 1458 (更新于 2024-09-11 08:27:04)

license: 暂无

Language: Rust .

Command line interface for ORE cryptocurrency mining.

最后发布版本: 2.3.0 ( 2024-08-11 23:36:25)

GitHub网址

ORE CLI

A command line interface for ORE cryptocurrency mining.

Install

To install the CLI, use cargo:

cargo install ore-cli

Dependencies

If you run into issues during installation, please install the following dependencies for your operating system and try again:

Linux

sudo apt-get install openssl pkg-config libssl-dev

MacOS (using Homebrew)

brew install openssl pkg-config

# If you encounter issues with OpenSSL, you might need to set the following environment variables:
export PATH="/usr/local/opt/openssl/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"

Windows (using Chocolatey)

choco install openssl pkgconfiglite

Build

To build the codebase from scratch, checkout the repo and use cargo to build:

cargo build --release

Help

You can use the -h flag on any command to pull up a help menu with documentation:

ore -h

最近版本更新:(数据更新于 2024-08-12 23:46:31)

2024-08-11 23:36:25 2.3.0

2024-08-10 03:25:30 2.2.1

2024-08-10 00:49:45 2.2.0

2024-08-09 01:33:52 2.1.0

2024-08-08 14:02:21 2.0.4

2024-08-08 13:24:33 2.0.3

2024-08-08 13:06:34 2.0.2

2024-08-08 12:52:23 2.0.1

2024-08-08 12:16:40 2.0.0

regolith-labs/ore-cli同语言 Rust最近更新仓库

2024-09-19 08:52:56 lapce/lapce

2024-09-18 23:23:07 gleam-lang/gleam

2024-09-18 22:34:16 achristmascarl/rainfrog

2024-09-18 00:53:26 qdrant/qdrant

2024-09-17 20:27:11 tauri-apps/tauri

2024-09-14 14:15:34 tw93/Pake