pow

package
v0.0.0-...-bcf92e7 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2018 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MSGHASKBLOCK = "hashblock"
	MSGHASKTX    = "hashtx"
)

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
	ZMQPublish chan bool
	Mutex      sync.Mutex
	Client     cl.Client

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

func NewPowService

func NewPowService(client cl.Client, 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) DiscreteMining

func (pow *PowService) DiscreteMining(n uint32) ([]*Uint256, 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() 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() error

func (*PowService) ZMQClientSend

func (pow *PowService) ZMQClientSend(MsgBlock ledger.Block)

func (*PowService) ZMQServer

func (pow *PowService) ZMQServer()

Jump to

Keyboard shortcuts

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