{"id":15146886,"url":"https://github.com/gbenson/monero-node","last_synced_at":"2025-10-24T01:31:12.938Z","repository":{"id":200040083,"uuid":"704681715","full_name":"gbenson/monero-node","owner":"gbenson","description":"Cloud deployment experiment","archived":false,"fork":false,"pushed_at":"2025-01-07T00:48:53.000Z","size":188,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T22:19:07.393Z","etag":null,"topics":["ansible","aws","docker","ec2","grafana","lambda","linode","monero","openstack","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbenson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-13T20:08:53.000Z","updated_at":"2025-01-16T04:57:00.000Z","dependencies_parsed_at":"2024-01-15T10:34:06.956Z","dependency_job_id":"44ea8c48-135e-488a-a401-3224a9a2c318","html_url":"https://github.com/gbenson/monero-node","commit_stats":{"total_commits":184,"total_committers":1,"mean_commits":184.0,"dds":0.0,"last_synced_commit":"6f70d0657ac3ac32a957d0b7ac281c18b054e39c"},"previous_names":["gbenson/monero-node"],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbenson%2Fmonero-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbenson%2Fmonero-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbenson%2Fmonero-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbenson%2Fmonero-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbenson","download_url":"https://codeload.github.com/gbenson/monero-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237901410,"owners_count":19384384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","aws","docker","ec2","grafana","lambda","linode","monero","openstack","terraform"],"created_at":"2024-09-26T12:20:25.353Z","updated_at":"2025-10-24T01:31:10.496Z","avatar_url":"https://github.com/gbenson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monero miner\nA toy Monero mining setup I've been using as a test load while I\nexperiment with deployment and orchestration options on different\ncompute providers.  Basically just something I can leave running\nwhile I figure out config, pricing and hardening on whatever platform\nI'm evaluating.\n\n## Initial setup\n### Terraform\n\nThis repository is set up to store Terraform's state in a submodule\nwhich it accesses via `git clone terraform@terraform:monero-node`.\nTo make this work you need to add the hostname or IP address of the\nserver holding that repo to either `/etc/hosts` or to your\n`~/.ssh/config`. I did the latter:\n\n```sh\ncat \u003e\u003e~/.ssh/config \u003c\u003cEOF\nHost terraform\nHostname (you know it)\nForwardX11 no\nForwardAgent no\nCompression no\nEOF\n```\n\nOnce that's done you can recursively clone the repo:\n```sh\ngit clone --recursive https://github.com/gbenson/monero-node.git\ncd monero-node\n```\n\n### OpenStack client\nThis part is optional unless you want to use the OpenStack client\ndirectly.  Create a Python virtual environment:\n```sh\npython3 -m venv venv\n. venv/bin/activate\n```\n\nUpgrade pip, install OpenStack client:\n```sh\npip install --upgrade pip\npip install python-openstackclient\n```\n\n## Usage\nSource OpenStack configuration and credentials:\n```sh\n. ~/.config/gbenson/secrets/openstack-openrc.sh\n```\n\nUpdate infrastructure to match definition:\n```sh\nterraform fmt \u0026\u0026 terraform plan -out=tfplan\nterraform apply tfplan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbenson%2Fmonero-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbenson%2Fmonero-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbenson%2Fmonero-node/lists"}