Downloads:
5,142
Downloads of v 0.18.3.4:
75
Last Update:
22 Aug 2024
Package Maintainer(s):
Software Author(s):
- Monero Project
Tags:
xmr p2p anonymity cryptonote cryptonight cpu-mining- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Monero Wallet
- 1
- 2
- 3
0.18.3.4 | Updated: 22 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,142
Downloads of v 0.18.3.4:
75
Maintainer(s):
Software Author(s):
- Monero Project
Monero Wallet 0.18.3.4
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Monero Project. The inclusion of Monero Project trademark(s), if any, upon this webpage is solely to identify Monero Project goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Monero Wallet, run the following command from the command line or from PowerShell:
To upgrade Monero Wallet, run the following command from the command line or from PowerShell:
To uninstall Monero Wallet, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download monero --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade monero -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade monero -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install monero
win_chocolatey:
name: monero
version: '0.18.3.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'monero' do
action :install
source 'INTERNAL REPO URL'
version '0.18.3.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller monero
{
Name = "monero"
Version = "0.18.3.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'monero':
ensure => '0.18.3.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
Monero
Monero (XMR) is a new cryptocurrency which is based on CryptoNote code and is not a Bitcoin fork.
Main Monero features that were inherited from CryptoNote are Ring Signatures and unlinkable transactions.
Attention !
This software is detected as virus by many sources, the developper say to add an exception to your antivirus.
Virus related issue
Community
Documentation
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
Log in or click on link to see number of positives.
- monero.0.18.3.4.nupkg (b990838d2887) - ## / 69
- monero-win-x64-v0.18.3.4.zip (54a66db6c892) - ## / 70
- monero-win-x86-v0.18.3.4.zip (1a9824742aa1) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Monero Wallet 0.18.3.4 | 75 | Thursday, August 22, 2024 | Exempted | |
Monero Wallet 0.18.3.3 | 135 | Tuesday, April 2, 2024 | Exempted | |
Monero Wallet 0.18.3.2 | 162 | Thursday, November 23, 2023 | Exempted | |
Monero Wallet 0.18.2.2 | 237 | Wednesday, April 12, 2023 | Exempted | |
Monero Wallet 0.18.2.0 | 125 | Thursday, March 2, 2023 | Approved | |
Monero Wallet 0.18.1.2 | 211 | Friday, September 30, 2022 | Exempted | |
Monero Wallet 0.18.1.1 | 63 | Tuesday, September 20, 2022 | Exempted | |
Monero Wallet 0.18.1.0 | 153 | Monday, September 12, 2022 | Exempted | |
Monero Wallet 0.17.2.0 | 501 | Monday, April 12, 2021 | Approved | |
Monero Wallet 0.17.1.9 | 270 | Saturday, January 9, 2021 | Approved | |
Monero Wallet 0.17.1.8 | 132 | Thursday, December 31, 2020 | Approved | |
Monero Wallet 0.17.1.7 | 135 | Tuesday, December 15, 2020 | Approved | |
Monero Wallet 0.17.1.6 | 119 | Wednesday, December 9, 2020 | Approved | |
Monero Wallet 0.17.1.5 | 125 | Friday, November 27, 2020 | Approved | |
Monero Wallet 0.17.1.3 | 144 | Monday, November 16, 2020 | Approved | |
Monero Wallet 0.17.1.1 | 166 | Thursday, October 22, 2020 | Approved | |
Monero Wallet 0.17.1.0 | 135 | Wednesday, October 14, 2020 | Approved | |
Monero Wallet 0.17.0.1 | 147 | Monday, October 5, 2020 | Approved | |
Monero Wallet 0.17.0.0 | 128 | Friday, October 2, 2020 | Approved | |
Monero Wallet 0.16.0.3 | 187 | Friday, August 14, 2020 | Approved | |
Monero Wallet 0.16.0.1 | 233 | Monday, July 6, 2020 | Approved | |
Monero Wallet 0.16.0.0 | 150 | Tuesday, June 23, 2020 | Approved | |
Monero Core 0.10.3.1 | 777 | Wednesday, April 12, 2017 | Approved | |
Monero Wallet 0.8.8.6 | 447 | Monday, June 22, 2015 | Approved |
Monero Project
This package has no dependencies.
Ground Rules:
- This discussion is only about Monero Wallet and the Monero Wallet package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Monero Wallet, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.