Skip to content
View dmgcoin's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report dmgcoin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dmgcoin/README.md

Dmgcoin

ISC License GoDoc

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

What is dmg

Dmgcoin 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.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 dmgcoin including all dependencies:
$ git clone https://github.com/dmgcoin/dmgcoin
$ cd dmgcoin
$ go install . ./cmd/...
  • Dmgcoin (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

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

$ dmgcoin

Discord

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

Issue Tracker

The integrated github issue tracker is used for this project.

Issue priorities may be seen at https://github.com/orgs/dmgcoin/projects/4

Documentation

The documentation is a work-in-progress

License

Dmgcoin is licensed under the copyfree ISC License.

Popular repositories

  1. dmgcoin dmgcoin Public

    Go 2 1

  2. go-muhash go-muhash Public

    Go

  3. go-secp256k1 go-secp256k1 Public

    C

  4. dmgc-stratum-bridge dmgc-stratum-bridge Public

    Go