Skip to content

DctrlVan/numerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerator

A better bitcoin mining calculator.

Calculate mining profitability given various equipment and network assumptions.

Mining inception

Yo Dawg! I heard you like forks, so I forked your fork of an ethereum mining calculator! This was due to the poor state of bitcoin calculators available 😩.

The original can be found here.

Live version

Github hosted snapshot here.

Local Development Install

Requires npm, bower & gulp to be globally installed for CLI use.

git clone https://github.com/DecentralVan/numerator.git
cd numerator
npm install
bower install
cp bower_components/rickshaw/{package,bower}.json
gulp serve

Usage

  • First, choose a starting scenario (group of assumptions).
  • Second, choose a miner model from the dropdown list to have some performance numbers populated automatically.
  • Third, set your local parameters such as electricity prices and startup costs. The graphs update in realtime.
  • Fourth, click Save Scenario to save the numbers in browser local-storage for later recall, these will survive a browser restart and should be available to select from the scenario menu.

If your miner is not in the list you're probably going to lose money, open an issue or preferably add the specs directly to the list via a pull request. If the brand is not already shown, this may require also adding a new menu filter in the html menu here.

Features

  • ROI chart: This shows the overall return on investment (y axis) until the first cash-flow-negative cycle.
  • Profit convexity chart: This shows final ROI (y axis) across a range of possible average bitcoin prices.

External Network Requests

Original author(s) notes

Build tools

This project was built on the starter Angular Material project and took some cool stuff from this Yeoman Gulp generator. Files present in the gh-pages branch are generated using gulp and the build task. Generated files can be found in dist folder.

Credits

Others calculators:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • HTML 36.4%
  • CSS 4.0%