This repo only contains related code, you need Electron Binary to run it in action.
This is an Electron Miner application that utilize EWBF's CUDA Zcash miner to mine Equihash Algorithm based cryptocurrency. Currently it only runs on Windows.
Use this app along with the Electron API Demos app for API code examples to help you get started.
It is more than a simple GUI:
- Real Time Earning - Real time earning calculation (data from CoinMarketCap).
- Auto-Switch (TODO) - Real time feedback from WhatToMine to determine the most profitable currency to mine.
- Remote Control (TODO) - A web-based remote control through TIA IOT interface.
You can learn more about the TIA Miner GPU Hardware at product page.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Install Electron globally
npm install electron -g
# Clone this repository
git clone https://github.com/windht/tia-miner
# Go into the repository
cd tia-miner
# Install dependencies
npm install
# Run the app with electron
electron .
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
app
- All the html related file (GUI)renderer
- All the node api used by GUIminer
- All the miner binary, currently only EWBF Miner.index.html
- Entrance