Run Node
Before running the node, you need to compile the client environment, and the node can only be run after the client is compiled. For the process of compiling in the client environment, please refer to the relevant documentation of the client.
If you are a novice, please understand the role of the full node first, through this article you will gradually become familiar with Hash Ahead
Create a directory under your user directory
$ mkdir -p /home/[user-name]/hashaheadCreate a configuration file hashahead.conf in the above folder
cryptonightaddress=0x23a100c201e312d1ebecf93545de3d699296ada7
cryptonightkey=0xfc12e97e0d090f5d71d93e28a1defdc4dbeea6de6a53519acdc2611d63addb4b
mpvssaddress=0x9835c12d95f059eb4eaecb4b00f2ea2c99b2a0d4
mpvsskey=0xd0aeb58241372a8793dcb43fd4bb3092a0917ba55dab53a64f2bc34baefb1463
rewardratio=500
listen4
rpcallowip=*
statdata
fulldbAnd copy the above content into hashhead.conf file and save
Run the Hash Ahead node
$ hashahead -daemonEnter the Hash Ahead node
return:
At this point you have successfully run a node, please try to import your private key for query
Run a full node with a binary release
https://github.com/Block-Way/HashAhead/releases
Open the link to download and run
Last updated