Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + const DefaultAppDataDirname + const DefaultCAFilename + const DefaultConfigFilename + const DefaultLogDirname + const DefaultLogFilename + const DefaultLogLevel + const DefaultRPCMaxClients + const DefaultRPCMaxWebsockets + const WalletDbName + func CreateSimulationWallet(activenet *netparams.Params, cfg *Config) error + func CreateWallet(activenet *netparams.Params, config *pod.Config) error + func GenerateRPCKeyPair(config *pod.Config, writeKey bool) (tls.Certificate, error) + func Main(config *pod.Config, stateCfg *state.Config, activeNet *netparams.Params, ...) error + func NetworkDir(dataDir string, chainParams *netparams.Params) string + func ReadCAFile(config *pod.Config) []byte + func Version() string + type Config struct + AddPeers *cli.StringSlice + AppDataDir *string + BanDuration *time.Duration + BanThreshold *int + CAFile *string + ConfigFile *string + ConnectPeers *cli.StringSlice + Create *bool + CreateTemp *bool + DataDir *string + EnableClientTLS *bool + EnableServerTLS *bool + ExperimentalRPCListeners *cli.StringSlice + LegacyRPCListeners *cli.StringSlice + LegacyRPCMaxClients *int + LegacyRPCMaxWebsockets *int + LogDir *string + LogLevel *string + MaxPeers *int + NoInitialLoad *bool + OneTimeTLSKey *bool + Password *string + PodPassword *string + PodUsername *string + Profile *string + Proxy *string + ProxyPass *string + ProxyUser *string + RPCCert *string + RPCConnect *string + RPCKey *string + ShowVersion *bool + SimNet *bool + TestNet3 *bool + UseSPV *bool + Username *string + WalletPass *string