Documentation ¶
Index ¶
- func GetPayout(pool Pool, payoutID int, testnet bool) payouts.Payout
- func Newzpool() *zpool
- type HashCryptos
- func (p *HashCryptos) GetFee() float64
- func (p *HashCryptos) GetID() int
- func (p *HashCryptos) GetName() string
- func (p *HashCryptos) GetPassword(payoutTicker string, network string) string
- func (p *HashCryptos) GetPayouts(testnet bool) []payouts.Payout
- func (p *HashCryptos) GetPendingPayout(addr string) uint64
- func (p *HashCryptos) GetStratumUrl() string
- func (p *HashCryptos) OpenBrowserPayoutInfo(addr string)
- type P2Pool
- func (p *P2Pool) GetFee() (fee float64)
- func (p *P2Pool) GetID() int
- func (p *P2Pool) GetName() string
- func (p *P2Pool) GetPassword(payoutTicker string, network string) string
- func (p *P2Pool) GetPayouts(testnet bool) []payouts.Payout
- func (p *P2Pool) GetPendingPayout(addr string) uint64
- func (p *P2Pool) GetStratumUrl() string
- func (p *P2Pool) OpenBrowserPayoutInfo(addr string)
- type Pool
- type Zergpool
- func (p *Zergpool) GetFee() float64
- func (p *Zergpool) GetID() int
- func (p *Zergpool) GetName() string
- func (p *Zergpool) GetPassword(payoutTicker string, network string) string
- func (p *Zergpool) GetPayouts(testnet bool) []payouts.Payout
- func (p *Zergpool) GetPendingPayout(addr string) uint64
- func (p *Zergpool) GetStratumUrl() string
- func (p *Zergpool) OpenBrowserPayoutInfo(addr string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HashCryptos ¶
func NewHashCryptos ¶
func NewHashCryptos() *HashCryptos
func (*HashCryptos) GetFee ¶
func (p *HashCryptos) GetFee() float64
func (*HashCryptos) GetID ¶
func (p *HashCryptos) GetID() int
func (*HashCryptos) GetName ¶
func (p *HashCryptos) GetName() string
func (*HashCryptos) GetPassword ¶
func (p *HashCryptos) GetPassword(payoutTicker string, network string) string
func (*HashCryptos) GetPayouts ¶
func (p *HashCryptos) GetPayouts(testnet bool) []payouts.Payout
func (*HashCryptos) GetPendingPayout ¶
func (p *HashCryptos) GetPendingPayout(addr string) uint64
func (*HashCryptos) GetStratumUrl ¶
func (p *HashCryptos) GetStratumUrl() string
func (*HashCryptos) OpenBrowserPayoutInfo ¶
func (p *HashCryptos) OpenBrowserPayoutInfo(addr string)
type P2Pool ¶
type P2Pool struct { LastFetchedPayout time.Time LastPayout uint64 LastFetchedFee time.Time LastFee float64 }
func (*P2Pool) GetPassword ¶
func (*P2Pool) GetPendingPayout ¶
func (*P2Pool) GetStratumUrl ¶
func (*P2Pool) OpenBrowserPayoutInfo ¶
type Pool ¶
type Zergpool ¶
func NewZergpool ¶
func NewZergpool() *Zergpool
func (*Zergpool) GetPassword ¶
func (*Zergpool) GetPendingPayout ¶
func (*Zergpool) GetStratumUrl ¶
func (*Zergpool) OpenBrowserPayoutInfo ¶
Click to show internal directories.
Click to hide internal directories.