GEO-network-client
GEO-network-client copied to clipboard
Reference implementation of the GEO Protocol.
Releases
Please, follow the link for releases changelog.
How to build
- Ensure requirements:
libboost,libsodium23 git clone [email protected]:GEO-Protocol/GEO-network-client.git geo-clientcd geo-clientcmake ./ && make
Client build would be available in ./bin/ as geo_network_client.
How to use
First of all: you do not need to build the client for your own.
Just use our docker image and you are ready to go.
Please, follow the documentation link for the detailed instructions how to run the node.
How to report issues
- Please, use GitHub issues of this repo to describe your problem.
- If possible, please attach the log of the node, that is usually located in
operations.log.
Please, make sure that the node is runninf inDEBUGmode so more information would be included in final report.
