Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bifrost-technologies/ore-pool-miner
Ore Pool Miner coded in Rust for the Ore v2 program on Solana!
https://github.com/bifrost-technologies/ore-pool-miner
alvarium drillx miner mining-pool ore ore-cli rust solana solnet v2
Last synced: about 1 month ago
JSON representation
Ore Pool Miner coded in Rust for the Ore v2 program on Solana!
- Host: GitHub
- URL: https://github.com/bifrost-technologies/ore-pool-miner
- Owner: Bifrost-Technologies
- License: mit
- Created: 2024-08-10T20:53:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:32:30.000Z (3 months ago)
- Last Synced: 2024-09-28T09:42:51.491Z (about 2 months ago)
- Topics: alvarium, drillx, miner, mining-pool, ore, ore-cli, rust, solana, solnet, v2
- Language: Rust
- Homepage:
- Size: 534 KB
- Stars: 12
- Watchers: 0
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ore Pool Miner
Ore Pool Miner coded in Rust for the Ore v2 program on Solana### Default Ore Mining Pool
Alvarium Mining Pool is operated by Bifrost and is the default pool option for the mining client.### Custom Ore Mining Pool
There is no open source mining pool API template. A custom API server has to be built in order to use this client.Here are some tools to get started:
[Solnet.Ore](https://github.com/Bifrost-Technologies/Solnet.Ore) C# Ore SDK & Client
[Solnet](https://github.com/bmresearch/Solnet) C# Solana SDK & Client
## Install
Install Rustup for Windows to compile the miner with cargo
```
https://www.rust-lang.org/tools/install
```
## DependenciesIf you run into issues during installation, please install the following dependencies for your operating system and try again:
Linux Only
```
sudo apt-get install openssl pkg-config libssl-dev
```## Install
To install the alvarium mining client run this command
```
cargo install alvarium-cli
```## Run
Run this command to start the miner with your custom settings. Remove brackets and fill in the parameters
```
alvarium [RPC_LINK] [WALLET_ADDRESS] [THREADS] [BUFFER]
```