https://github.com/bitcoin-com/mineragent
https://github.com/bitcoin-com/mineragent
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcoin-com/mineragent
- Owner: Bitcoin-com
- Created: 2017-03-13T08:06:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T20:08:40.000Z (about 9 years ago)
- Last Synced: 2025-01-26T06:25:29.685Z (over 1 year ago)
- Language: Shell
- Size: 472 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirement
Ubuntu server 16.04 x86_64, 2G disk size.
## Install
```
git clone https://github.com/bitcoin-com/mineragent.git
cd mineragent && ./shell/restart.sh
```
Then run command: `crontab -e` add the flowing line:
```
*/1 * * * * $path/mineragent/shell/check_alive.sh >/dev/null 2>&1
```
The `$path` is the path where you install the mineragent.