🔼Hemi Node Update v0.4.5

CURL :

sudo apt install curl

Binaries :

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

Screen :

screen -r hemi

CTRL C

cd
tar xvf heminetwork_v0.4.5_linux_amd64.tar.gz
cd heminetwork_v0.4.5_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 50 we use 150 - If you want to change you can change

export POPM_BTC_PRIVKEY=private_key
export POPM_STATIC_FEE=150
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