Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

5,894

Downloads of v 0.6.79:

414

Last Update:

20 Oct 2016

Package Maintainer(s):

Software Author(s):

  • NEM Project

Tags:

xem p2p cryptocurrency blockchain proof-of-importance poi admin

Nem Wallet

This is not the latest version of Nem Wallet available.

  • 1
  • 2
  • 3

0.6.79 | Updated: 20 Oct 2016

Downloads:

5,894

Downloads of v 0.6.79:

414

Maintainer(s):

Software Author(s):

  • NEM Project

Nem Wallet 0.6.79

This is not the latest version of Nem Wallet available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Nem Wallet, run the following command from the command line or from PowerShell:

>

To upgrade Nem Wallet, run the following command from the command line or from PowerShell:

>

To uninstall Nem Wallet, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade nem -y --source="'INTERNAL REPO URL'" --version="'0.6.79'" [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 nem -y --source="'INTERNAL REPO URL'" --version="'0.6.79'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install nem
  win_chocolatey:
    name: nem
    version: '0.6.79'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'nem' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.6.79'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller nem
{
    Name     = "nem"
    Version  = "0.6.79"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'nem':
  ensure   => '0.6.79',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 21 Oct 2016.

Description

New Economy Movement (NEM) Wallet, is an open source peer-to-peer cryptocurrency and payment network launched in 2015. It uses proof-of-importance to reach consensus for transactions - as such there is a static money supply and no mining as with Bitcoin. NEM is a fork of NXT due to the discontent of the limited initial distribution of 1 billion NXT to 75 users and the desire to develop a more fair consensus algorithm.

NEM Wallet is composed of two parts, the NEM Community Client (NCC) and NEM Infrastructure Server (NIS). NCC provides a web interface for managing wallets and interacting with NIS, the lightweight background server, managing the p2p synchronizing of the NEM blockchain.

Initial distribution

NEM published its intent and design goals publicly and allowed anyone to sign-up to receive a free stake in Jan 2014. A total of 1,500 users reserved stakes. Nem stakes were paid out to users as XEM, NEM's currency code similar to BTC/LTC/USD/EUR/CNY/JPY.

Proof-of-Importance (POI)

POI is the consensus algorithm at the core of the NEM software. The higher your importance, the higher your chance to be allowed to calculate a block (and harvest the fees inside that block). POI adjusts your importance depending on how many transactions you make, with whom you make them and a number of other factors. If you don't do any transactions POI will set your importance based on your balance only (it is then similar to proof-of-stake). This discourages stake-holders from not being active on the network and sitting on their stake.

Harvesting

Harvesting is a process whereby a node will calculate blocks and add them to the blockchain. A block is calculated about every minute and contains all transactions sent within that minute. Every transaction requires a minimum 1 XEM to process, increasing based on the amount of data within the transaction. For example, including a message like a receipt within a transaction will increase the fee to process the transaction as it costs more to store the data on the public blockchain. The proof-of-importance algorithm helps to decide which node is allowed to calculate a block and is rewarded with the fees of all transactions in that block.

You may harvest by installing this package, logging into your wallet, and click "Start local harvesting". Note you must have a minimum vested balance (currently 10,000 XEM).

Security

Unlike Bitcoin or other altcoins, there is no local wallet with NEM. More specifically, the NEM uses a “brain wallet”, which is to say that wallets are decentralized and kept on the network. When you create an account in NEM, your secret passphrase is used to create your account number. Once your account number is generated, you can unlock it and access it by using your passphrase on any running NEM node.

For this reason, a very secure password is extremely important. To estimate how secure your password is, consider testing some fake passwords similar in character selection and formatting to passwords you generally use at https://howsecureismypassword.net/.

If you have difficulty remembering secure passwords, consider using secure password managers such as webapp LastPass or localhost software like KeePass.

Getting started

  1. Start $env:ProgramFiles\nemwallet\wallet.exe - Once the client starts, it will begin downloading and syncing the NEM blockchain via port 7890. It may be necessary to setup port forwarding on your router.
  2. Connect to http://127.0.0.1:8989 - The interface is a locally run service that is accessed via web browser
  3. Acquire XEM
  4. Tutorials

tools\chocolateyInstall.ps1
$packageName = 'nem'
$installerType = 'exe'
$silentArgs = '--mode unattended --unattendedmodeui none --debuglevel 0'
$url = 'http://bob.nem.ninja/installer/nemwallet-0.6.79-windows-installer.exe'
$checksum = 'aa0bd46d007bd63593be44f907c6499ecc04c4cb67769fac850cbdd7902416ab'
$checksumType = 'sha256'
$validExitCodes = @(0)

Install-ChocolateyPackage -PackageName "$packageName" `
                          -FileType "$installerType" `
                          -SilentArgs "$silentArgs" `
                          -Url "$url" `
                          -ValidExitCodes $validExitCodes `
                          -Checksum "$checksum" `
                          -ChecksumType "$checksumType"
tools\chocolateyUninstall.ps1
$ErrorActionPreference = "SilentlyContinue"
$procName = "wallet"
Stop-Process -Name $procName -Force
$procName = "java"
$procId = (Get-WmiObject Win32_Process -Filter "name like '$procName%'" | Where-Object {$_.CommandLine -Match "org.nem"}).ProcessId
if ($procId) {
  $procId | foreach {Stop-Process -Id $_ -Force}
}
$packageName = 'nem'
$packageSearch = "NEM Wallet"
$installerType = 'exe'
$silentArgs = '--mode unattended --debuglevel 0'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
| Where-Object   { $_.DisplayName -like "$packageSearch" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
                                               -FileType "$installerType" `
                                               -SilentArgs "$($silentArgs)" `
                                               -File "$($_.UninstallString.Replace('"',''))" `
                                               -ValidExitCodes $validExitCodes }

Log in or click on link to see number of positives.

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
Nem Wallet 0.6.87 420 Wednesday, May 24, 2017 Approved
Nem Wallet 0.6.84 423 Tuesday, February 28, 2017 Approved
Nem Wallet 0.6.83 432 Thursday, February 2, 2017 Approved
Nem Wallet 0.6.82 418 Thursday, October 27, 2016 Approved
Nem Wallet 0.6.79 414 Thursday, October 20, 2016 Approved
Nem Wallet 0.6.77 397 Saturday, June 11, 2016 Approved
Nem Wallet 0.6.76 413 Saturday, June 11, 2016 Approved
Nem Wallet 0.6.75 442 Monday, May 16, 2016 Approved
Nem Wallet 0.6.74 409 Wednesday, March 23, 2016 Approved
Nem Wallet 0.6.73 409 Tuesday, January 5, 2016 Approved
Nem Wallet 0.6.72 369 Monday, January 4, 2016 Approved
Nem Wallet 0.6.43 420 Saturday, October 3, 2015 Approved
Discussion for the Nem Wallet Package

Ground Rules:

  • This discussion is only about Nem Wallet and the Nem 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 Nem 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.
comments powered by Disqus