πŸ”ΌHemi Node Update v0.6.0

CURL :

sudo apt install curl

Screen :

screen -r hemi

πŸ‘ CTRL C

Update :

cd

Binaries :

curl -L -O https://github.com/hemilabs/heminetwork/releases/download/v0.6.0/heminetwork_v0.6.0_linux_amd64.tar.gz
tar xvf heminetwork_v0.6.0_linux_amd64.tar.gz
cd heminetwork_v0.6.0_linux_amd64

Verify Configuration Success :

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.

Verify your credentials :

cat ~/popm-address.json

Set Variables :

Change Private Key : Your wallet private key Static Fee : Normally 100-200 we use 1000- If you want to change you can change

export POPM_BTC_PRIVKEY=private_key
export POPM_STATIC_FEE=1000
export POPM_BFG_URL=wss://testnet.rpc.hemi.network/v1/ws/public

Run the Miner :

./popmd

CTRL A + D

  • To Check the screen again use :

screen -r hemi

Last updated