Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```