GEO-network-client icon indicating copy to clipboard operation
GEO-network-client copied to clipboard

Reference implementation of the GEO Protocol.

Logo

Releases

Telegram Chat Telegram Channel Gitter Chatl

Please, follow the link for releases changelog.


How to build

  1. Ensure requirements: libboost, libsodium23
  2. git clone [email protected]:GEO-Protocol/GEO-network-client.git geo-client
  3. cd geo-client
  4. cmake ./ && 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

  1. Please, use GitHub issues of this repo to describe your problem.
  2. If possible, please attach the log of the node, that is usually located in operations.log.
    Please, make sure that the node is runninf in DEBUG mode so more information would be included in final report.