Skip to content

smxl/ore-v2-mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORE V2 Mining on DEVNET

Preparation

  1. Install Debian (optional)

    wsl --install debian
    wsl --setdefault Debian
    wsl
  2. Install Dependencies

    sudo apt install -y curl wget git build-essential software-properties-common
  3. Install Rust

    curl https://sh.rustup.rs -sSf | sh
  4. Install Solana CLI

    sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
  5. Generate Private Key with Vanity Address

    cd ~
    solana-keygen grind --starts-and-ends-with YOUR::1 --ignore-case >> seed.txt
    cp ~/*.json $HOME/.config/solana/id.json
  6. Get DEVNET Gas

    solana config set --url d
    solana airdrop 1
  7. Install

    cargo install ore-cli@1.0.0-alpha.4
  8. Start Mining

    ore --rpc https://api.devnet.solana.com --keypair ~/.config/solana/id.json mine --buffer-time 2
Windows Screen Off

To turn off the screen in Windows, you can use the following command in PowerShell:

(Add-Type '[DllImport("user32.dll")]public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::SendMessage(-1,0x0112,0xF170,2)

About

status: DEVNET, support CPU, No GPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published