Documentation ¶
Index ¶
- Variables
- func DiffFloatToDiffInt(diffFloat float64) (diffInt *big.Int)
- func DiffToTarget(diff float64) (target *big.Int)
- func FormatRatReward(reward *big.Rat) string
- func FormatReward(reward *big.Int) string
- func GetTargetHex(diff *hexutil.Big) string
- func IsValidHexAddress(s string) bool
- func IsZeroHash(s string) bool
- func LocationFromName(name string) (common.Location, error)
- func MakeTimestamp() int64
- func MustParseDuration(s string) time.Duration
- func String2Big(num string) *big.Int
- func StringInSlice(a string, list []string) bool
- func TargetHexToDiff(targetHex string) *big.Int
- func ToHex(n int64) string
Constants ¶
This section is empty.
Variables ¶
View Source
var Ether = math.BigPow(10, 18)
View Source
var Shannon = math.BigPow(10, 9)
Functions ¶
func DiffFloatToDiffInt ¶
func DiffToTarget ¶
for NiceHash... fixme: rounding error causes invalid shares
func FormatRatReward ¶
func FormatReward ¶
func GetTargetHex ¶
func IsValidHexAddress ¶
func IsZeroHash ¶
func LocationFromName ¶ added in v0.14.0
func MakeTimestamp ¶
func MakeTimestamp() int64
func MustParseDuration ¶
func String2Big ¶
func StringInSlice ¶
func TargetHexToDiff ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.