Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Experiments with cloud deployment
- Host: GitHub
- URL: https://github.com/gbenson/monero-node
- Owner: gbenson
- Created: 2023-10-13T20:08:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T00:00:44.000Z (4 months ago)
- Last Synced: 2024-09-27T12:20:26.618Z (3 months ago)
- Topics: ansible, aws, docker, ec2, grafana, lambda, linode, monero, openstack, terraform
- Language: Go
- Homepage:
- Size: 172 KB
- Stars: 2
- 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
### TerraformThis 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 <