Skip to content

This is an Electron Miner application that utilize EWBF's CUDA Zcash miner to mine Equihash Algorithm based cryptocurrency

License

Notifications You must be signed in to change notification settings

windht/tia-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIA Miner

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.

Screenshots

TIA-Miner

To Use

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.

Project Structure

  • app - All the html related file (GUI)
  • renderer - All the node api used by GUI
  • miner - All the miner binary, currently only EWBF Miner.
  • index.html - Entrance

License

CC0 1.0 (Public Domain)

About

This is an Electron Miner application that utilize EWBF's CUDA Zcash miner to mine Equihash Algorithm based cryptocurrency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published