pow

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2018 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TargetTimePerBlock = int64(config.Parameters.ChainParam.TargetTimePerBlock / time.Second)

	OrginAmountOfEla = 3300 * 10000 * 100000000
	SubsidyInterval  = 365 * 24 * 60 * 60 / TargetTimePerBlock
	RetargetPersent  = 25
)
View Source
var TaskCh chan bool

Functions

This section is empty.

Types

type PowService

type PowService struct {
	PayToAddr string
	MsgBlock  msgBlock
	Mutex     sync.Mutex

	Started bool

	RollbackTransactionSubscriber events.Subscriber
	// contains filtered or unexported fields
}

func NewPowService

func NewPowService(logDictionary string, localNet protocol.Noder) *PowService

func (*PowService) BlockPersistCompleted

func (pow *PowService) BlockPersistCompleted(v interface{})

func (*PowService) BroadcastBlock

func (pow *PowService) BroadcastBlock(MsgBlock *ledger.Block) error

func (*PowService) CollectTransactions

func (pow *PowService) CollectTransactions(MsgBlock *ledger.Block) int

func (*PowService) CreateCoinbaseTrx

func (pow *PowService) CreateCoinbaseTrx(nextBlockHeight uint32, addr string) (*tx.Transaction, error)

func (*PowService) GenerateBlock

func (pow *PowService) GenerateBlock(addr string) (*ledger.Block, error)

func (*PowService) GetTransactionCount

func (pow *PowService) GetTransactionCount() int

func (*PowService) Halt

func (pow *PowService) Halt()

func (*PowService) ManualMining added in v0.0.2

func (pow *PowService) ManualMining(n uint32) ([]*Uint256, error)

func (*PowService) RollbackTransaction

func (pow *PowService) RollbackTransaction(v interface{})

func (*PowService) SolveBlock

func (pow *PowService) SolveBlock(MsgBlock *ledger.Block, ticker *time.Ticker) bool

func (*PowService) Start

func (pow *PowService) Start()

Jump to

Keyboard shortcuts

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