What is Ore?

$Ore is a mining token on the Solana chain retweeted by the founder of Solana. It has no reservations and is mined fairly. One Ore is produced every minute. It takes forty years to mine 21 million Ore. It is jokingly called $BTC on Solana. The current price of one $Ore is about 853U (fluctuates greatly, between 200-3000)

Dexscreener screenshots

How to dig?

  • Mining directly through the web page: https://ore.supply/home

  • Command line mining (Linux or Mac system, follow the following steps)

  • Install rust environment
    curl https://sh.rustup.rs -sSf | sh

  • Install the Solana development environment

    sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"

  • Install the ore mining command line program
    cargo install ore-cli

  • If you encounter C+ compilation missing problems in the previous steps, you need to install the dependent library first

    sudo apt-get install build-essential

  • Create an ore mining wallet

    solana-keygen new --derivation-path m/44'/501'/0'/0' --force

  • Save the wallet mnemonic and transfer 0.1 sol to the wallet address (pub key) generated in step 4 as the mining fee

  • Enter the following command line to start mining

    ore --rpc https://api.mainnet-beta.solana.com --keypair ~/.config/solana/id.json --priority-fee 1 mine --threads 4

  • Query mining rewards

    ore --rpc https://api.mainnet-beta.solana.com --keypair ~/.config/solana/id.json rewards

  • Withdraw rewards

    ore --rpc https://api.mainnet-beta.solana.com --keypair ~/.config/solana/id.json claim

It is recommended to replace it with your own RPC. Public RPC is basically not very useful. After you have your own RPC, just replace the public link behind rpc. If you don’t have RPC, you can create a free RPC or purchase a paid node at https://www.quicknode.com/?via=ziqi.