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

https://github.com/amitkumarj441/zcash-miner

Run Zcash miner on an AWS Docker swarm cluster
https://github.com/amitkumarj441/zcash-miner

aws docker scripting zcash

Last synced: 3 months ago
JSON representation

Run Zcash miner on an AWS Docker swarm cluster

Awesome Lists containing this project

README

        

# Zcash-miner

Check out [zcash-miner](https://hub.docker.com/r/amitkumarjaiswal/zcash-miner/) docker image on Docker Hub.

Run Zcash miner on an AWS Docker swarm cluster.

Install the required packages. (important: need `docker >= v1.12`)

`$ brew install docker awscli`
Create a config.conf then run the commands below.

`$ export AWS_ACCESS_KEY_ID=`
`$ export AWS_SECRET_ACCESS_KEY=`

Generate the swarm cluster.

`$ bash generateCluster.sh`