To list HCX in your exchange you can follow this link https://www.hashcashconsultants.com/developers-list-hcx-exchange. As you can call our own aurora API and build up your services to get HCX whatever we have discussed out there. You can build your own aurora api and host a HCX node. There are some benefits to running a node as listed below..
There are different types of nodes, you can host and connect our existing network. Node type defines your participation in the network.
Watcher | Archiver | Basic validator | Full Validator | |
---|---|---|---|---|
Submit Transaction | Yes | Yes | Yes | Yes |
Supports Aurora | Yes | Yes | Yes | Yes |
Participates in FBA | No | No | Yes | Yes |
helps other nodes to catch up and join the network | No | Yes | No | Yes |
First of all you need to build HcNet-core and aurora on your server. Please follow the link below to complete that.
After successfully completing the above steps, go to the HcNet-core folder and create a configuration file like HCNet-Core.cfg and use the below config file that depends on which type of node you would like to host.
After that use below commands to start up a node.
Note:-Do not run the 4th command if you host a watcher and archiver node. For basic validator and full validator use all five commands.
1.Watcher Node:- Watcher nodes are configured to watch the activity from the network. Below is the configuration of Watcher Node. There is one operational requirement for a postgres database. You have to install it on your server.
2.Archiver Node:-History Archive contains snapshots of the ledger, all transactions and their results. It is needed when you would join an existing network.
3.Basic Validator:-It participates in transaction validation but does not help others to join an existing network. Because it does not keep history.
4.Full Validator:-Nodes fully participating in the network..
Support Agent
*Powered by HashCash