
1,221
Downloads
397
Downloads of v 1.10.0
1/22/2016
Last update
Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.
Documentation
Community
To install Dogecoin Core Wallet, run the following command from the command line or from PowerShell:
C:\> choco install dogecoin
To upgrade Dogecoin Core Wallet, run the following command from the command line or from PowerShell:
C:\> choco upgrade dogecoin
Files
Hide- tools\chocolateyInstall.ps1
Show
# MetaPackage
- tools\chocolateyUninstall.ps1
Show
# powershell v2 compatibility $psVer = $PSVersionTable.PSVersion.Major if ($psver -ge 3) { function Get-ChildItemDir {Get-ChildItem -Directory $args} } else { function Get-ChildItemDir {Get-ChildItem $args} } # MetaPackage $warningPreference = "Continue" $chocoLib = Join-Path $env:ChocolateyInstall "lib" if (Test-Path -PathType Container (Join-Path $chocoLib 'dogecoin.*')) { Write-Warning "Uninstall NOT complete." Write-Host @" This package is a metapackage; a chocolatey feature not yet fully implemented. To retain future compatibility this package does not uninstall the dependent package it points to as designated with *.install or *.portable.`n "@ Write-Warning "To finish removing the program installed by package dogecoin, please also run the command:" Write-Host " `n`tchoco uninstall " -NoNewLine $list = (Get-ChildItemDir $chocoLib\dogecoin.*).Name foreach ($i in $list) { Write-Host "$i " -NoNewLine } Write-Host "-y" }
Virus Scan Results
- dogecoin.1.10.0.nupkg (7305cb6e3173) - ## / 57 - Log in or click on link to see number of positives
Dependencies
-
- dogecoin.install (= 1.10.0)
Package Maintainer(s)
Software Author(s)
Copyright
© 2012 The Ðogecoin Project
Tags
Release Notes
Program
Package
- Automatically built and uploaded by dtgm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Dogecoin Core Wallet 1.10.0 | 397 | Friday, January 22, 2016 | approved |
Dogecoin Core Wallet 1.8.2 | 216 | Friday, July 10, 2015 | approved |
Dogecoin 1.7.1.0 | 354 | Sunday, July 13, 2014 | |
Dogecoin 1.7.1.0-ge362de3 | 254 | Saturday, July 12, 2014 |
Discussion for the Dogecoin Core Wallet Package
Ground rules:
- This discussion is only about Dogecoin Core Wallet and the Dogecoin Core 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 Dogecoin Core 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.