dcrd/sampleconfig
Dave Collins 4c7d103f3e
config: Add flag to allow unsynced testnet mining.
This introduces a new flag named allowunsyncedmining which allows checks
that prevent unsynchonrized mining to be disabled on testnet.  This is
an advanced option and should not be used unless you understand exactly
why it exists and what it implications it carries.
2019-12-27 18:36:45 -06:00
..
doc.go sampleconfig: Add package README and doc.go. 2017-08-25 12:35:11 -05:00
README.md build: Replace TravisCI with CI via Github actions. 2019-09-20 19:59:04 -05:00
sampleconfig.go config: Add flag to allow unsynced testnet mining. 2019-12-27 18:36:45 -06:00

sampleconfig

Build Status ISC License GoDoc

Package sampleconfig provides a single constant that contains the contents of the sample configuration file for dcrd. This is provided for tools that perform automatic configuration and would like to ensure the generated configuration file not only includes the specifically configured values, but also provides samples of other configuration options.

Installation and Updating

$ go get -u github.com/decred/dcrd/sampleconfig

License

Package sampleconfig is licensed under the copyfree ISC License.