Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MiningRigs

Index

Properties

btcAddress: string
devicesStatuses: { DISABLED?: number; MINING?: number }

Type declaration

  • [key: string]: number | undefined
  • Optional DISABLED?: number
  • Optional MINING?: number
externalAddress: boolean
lastPayoutTimestamp: string
minerStatuses: { MINING?: number }

Type declaration

  • [key: string]: number | undefined
  • Optional MINING?: number
miningRigGroups: any[]
miningRigs: { cpuExists?: boolean; cpuMiningEnabled?: boolean; devices?: { deviceType: { description: string; enumName: "UNKNOWN" | "NVIDIA" | "AMD" | "CPU" }; id: string; intensity: { description: string; enumName: "UNKNOWN" | "LOW" | "HIGH" }; load: number; name: string; nhqm: string; powerMode: { description: string; enumName: "UNKNOWN" | "LOW" | "MEDIUM" | "HIGH" | "MIXED" }; powerUsage: number; revolutionsPerMinute: number; revolutionsPerMinutePercentage: number; speeds: { algorithm: string; displaySuffix: string; speed: string; title: string }[]; status: { description: string; enumName: "MINING" | "INACTIVE" | "UNKNOWN" | "DISABLED" | "BENCHMARKING" | "ERROR" | "PENDING" | "OFFLINE" }; temperature: number }[]; groupName: string; joinTime?: number; localProfitability: number; minerStatus: string; name: string; notifications: string[]; profitability: number; rigId: string; rigPowerMode?: string; softwareVersions?: string; stats: { algorithm: { description: string; enumName: string }; difficulty: number; market: string; profitability: number; proxyId: number; speedAccepted: number; speedRejectedR1Target: number; speedRejectedR2Stale: number; speedRejectedR3Duplicate: number; speedRejectedR4NTime: number; speedRejectedR5Other: number; speedRejectedTotal: number; statsTime: number; timeConnected: number; unpaidAmount: string; xnsub: boolean }[]; statusTime: number; type: string; unpaidAmount: string; v4?: { actions: any[]; devices: any[]; mdv: { state: number }; mmv: { targetState: number; workerName: string }; odp: any[]; omp: any[]; osp: any[]; versions: any[] } }[]
nextPayoutTimestamp: string
pagination: Pagination
path: string
rigNhmVersions: string[]
rigTypes: { MANAGED?: number; UNMANAGED?: number }

Type declaration

  • [key: string]: number | undefined
  • Optional MANAGED?: number
  • Optional UNMANAGED?: number
totalDevices: number
totalProfitability: number
totalProfitabilityLocal: number
totalRigs: number
unpaidAmount: string

Generated using TypeDoc