π Installation
Explorer : https://mempool.space/testnet
apt install git makewget https://github.com/hemilabs/heminetwork/releases/download/v0.5.0/heminetwork_v0.5.0_linux_amd64.tar.gztar -xzvf heminetwork_v0.5.0_linux_amd64.tar.gzmv heminetwork_v0.5.0_linux_amd64 heminetworkchmod +x /root/heminetwork/bfgd
chmod +x /root/heminetwork/bssd
chmod +x /root/heminetwork/btctool
chmod +x /root/heminetwork/extool
chmod +x /root/heminetwork/hemictl
chmod +x /root/heminetwork/keygen
chmod +x /root/heminetwork/popmd
chmod +x /root/heminetwork/tbcdcd heminetwork
./keygen -secp256k1 -json -net="testnet" > ~/popm-address.jsondon't forget to save your private key and btc address
nano /root/popm-address.jsonLet's create a service
don't forget to write a private key inside the service file
sudo tee /etc/systemd/system/popmd.service <<EOF
[Unit]
Description=Popmd Service
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/heminetwork
ExecStart=/root/heminetwork/popmd
Environment="POPM_BTC_PRIVKEY=PRΔ°VATE KEY"
Environment="POPM_STATIC_FEE=50"
Environment="POPM_BFG_URL=wss://testnet.rpc.hemi.network/v1/ws/public"
Restart=always
[Install]
WantedBy=multi-user.target
EOF
Get faucet from the Discord channel
Let's Get Started
to check the logs
Last updated