https://github.com/arhea/claymorectl
Utility for managing Claymore Ethereum Miner
https://github.com/arhea/claymorectl
Last synced: 11 months ago
JSON representation
Utility for managing Claymore Ethereum Miner
- Host: GitHub
- URL: https://github.com/arhea/claymorectl
- Owner: arhea
- Created: 2018-07-19T18:28:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T14:57:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T08:50:13.722Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claymore Ethereum Miner Control
`claymorectl` aims to make it easy to install and configure the Claymore miner on your Linux machine.
## Getting Started
There is not installation needed for the `claymorectl`. Simply download or clone this repo, change into the directory, and run the `./claymorectl` bash script from your machine.
To install and configure the Claymore Miner run the following commands.
```bash
./claymorectl install "" ""
./claymorectl start
```
## Documentation
### `./claymorectl install "" ""`
Installs and configures the Claymore mining tool for the first time. This command should only be run once.
- wallet - is your etherum wallet address following this scheme `YOUR_ETH_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL`
- pool - the address of your etherum pool. for example: `eth-eu1.nanopool.org:9999`
### `./claymorectl update`
This will download the latest Claymore mining utility.
### `./claymorectl config "" ""`
Updates the wallet and pool configuration. This will automatically recycle the miner as well.
- wallet - is your etherum wallet address following this scheme `YOUR_ETH_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL`
- pool - the address of your etherum pool. for example: `eth-eu1.nanopool.org:9999`
### `./claymorectl start`
Starts the miner and enables it to run on system boot.
### `./claymorectl stop`
Stops the miner and disables it from running on boot.
### `./claymorectl tail`
Tails the miner's logs.