miner

package
v0.2.3-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2022 License: LGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	// contains filtered or unexported fields
}

API is the private miner prefixed set of APIs in the Miner JSON-RPC spec.

func NewPrivateAPI

func NewPrivateAPI(
	ctx *server.Context,
	clientCtx client.Context,
	backend backend.EVMBackend,
) *API

NewPrivateAPI creates an instance of the Miner API.

func (*API) GetHashrate

func (api *API) GetHashrate() uint64

GetHashrate returns the current hashrate for local CPU miner and remote miner. Unsupported in Ethermint

func (*API) SetEtherbase

func (api *API) SetEtherbase(etherbase common.Address) bool

SetEtherbase sets the etherbase of the miner

func (*API) SetExtra

func (api *API) SetExtra(extra string) (bool, error)

SetExtra sets the extra data string that is included when this miner mines a block. Unsupported in Ethermint

func (*API) SetGasLimit

func (api *API) SetGasLimit(gasLimit hexutil.Uint64) bool

SetGasLimit sets the gaslimit to target towards during mining. Unsupported in Ethermint

func (*API) SetGasPrice

func (api *API) SetGasPrice(gasPrice hexutil.Big) bool

SetGasPrice sets the minimum accepted gas price for the miner. NOTE: this function accepts only integers to have the same interface than go-eth to use float values, the gas prices must be configured using the configuration file

func (*API) Start

func (api *API) Start(threads *int) error

Start starts the miner with the given number of threads. If threads is nil, the number of workers started is equal to the number of logical CPUs that are usable by this process. If mining is already running, this method adjust the number of threads allowed to use and updates the minimum price required by the transaction pool. Unsupported in Ethermint

func (*API) Stop

func (api *API) Stop()

Stop terminates the miner, both at the consensus engine level as well as at the block creation level. Unsupported in Ethermint

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL