How to install monero-project/monero. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
monero-project/monero Installation Guide
How to install monero-project/monero. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for monero-project/monero. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i monero-project/moneroor
Install via npx
npx @hexmos/ipm i monero-project/moneroPrerequisites
Python
languageVersion: >=3.6.0
Git
system_toolUsed for version control and cloning repositories.
Node.js
build_toolVersion: >=16.0.0
npm
package_managerUsed for managing Node.js packages and dependencies.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
docker run -it -v /monero/chain:/home/monero/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monerodocker run -it -d -v /monero/chain:/home/monero/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monerobrew install monerogit clone --recursive https://github.com/monero-project/monero.gitgit clone --recursive https://github.com/monero-project/monero.gitmake -D SANITIZE=ON -D CMAKE_BUILD_TYPE=Debug ../..mkdir -p build/releasemonerosudo apt install moneroPost Installation Steps
- Start the Monero daemon.
- Open a web browser and navigate to http://localhost:8080/ to access the Monero UI.
- If you are using a wallet, connect it to the Monero network.
