minecalc
Calculates expected mining profitability given computing power.
/minecalc [crypto] [hash rate] {power consumption} {power cost}
crypto
hash rate
power consumption (optional)
power cost (optional)
Description: The cryptocurrency being mined.
Valid Inputs: Name or symbol for a supported cryptocurrency.
Argument Examples:
bitcoin
eth
zcash
Description: Hash rate of the computer.
Valid Inputs: A number followed by a hash rate unit
Properly Formatted Hash Rates:
- 20GH
- 15H/s
- 700mH
- 10kh
- 50TH
Description: How much power the mining operations consume in Watts.
Valid Inputs: A valid number.
Default: 0
Argument Examples:
800
1200
Description: Cost of power in US Dollars/kWh
Valid Inputs: A valid number.
Default: 0
Argument Examples:
0.12
0.1
- /
minecalc BTC 50TH 800 0.12
/minecalc ETH 40MH
/minecalc ZEC 10KH/s 1200 0.1
Command previews are coming soon...
Last modified 9mo ago