Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:37:36.000Z (about 2 years ago)
- Last Synced: 2024-10-10T16:31:56.813Z (3 months ago)
- Topics: bitcoin, miner, schedule, timer
- Language: Python
- Homepage:
- Size: 6.86 MB
- Stars: 23
- Watchers: 3
- 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
```