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 was the reference full node Astrix implementation written in Go (golang).
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.
Go 1.19 or later.
-
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.
Astrixd has several configuration options available to tweak how it runs, but all of the basic operations work with zero configuration.
$ astrixd
Join our discord server using the following link: https://discord.gg/cwfDZJ9dHx
Astrixd is licensed under the copyfree ISC License.