Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gbenson/monero-node

Experiments with cloud deployment
https://github.com/gbenson/monero-node

ansible aws docker ec2 grafana lambda linode monero openstack terraform

Last synced: 1 day ago
JSON representation

Experiments with cloud deployment

Awesome Lists containing this project

README

        

# Monero miner
A toy Monero mining setup I've been using as a test load while I
experiment with deployment and orchestration options on different
compute providers. Basically just something I can leave running
while I figure out config, pricing and hardening on whatever platform
I'm evaluating.

## Initial setup
### Terraform

This repository is set up to store Terraform's state in a submodule
which it accesses via `git clone terraform@terraform:monero-node`.
To make this work you need to add the hostname or IP address of the
server holding that repo to either `/etc/hosts` or to your
`~/.ssh/config`. I did the latter:

```sh
cat >>~/.ssh/config <