miner

package
v0.9.18 Latest Latest
Warning

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

Go to latest
Published: May 9, 2015 License: LGPL-2.1-or-later Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent added in v0.8.4

type Agent interface {
	Work() chan<- *types.Block
	SetReturnCh(chan<- *types.Block)
	Stop()
	Start()
	GetHashRate() int64
}

type CpuMiner added in v0.8.4

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

func NewCpuMiner added in v0.8.4

func NewCpuMiner(index int, pow pow.PoW) *CpuMiner

func (*CpuMiner) GetHashRate added in v0.9.17

func (self *CpuMiner) GetHashRate() int64

func (*CpuMiner) Pow added in v0.8.4

func (self *CpuMiner) Pow() pow.PoW

func (*CpuMiner) SetReturnCh added in v0.9.17

func (self *CpuMiner) SetReturnCh(ch chan<- *types.Block)

func (*CpuMiner) Start added in v0.8.4

func (self *CpuMiner) Start()

func (*CpuMiner) Stop added in v0.8.4

func (self *CpuMiner) Stop()

func (*CpuMiner) Work added in v0.8.4

func (self *CpuMiner) Work() chan<- *types.Block

type Miner

type Miner struct {
	MinAcceptedGasPrice *big.Int
	// contains filtered or unexported fields
}

func New

func New(eth core.Backend, pow pow.PoW, minerThreads int) *Miner

func (*Miner) HashRate added in v0.8.4

func (self *Miner) HashRate() int64

func (*Miner) Mining

func (self *Miner) Mining() bool

func (*Miner) PendingBlock added in v0.9.17

func (self *Miner) PendingBlock() *types.Block

func (*Miner) PendingState added in v0.9.17

func (self *Miner) PendingState() *state.StateDB

func (*Miner) Register added in v0.9.17

func (self *Miner) Register(agent Agent)

func (*Miner) SetExtra added in v0.9.17

func (self *Miner) SetExtra(extra []byte)

func (*Miner) SetGasPrice added in v0.9.18

func (m *Miner) SetGasPrice(price *big.Int)

func (*Miner) Start

func (self *Miner) Start(coinbase common.Address)

func (*Miner) Stop

func (self *Miner) Stop()

type RemoteAgent added in v0.9.17

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

func NewRemoteAgent added in v0.9.17

func NewRemoteAgent() *RemoteAgent

func (*RemoteAgent) GetHashRate added in v0.9.17

func (a *RemoteAgent) GetHashRate() int64

func (*RemoteAgent) GetWork added in v0.9.17

func (a *RemoteAgent) GetWork() [3]string

func (*RemoteAgent) SetReturnCh added in v0.9.17

func (a *RemoteAgent) SetReturnCh(returnCh chan<- *types.Block)

func (*RemoteAgent) Start added in v0.9.17

func (a *RemoteAgent) Start()

func (*RemoteAgent) Stop added in v0.9.17

func (a *RemoteAgent) Stop()

func (*RemoteAgent) SubmitWork added in v0.9.17

func (a *RemoteAgent) SubmitWork(nonce uint64, mixDigest, seedHash common.Hash) bool

func (*RemoteAgent) Work added in v0.9.17

func (a *RemoteAgent) Work() chan<- *types.Block

type Work added in v0.8.4

type Work struct {
	Number    uint64
	Nonce     uint64
	MixDigest []byte
	SeedHash  []byte
}

Jump to

Keyboard shortcuts

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