Versions in this module Expand all Collapse all v1 v1.3.1 Apr 24, 2019 v1.3.0 Jan 15, 2019 v1.2.0 Jan 10, 2019 v1.1.0 May 28, 2018 v1.0.0 May 5, 2018 Changes in this version + type Announcement struct + Ann bool + Date time.Time + DateString string + ID int + Link string + Text string + type Config struct + APIEndpoint string + Address string + Mid string + Miner miner.Config + PoolID int + type ElectronMessage struct + Data string + type GUI struct + func New(appName string, config *Config, asset bootstrap.Asset, ...) (*GUI, error) + func (gui *GUI) GetAnnouncement() (Announcement, error) + func (gui *GUI) GetPool(id int) (PoolData, error) + func (gui *GUI) GetPoolList() ([]PoolData, error) + func (gui *GUI) GetPoolTemplate(withChangeOption bool) (*template.Template, error) + func (gui *GUI) GetStats(poolID int, hashrate float64, mid string) (string, error) + func (gui *GUI) Run() error + func (gui *GUI) SaveConfig(config Config) error + type GlobalStats struct + Circulation string + Difficulty string + Hashrate string + Height string + LastBlock struct{ ... } + MarketCap string + Pool PoolData + PoolHTML string + Price string + Records struct{ ... } + Volume string + VolumeCrex string + VolumeTradeogre string + XtlPerDay string + type PoolData struct + APIType string + Config string + DisplayInMiner int + Endpoint string + Hashrate string + ID int + IsEnabled int + LastBlock string + LastUpdate string + Miners string + Name string + Rank int + URL string