Downloads:
6,168
Downloads of v 0.6.91:
826
Last Update:
18 Jul 2017
Package Maintainer(s):
Software Author(s):
- NEM Project
Tags:
xem p2p cryptocurrency blockchain proof-of-importance poi admin- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Nem Wallet
- 1
- 2
- 3
0.6.91 | Updated: 18 Jul 2017
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,168
Downloads of v 0.6.91:
826
Maintainer(s):
Software Author(s):
- NEM Project
Nem Wallet 0.6.91
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by NEM Project. The inclusion of NEM Project trademark(s), if any, upon this webpage is solely to identify NEM Project goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
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:
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 nem --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 nem -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 nem -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 nem
win_chocolatey:
name: nem
version: '0.6.91'
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.91'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nem
{
Name = "nem"
Version = "0.6.91"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nem':
ensure => '0.6.91',
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 09 Jul 2020.
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
- 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. - Connect to http://127.0.0.1:8989 - The interface is a locally run service that is accessed via web browser
- Acquire XEM
- Tutorials
$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.
- nem.0.6.91.nupkg (5f20573b71fb) - ## / 58
- nemwallet-0.6.91-windows-installer.exe (fc645a7dd8f8) - ## / 64
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.91 | 826 | Tuesday, July 18, 2017 | Approved | |
Nem Wallet 0.6.87 | 438 | Wednesday, May 24, 2017 | Approved | |
Nem Wallet 0.6.84 | 439 | Tuesday, February 28, 2017 | Approved | |
Nem Wallet 0.6.83 | 447 | Thursday, February 2, 2017 | Approved | |
Nem Wallet 0.6.82 | 440 | Thursday, October 27, 2016 | Approved | |
Nem Wallet 0.6.79 | 435 | Thursday, October 20, 2016 | Approved | |
Nem Wallet 0.6.77 | 413 | Saturday, June 11, 2016 | Approved | |
Nem Wallet 0.6.76 | 429 | Saturday, June 11, 2016 | Approved | |
Nem Wallet 0.6.75 | 458 | Monday, May 16, 2016 | Approved | |
Nem Wallet 0.6.74 | 431 | Wednesday, March 23, 2016 | Approved | |
Nem Wallet 0.6.73 | 430 | Tuesday, January 5, 2016 | Approved | |
Nem Wallet 0.6.72 | 387 | Monday, January 4, 2016 | Approved | |
Nem Wallet 0.6.43 | 437 | Saturday, October 3, 2015 | Approved |
© 2014 NEM Project
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.