Skip to content

BenjaSOL/ore-cli-gpu

Repository files navigation

Ore CLI with Nvidia GPU Support

A command line interface for the Ore program to utilize Nvidia GPU's.

Built by @BenjaSOL & @KaedonsCrypto

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.

You must have CUDA installed

export CUDA_VISIBLE_DEVICES=<GPU_INDEX>

Windows users

nvcc windows.cu -o windows

Linux users

nvcc linux.cu -o linux

Take the path to the executsble that was just created and replace the PATH_TO_EXE with the path to the .exe in the mine.rs.

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

cargo build --release
./target/release/ore.exe --rpc "" --priority-fee 1 --keypair 'path to keypair' --priority-fee 1 mine --threads 4

You will now run your hashing on the GPU instead of the CPU!

Donations in ORE or SOL: EVK3M6Cth3uPZcATCtnZ16mqArSNXt5oC6kcmakwXudb

Credits

ORE Miner

ORE CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published