hugevip / gord

gord is the reference full node GOR implementation written in Go (golang).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gord

GoDoc

Gord is the reference full node Gorbaniov implementation written in Go (golang).

What is Gorbaniov Network

GOR is decentralized cryptocurrency, that is making waves in the world of BlockChain. This innovative project is based on the Proof of Work consensus algorithm and uses the Blake3 hashing function to ensure the security and efficiency of its network.

Requirements

Go 1.18 or later.

Installation

Build from Source

  • Install Go according to the installation instructions here: http://golang.org/doc/install

  • Ensure Go was installed properly and is a supported version:

$ go version
  • Run the following commands to obtain and install gord including all dependencies:
$ git clone https://github.com/ixbaseANT/gord
$ cd gord
$ [go install . ./cmd/...]
$ build.sh
  • Gord (and utilities) should now be installed in $(go env GOPATH)/bin. If you did not already add the bin directory to your system path during Go installation, you are encouraged to do so now.

postgres

$ sudo apt install postgresql postgresql-contrib
$ sudo -u postgres psql
$ CREATE ROLE gorbaniov WITH LOGIN ENCRYPTED PASSWORD '1';
$ CREATE DATABASE gor OWNER gorbaniov;
$ Quit psql with \q

Web-interface

$ git clone https://github.com/ixbaseANT/gor-www

Getting Started

Gord has several configuration options available to tweak how it runs, but all of the basic operations work with zero configuration.

$ cd ~/go/bin
$ gord --utxoindex

Stratum server

$ git clone https://github.com/ixbaseANT/gor-bridge ...

Website

Join our website server using the following link: https://gorbaniov.com/

Twitter

Join our twitter server using the following link: https://twitter.com/GorCurrency

Discord

Join our discord server using the following link: https://discord.gg/YNYnNN5Pf2

Telegram

Join our telegram server using the following link: https://t.me/gorcurrency

About

gord is the reference full node GOR implementation written in Go (golang).

License:ISC License


Languages

Language:Go 99.6%Language:Shell 0.4%Language:Dockerfile 0.1%Language:xBase 0.0%Language:Batchfile 0.0%