Generate a GPG Key and revocation cert per http://www.gnupg.org/gpg/en/manual.html:
gpg --key-gen
gpg --output revoke.asc --gen-revoke <my user ID or email>
Once gpg key in keyring we can encrypt and decrypt files.
Generate a GPG Key and revocation cert per http://www.gnupg.org/gpg/en/manual.html:
gpg --key-gen
gpg --output revoke.asc --gen-revoke <my user ID or email>
Once gpg key in keyring we can encrypt and decrypt files.
This is a local copy of the commands from:
| # miner_pool.sh - executes a script against each instance: ./mine_pool.sh setup.sh | |
| # list your instances here | |
| # use ami-12b6477b | |
| INSTANCES="ec2-50-19-52-212.compute-1.amazonaws.com | |
| ec2-50-16-126-107.compute-1.amazonaws.com | |
| ec2-184-72-177-183.compute-1.amazonaws.com | |
| ec2-50-17-126-57.compute-1.amazonaws.com | |
| ec2-184-73-119-153.compute-1.amazonaws.com" |