Categorygithub.com/astrix-network/astrixd
modulepackage
0.12.18
Repository: https://github.com/astrix-network/astrixd.git
Documentation: pkg.go.dev

# README

DEPRECATED

The full node reference implementation was rewritten in Rust, as a result, the Go implementation is now deprecated.

It is not possible to synchronize it to the network

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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package util provides astrix-specific convenience functions and types.
No description provided by the author