This is a simple CPU miner for VECO with a user-friendly graphical interface.
Download the latest version here.
- Download the latest release.
- Unpack the zip file.
- Run "VECO_gui_miner.exe" to start the GUI miner.
- Fill in the required fields and click the "Mine" button.
Miner programs are often flagged as malware by antivirus programs. This is a false positive, as they are flagged simply because they are cryptocurrency miners. The source code is open for anyone to inspect. If you don't trust the software, please do not use it.
- tkinter
- tkinter.font
- subprocess
- threading
- queue
- json
- re
- os
A suitable cpuminer and its associated DLL files must be located in the same root directory as the script.
To generate the executable, run:
pyinstaller --onefile --windowed --icon=veco.ico Main.py