https://github.com/gbenson/monero-node
Cloud deployment experiment
https://github.com/gbenson/monero-node
ansible aws docker ec2 grafana lambda linode monero openstack terraform
Last synced: 8 months ago
JSON representation
Cloud deployment experiment
- Host: GitHub
- URL: https://github.com/gbenson/monero-node
- Owner: gbenson
- Created: 2023-10-13T20:08:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T00:48:53.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:19:07.393Z (over 1 year ago)
- Topics: ansible, aws, docker, ec2, grafana, lambda, linode, monero, openstack, terraform
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <