Versions in this module Expand all Collapse all v2 v2.0.7 Feb 5, 2022 v2.0.6 Feb 5, 2022 Changes in this version + func Execute() + func Run(cmd *cobra.Command, args []string) + func SetupRunFlags(cmd *cobra.Command) + type Config struct + AddIPs []string + AddSeeds []string + BlockCypherAPIKey string + BlockProducerSeed string + ConnectIPs []string + DataDirectory string + DatadogProfiler bool + DisableNetworking bool + GlogV uint64 + GlogVmodule string + IgnoreInboundInvs bool + LogDBSummarySnapshots bool + LogDirectory string + MaxBlockTemplatesCache uint64 + MaxInboundPeers uint32 + MempoolDumpDirectory string + MinBlockUpdateInterval uint64 + MinFeerate uint64 + MinerPublicKeys []string + NumMiningThreads uint64 + OneInboundPerIp bool + Params *lib.DeSoParams + PostgresURI string + PrivateMode bool + ProtocolPort uint16 + RateLimitFeerate uint64 + ReadOnlyMode bool + Regtest bool + StallTimeoutSeconds uint64 + TXIndex bool + TargetOutboundPeers uint32 + TrustedBlockProducerPublicKeys []string + TrustedBlockProducerStartHeight uint64 + func LoadConfig() *Config + func (config *Config) Print() + type Node struct + Config *Config + Params *lib.DeSoParams + Postgres *lib.Postgres + Server *lib.Server + TXIndex *lib.TXIndex + func NewNode(config *Config) *Node + func (node *Node) Start() + func (node *Node) Stop()