Skip to content

Astrixd is the reference full node Astrix implementation written in Go (golang).

License

Notifications You must be signed in to change notification settings

astrix-network/astrixd

Repository files navigation

It is not possible to synchronize this node but you can launch a RUST node and use a GO wallet if you need

PLEASE NOTE: Any pull requests or issues that will be opened in this repository will be closed without treatment, except for issues or pull requests related to the astrixwallet, which remains maintained. In any other case, please use the Rust implementation instead.

Astrixd

ISC License GoDoc

Astrixd was the reference full node Astrix implementation written in Go (golang).

What is astrix

Astrix is an attempt at a proof-of-work cryptocurrency with instant confirmations and sub-second block times. It is based on the PHANTOM protocol, a generalization of Nakamoto consensus.

Requirements

Go 1.19 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 astrixd including all dependencies:
$ git clone https://github.com/astrix-network/astrixd
$ cd astrixd
$ go install . ./cmd/...
  • Astrixd (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.

Getting Started

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

$ astrixd

Discord

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

License

Astrixd is licensed under the copyfree ISC License.

About

Astrixd is the reference full node Astrix implementation written in Go (golang).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages