https://github.com/kedpter/secret_miner
Miner(cpu or gpu) for bitcoin, secretly run in a period of time
https://github.com/kedpter/secret_miner
bitcoin miner schedule timer
Last synced: about 1 year ago
JSON representation
Miner(cpu or gpu) for bitcoin, secretly run in a period of time
- Host: GitHub
- URL: https://github.com/kedpter/secret_miner
- Owner: kedpter
- License: mit
- Created: 2018-07-02T03:55:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:37:36.000Z (over 3 years ago)
- Last Synced: 2025-04-15T04:11:24.724Z (about 1 year ago)
- Topics: bitcoin, miner, schedule, timer
- Language: Python
- Homepage:
- Size: 6.86 MB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
## Secret_miner
This project is intended to run bitcoin miner under a period of time in every day.
Currently Supported :
- In linux (GPU), [ethminer](https://github.com/ethereum-mining/ethminer/releases)
- In windows(CPU), [cpuminer](https://sourceforge.net/projects/cpuminer/files/)
You can download another version and replace the miner if you want.
- INSTALL
```
pip install secret_miner
```
- SETTINGS
1. Save config
```bash
# for options check --help
secret_miner -s -u user:password -d 0 -a mining_address
```
2. Run
```bash
secret_miner
```
3. Other stuff (run test if you want?)
```bash
# run test on gpu
secret_miner -t run -d 1
```