{"id":16153739,"url":"https://github.com/moneroexamples/compile-monero-fedora","last_synced_at":"2026-01-21T10:02:47.325Z","repository":{"id":70343496,"uuid":"45771731","full_name":"moneroexamples/compile-monero-fedora","owner":"moneroexamples","description":null,"archived":false,"fork":false,"pushed_at":"2016-12-19T22:10:46.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T23:42:24.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/moneroexamples.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":"2015-11-08T07:48:45.000Z","updated_at":"2021-06-05T17:58:46.000Z","dependencies_parsed_at":"2023-03-11T08:29:30.037Z","dependency_job_id":null,"html_url":"https://github.com/moneroexamples/compile-monero-fedora","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moneroexamples/compile-monero-fedora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fcompile-monero-fedora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fcompile-monero-fedora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fcompile-monero-fedora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fcompile-monero-fedora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moneroexamples","download_url":"https://codeload.github.com/moneroexamples/compile-monero-fedora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fcompile-monero-fedora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T01:14:20.662Z","updated_at":"2026-01-21T10:02:47.302Z","avatar_url":"https://github.com/moneroexamples.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compile Monero on Fedora 25 x86_64\nThe example shows how to compile current github version of [Monero](https://getmonero.org/), as of 12 Dec 2016,\non Fedora 25 x86_64.\n\n## Preparation\nBefore proceeding to the compilation, the following packages are required:\n\n```bash\n#install git\nsudo dnf install git\n\n# install dependencies\nsudo dnf install make automake cmake gcc-c++ boost-devel miniupnpc-devel graphviz doxygen unbound-devel libunwind-devel pkgconfig openssl-devel libcurl-devel\n```\n\n## Compilation\nHaving the dependencies, we can download the current Monero version and compile it as follows:\n\n```bash\n# download the latest Monero source code from github\ngit clone https://github.com/monero-project/monero\n\n# go into monero folder\ncd monero/\n\n# compile the release version.\nmake # or make -j number_of_threads, e.g., make -j 2\n```\n## Installation (optional)\nAfter successful compilation, the Monero binaries should be located in `./bin`\n\nI usually move the binaries into `/opt/monero/` folder. This can be done\nas follows:\n\n```bash\n# optional\nsudo mkdir -p /opt/monero\nsudo mv -v ./build/release/bin/* /opt/monero/\n```\n\nNow we can start the Monero daemon and let it\ndownload the blockchain and synchronize itself with the Monero network. After that, you can run your the `simplewallet`.\n\n```bash\n# launch the Monero daemon and let it synchronize with the Monero network\n/opt/bitmonero/bitmonerod\n\n# launch the Monero wallet\n/opt/bitmonero/simplewallet\n```\n\n\n## How can you help?\n\nConstructive criticism, code and website edits are always good. They can be made through github.\n\nSome Monero are also welcome:\n```\n48daf1rG3hE1Txapcsxh6WXNe9MLNKtu7W7tKTivtSoVLHErYzvdcpea2nSTgGkz66RFP4GKVAsTV14v6G3oddBTHfxP6tU\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneroexamples%2Fcompile-monero-fedora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoneroexamples%2Fcompile-monero-fedora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneroexamples%2Fcompile-monero-fedora/lists"}