MCPcopy Create free account
hub / github.com/ethstorage/es-node / CLIConfig

Struct CLIConfig

ethstorage/miner/cli.go:101–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type CLIConfig struct {
102 Enabled bool
103 GasPrice *big.Int
104 PriorityGasPrice *big.Int
105 MinimumProfit *big.Int
106 MaxGasPrice *big.Int
107 ZKeyFile string
108 ZKWorkingDir string
109 ZKProverMode uint64
110 ZKProverImpl uint64
111 ThreadsPerShard uint64
112 EmailEnabled bool
113}
114
115func (c CLIConfig) Check() error {
116 info, err := os.Stat(filepath.Join(c.ZKWorkingDir, prover.SnarkLib))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected