Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - - - - 1 - - - -
- sudo apt update && sudo apt upgrade -y
- - - - - 2 - - - -
- wget https://github.com/hemilabs/heminetwork/releases/download/v0.4.3/heminetwork_v0.4.3_linux_amd64.tar.gz
- - - - - 3 - - - -
- tar -xvf heminetwork_v0.4.3_linux_amd64.tar.gz && rm heminetwork_v0.4.3_linux_amd64.tar.gz && cd heminetwork_v0.4.3_linux_amd64
- - - - - 4 - - - -
- ./keygen -secp256k1 -json -net="testnet" > ~/popm-address.json
- - - - - 5 - - - -
- cat $HOME/popm-address.json
- - - - - 6 - - - -
- sudo apt install screen
- screen -S hemi
- - - - - 7- - - -
- echo 'export POPM_BTC_PRIVKEY=PRIVATE_KEY' >> ~/.bashrc
- echo 'export POPM_STATIC_FEE=50' >> ~/.bashrc
- echo 'export POPM_BFG_URL=wss://testnet.rpc.hemi.network/v1/ws/public' >> ~/.bashrc
- source ~/.bashrc
- - - - - 8 - - - -
- ./popmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement