Downloads:
5,173
Downloads of v 0.10.3.1:
778
Last Update:
12 Apr 2017
Package Maintainer(s):
Software Author(s):
- Monero Project
Tags:
xmr p2p anonymity cryptonote cryptonightMonero Core
This is not the latest version of Monero Core available.
- 1
- 2
- 3
0.10.3.1 | Updated: 12 Apr 2017
Downloads:
5,173
Downloads of v 0.10.3.1:
778
Maintainer(s):
Software Author(s):
- Monero Project
Monero Core 0.10.3.1
This is not the latest version of Monero Core available.
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
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Exemption:
High AV detections is a known issue, please see package description.
Scan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Monero Core, run the following command from the command line or from PowerShell:
To upgrade Monero Core, run the following command from the command line or from PowerShell:
To uninstall Monero Core, 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 --version=0.10.3.1 --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'" --version="'0.10.3.1'" [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'" --version="'0.10.3.1'"
$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.10.3.1'
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.10.3.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller monero
{
Name = "monero"
Version = "0.10.3.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'monero':
ensure => '0.10.3.1',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 19 Jul 2017.
Monero Core consists of several applications, including monerod (the daemon used if running a full node, as it maintains the connection to the Monero network) and monero-wallet-cli (a Monero account manager application), as well as several other helper applications.
Monero (XMR) is a private, secure, untraceable, decentralised digital currency. You are your bank, you control your funds, and nobody can trace your transfers unless you allow them to do so.
Privacy: Monero uses a cryptographically sound system to allow you to send and receive funds without your transactions being easily revealed on the blockchain (the ledger of transactions that everyone has). This ensures that your purchases, receipts, and all transfers remain absolutely private by default.
Security: Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Individual wallets have a 25 word mnemonic seed that is only displayed once, and can be written down to backup the wallet. Wallet files are encrypted with a passphrase to ensure they are useless if stolen.
Untraceability: By taking advantage of ring signatures, a special property of a certain type of cryptography, Monero is able to ensure that transactions are not only untraceable, but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer.
Community
Log in or click on link to see number of positives.
- monero.0.10.3.1.nupkg (fda0bd2aec29) - ## / 59
- monero-blockchain-export.exe (3b96365d8d26) - ## / 61
- monero-blockchain-import.exe (05180adb83f6) - ## / 61
- monero-utils-deserialize.exe (571f00f0917a) - ## / 61
- monero-wallet-cli.exe (6593b4ae83da) - ## / 61
- monero-wallet-rpc.exe (c4ba34ee13cb) - ## / 61
- monerod.exe (330a4b110f6e) - ## / 61
- monero-blockchain-export.exe (0ebb5505b961) - ## / 60
- monero-blockchain-import.exe (32fac400bd33) - ## / 62
- monero-utils-deserialize.exe (cead593b5bce) - ## / 60
- monero-wallet-cli.exe (9913ced8afae) - ## / 61
- monero-wallet-rpc.exe (956abc238d2a) - ## / 61
- monerod.exe (ae7195e26af4) - ## / 62
- monero-win-x64-v0.10.3.1.zip (2fbda6f6b105) - ## / 59
- monero-win-x86-v0.10.3.1.zip (da628a45adfc) - ## / 60
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 | 86 | 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 | 238 | Wednesday, April 12, 2023 | Exempted | |
Monero Wallet 0.18.2.0 | 129 | Thursday, March 2, 2023 | Approved | |
Monero Wallet 0.18.1.2 | 215 | Friday, September 30, 2022 | Exempted | |
Monero Wallet 0.18.1.1 | 63 | Tuesday, September 20, 2022 | Exempted | |
Monero Wallet 0.18.1.0 | 155 | 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 | 135 | 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 | 148 | Monday, October 5, 2020 | Approved | |
Monero Wallet 0.17.0.0 | 129 | Friday, October 2, 2020 | Approved | |
Monero Wallet 0.16.0.3 | 188 | Friday, August 14, 2020 | Approved | |
Monero Wallet 0.16.0.1 | 234 | Monday, July 6, 2020 | Approved | |
Monero Wallet 0.16.0.0 | 150 | Tuesday, June 23, 2020 | Approved | |
Monero Core 0.10.3.1 | 778 | Wednesday, April 12, 2017 | Approved | |
Monero Wallet 0.8.8.6 | 448 | Monday, June 22, 2015 | Approved |
© 2014 Monero Project
This package has no dependencies.
Ground Rules:
- This discussion is only about Monero Core and the Monero Core 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 Core, 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.