UNPKG

minerbeans

Version:

Command-line tools for crypto mining accounting.

12 lines (10 loc) 215 B
const defaults = { costPerKwh: 0.18, cryptoName: "Monero", cryptoPayout: 0.0005818376, cryptoPriceUSD: 280, nonCryptoCurrency: "$USD", totalHrs: 24, wattsConsumption: 30 }; module.exports = defaults;