- Offical Docs - Hemi_Miner_CLI
- Watch Video - Youtube
-
Visit binaries
-
Download (heminetwork_v0.4.3_linux_amd64.tar.gz) file
-
Use Termius and copy the file to your VPS
-
Now Follow commands
mkdir hemi-miner
cd hemi-miner
sudo apt update && sudo apt upgrade -y
sudo apt install screen
screen -S hemi
tar xvf heminetwork_v0.4.3_linux_amd64.tar.gz
cd heminetwork_v0.4.3_linux_amd64
- To ensure you downloaded the correct binaries and are able to run them, execute the command below:
./popmd --help
- This will display the help menu for popmd, indicating that it's installed and operational.
./keygen -secp256k1 -json -net="testnet" > ~/popm-address.json
cat ~/popm-address.json
- Result - Make sure to save everything
- Private key : EVM
- pubkey_hash : btc address for faucet
- Find Your Wallet Address: Check the JSON from 3 for your pubkey_hash, which is your testnet Bitcoin address.
- Use discord to get faucet: Hemi
- In your console, execute the following commands while:
- replacing <private_key> with the value found in the JSON from Step 5
- replacing <fee_per_vB_integer> with the fee in sat/vB you want to pay (Normally 50)
export POPM_BTC_PRIVKEY=<private_key>
export POPM_STATIC_FEE=<fee_per_vB_integer>
export POPM_BFG_URL=wss://testnet.rpc.hemi.network/v1/ws/public
- Check Current Fee Levels: Visit - Mempool
- Look at the "sat/vB" numbers for the different transaction fee priorities. It is recommended to set the value to the "High Priority" value or slightly higher.
- Re-run the command to set the POPM_STATIC_FEE environment variable from above each time you want to change the fee, and restart the PoP Miner afterwards.
./popmd
- Output
- Once running use: CTRL A D (to detach from screen)
- To Check the screen again use :
screen -r hemi
-
Check status : Miner_Status
-
Done !! Feel free to ask queries in telegram channel
-
Telegram - https://t.me/colonyairdrops
-
Youtube - https://www.youtube.com/@ColonyAirdrops