kaspad/doc.go
Lazzeruz 3bfd50a3d9 Dev init
Just some name changes, put in a stand in emission amount, and started copying the algo from Karlsen. Not release worthy yet. Therefore Dev branch exists now.

Also, for now this is for research purposes only. I got no clue what to build on top of Kaspa yet.
Help would be appreciated for ideas and implementations.
2023-12-09 20:46:33 +01:00

30 lines
983 B
Go

/*
Copyright (c) 2018-2019 The kaspanet developers
Copyright (c) 2013-2018 The btcsuite developers
Copyright (c) 2015-2016 The Decred developers
Copyright (c) 2013-2014 Conformal Systems LLC.
Use of this source code is governed by an ISC
license that can be found in the LICENSE file.
zoomyd is a full-node kaspa implementation written in Go.
The default options are sane for most users. This means zoomyd will work 'out of
the box' for most users. However, there are also a wide variety of flags that
can be used to control it.
Usage:
zoomyd [OPTIONS]
For an up-to-date help message:
zoomyd --help
The long form of all option flags (except -C) can be specified in a configuration
file that is automatically parsed when zoomyd starts up. By default, the
configuration file is located at ~/.zoomyd/zoomyd.conf on POSIX-style operating
systems and %LOCALAPPDATA%\zoomyd\zoomyd.conf on Windows. The -C (--configfile)
flag can be used to override this location.
*/
package main