PoP Btc Tx miner
Hemi is a modular blockchain built for superior scaling, security and interoperability. One Network, Powered by Bitcoin and Ethereum.
Docs : hemiDocs | X : x.com | Site : Hemi
Bitcoin Superfinality
Hemi's Proof-of-Proof (PoP) consensus mechanism ensures transactions surpass Bitcoin's level of security in just a few hours.
📣Hemi Incentived Testnet (Backed by Binance Labs)
- Join and complete testnet task
- Start earning hemi miles
Hemi Miles are a metric designed to recognize and reward early participants in the Hemi ecosystem.
Task link: https://points.absinthe.network/hemi/start
Paste Ref code: 284f5931
Sepolia Eth Faucet : https://www.alchemy.com/faucets/ethereum-sepolia | https://www.infura.io/faucet/sepolia
Stable coins Faucet : https://staging.aave.com/faucet/
Complete Ongoing task and climb up the leaderboard 🚀
Hardware | Minimum Requirement |
---|---|
CPU | 2 Cores |
RAM | 2 to 4GB |
Disk | 50 to 100 GB |
Bandwidth | 10 MBit/s |
Join TG : Crypto Console Telegram
Follow X : Crypto Console Twitter
Subscribe : Crypto Console Youtube
Credit Card/Paypal/crypto credit card :
VPS 1 : Contabo: Cloud VPS 1
VPS 2 : Contabo: Cloud VPS 2
VPS 3 : Contabo: Cloud VPS 3
VPS 4 : Contabo: Cloud VPS 4
sudo apt-get update
sudo apt-get install -y jq
For x86_64 Architecture:
wget https://github.com/hemilabs/heminetwork/releases/download/v0.5.0/heminetwork_v0.5.0_linux_amd64.tar.gz
tar -xzvf heminetwork_v0.5.0_linux_amd64.tar.gz
./keygen -secp256k1 -json -net="testnet" > ~/popm-address.json
cat ~/popm-address.json
Save it safe.
cat ~/popm-address.json | jq -r '.pubkey_hash'
Request faucet in discord : Hemi Discord
sudo tee /etc/systemd/system/hemid.service > /dev/null << EOF
[Unit]
Description=Hemi testnet pop tx Service
After=network.target
[Service]
WorkingDirectory=/root/heminetwork_v0.5.0_linux_amd64
ExecStart=/root/heminetwork_v0.5.0_linux_amd64/popmd
Environment="POPM_BTC_PRIVKEY= replace here with your privatkey "
Environment="POPM_STATIC_FEE=450"
Environment="POPM_BFG_URL=wss://testnet.rpc.hemi.network/v1/ws/public"
Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload
sudo systemctl enable hemid.service
sudo systemctl start hemid.service
sudo journalctl -u hemid.service -f -n 50
sudo systemctl stop hemid.service
rm -rf heminetwork_v0.4.5-linux_arm64
rm -rf heminetwork_v0.4.5_linux_arm64.tar.gz
sudo apt-get update
sudo apt-get install -y jq
wget https://github.com/hemilabs/heminetwork/releases/download/v0.5.0/heminetwork_v0.5.0_linux_amd64.tar.gz
tar -xzvf heminetwork_v0.5.0_linux_amd64.tar.gz
sudo tee /etc/systemd/system/hemid.service > /dev/null << EOF
[Unit]
Description=Hemi testnet pop tx Service
After=network.target
[Service]
WorkingDirectory=/root/heminetwork_v0.5.0_linux_amd64
ExecStart=/root/heminetwork_v0.5.0_linux_amd64/popmd
Environment="POPM_BTC_PRIVKEY= replace here with your privatkey "
Environment="POPM_STATIC_FEE=450"
Environment="POPM_BFG_URL=wss://testnet.rpc.hemi.network/v1/ws/public"
Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF
or
nano /etc/systemd/system/hemid.service
Edit 0.4.5 with 0.5.0
sudo systemctl daemon-reload
sudo systemctl enable hemid.service
sudo systemctl start hemid.service
sudo journalctl -u hemid.service -f -n 50
Check you PoP Keystones Mined : https://testnet.popstats.hemi.network/
Join Disussion : Crypto Console Telegram