How to run a node
Testnet
currently, the testnet is running on testnet-validator-1.testnet.dhpc.network
.
Persistent peer
89e4b72625c0a13d6f62e3cd9d40bfc444cbfa77@testnet-validator-1.testnet.dhpc.network:26656
Chain-ID
dhpctestnet1
This guide goes through the process of running a binary built by project, look Here to find out how to build the project on your own.
Checking binaries
Download the latest version of Dhpcd from the project release page.
Checking binaries
Run Dhpcd to make sure that binary is working as expected
Running a full node
Setup the config files, replace
<Moniker>
for the public alias of your node, which can be edited later:
replace the generated genesis file with the one provided below
add persistent peer in the ~/Dhpcd/config/config.toml
start the node!
Last updated