Downloads:
34,079
Downloads of v 3.0.1:
471
Last Update:
06 Nov 2017
Package Maintainer(s):
Software Author(s):
- Electrum Developers
Tags:
bitcoin btc blockchain wallet cryptocurrency admin- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Electrum (Install)
This is not the latest version of Electrum (Install) available.
- 1
- 2
- 3
3.0.1 | Updated: 06 Nov 2017
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
34,079
Downloads of v 3.0.1:
471
Maintainer(s):
Software Author(s):
- Electrum Developers
Electrum (Install) 3.0.1
This is not the latest version of Electrum (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Electrum Developers. The inclusion of Electrum Developers trademark(s), if any, upon this webpage is solely to identify Electrum Developers 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
Validation Testing Passed
Verification Testing Passed
DetailsScan 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 Electrum (Install), run the following command from the command line or from PowerShell:
To upgrade Electrum (Install), run the following command from the command line or from PowerShell:
To uninstall Electrum (Install), 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 electrum.install --internalize --version=3.0.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 electrum.install -y --source="'INTERNAL REPO URL'" --version="'3.0.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 electrum.install -y --source="'INTERNAL REPO URL'" --version="'3.0.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 electrum.install
win_chocolatey:
name: electrum.install
version: '3.0.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'electrum.install' do
action :install
source 'INTERNAL REPO URL'
version '3.0.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller electrum.install
{
Name = "electrum.install"
Version = "3.0.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'electrum.install':
ensure => '3.0.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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 07 Nov 2017.
Electrum is an easy to use Bitcoin wallet. It protects you from losing coins in a backup mistake or computer failure, because your wallet can be recovered from a secret phrase that you can write on paper or learn by heart. There is no waiting time when you start the client, because it does not download the Bitcoin blockchain.
Features:
- Instant on: Your client does not download the blockchain. It uses a network of specialized servers that index the blockchain.
- Forgiving: Your wallet can be recovered from a secret seed.
- Safe: Your seed and private keys are encrypted on your hard drive. They are never sent to the servers.
- Low trust: Information received from the servers is verified using SPV. Servers are authenticated using SSL
- No downtimes: Your client is not tied to a particular server; it will switch instantly if your server is down.
- Ubiquitous: You can use the same wallet on different computers, they will synchronize automatically.
- Cold Storage: Sign transactions from a computer that is always offline. Broadcast them using a machine that does not have your keys.
- Reachable: You can export your private keys into other Bitcoin clients.
- Established: Electrum is open source and was first released in November 2011.
$packageName = 'electrum.install'
$packageSearch = $packageName
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| 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.
- electrum.install.3.0.1.nupkg (cac143eff5b5) - ## / 61
- electrum-3.0.1-setup.exe (0d4884b3da33) - ## / 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 |
---|---|---|---|---|
Electrum (Install) 4.5.8 | 217 | Wednesday, October 23, 2024 | Approved | |
Electrum (Install) 4.5.7 | 66 | Tuesday, October 22, 2024 | Approved | |
Electrum (Install) 4.5.6 | 139 | Wednesday, October 16, 2024 | Approved | |
Electrum (Install) 4.5.5 | 396 | Thursday, May 30, 2024 | Approved | |
Electrum (Install) 4.5.4 | 451 | Thursday, March 14, 2024 | Approved | |
Electrum (Install) 4.5.3 | 260 | Friday, February 23, 2024 | Approved | |
Electrum (Install) 4.5.2 | 291 | Sunday, January 21, 2024 | Approved | |
Electrum (Install) 4.5.1 | 101 | Saturday, January 20, 2024 | Approved | |
Electrum (Install) 4.5.0 | 204 | Saturday, January 13, 2024 | Approved | |
Electrum (Install) 4.4.6 | 569 | Tuesday, August 22, 2023 | Approved | |
Electrum (Install) 4.4.4 | 520 | Thursday, June 1, 2023 | Approved | |
Electrum (Install) 4.4.3 | 331 | Friday, May 12, 2023 | Approved | |
Electrum (Install) 4.4.2 | 197 | Friday, May 5, 2023 | Approved | |
Electrum (Install) 4.4.1 | 200 | Friday, April 28, 2023 | Approved | |
Electrum (Install) 4.4.0 | 215 | Wednesday, April 19, 2023 | Approved | |
Electrum (Install) 4.3.4 | 456 | Friday, January 27, 2023 | Approved | |
Electrum (Install) 4.3.3 | 325 | Tuesday, January 3, 2023 | Approved | |
Electrum (Install) 4.3.2 | 517 | Thursday, September 29, 2022 | Approved | |
Electrum (Install) 4.3.1 | 403 | Thursday, August 18, 2022 | Approved | |
Electrum (Install) 4.3.0 | 303 | Saturday, August 6, 2022 | Approved | |
Electrum (Install) 4.2.2 | 496 | Saturday, May 28, 2022 | Approved | |
Electrum (Install) 4.2.1 | 517 | Sunday, March 27, 2022 | Approved | |
Electrum (Install) 4.2.0 | 291 | Thursday, March 17, 2022 | Approved | |
Electrum (Install) 4.1.5 | 938 | Tuesday, July 20, 2021 | Approved | |
Electrum (Install) 4.1.3 | 463 | Thursday, June 17, 2021 | Approved | |
Electrum (Install) 4.1.2 | 735 | Friday, April 9, 2021 | Approved | |
Electrum (Install) 4.1.1 | 255 | Saturday, April 3, 2021 | Approved | |
Electrum (Install) 4.1.0 | 164 | Thursday, April 1, 2021 | Approved | |
Electrum (Install) 4.0.9 | 781 | Friday, December 18, 2020 | Approved | |
Electrum (Install) 4.0.8 | 159 | Friday, December 18, 2020 | Approved | |
Electrum (Install) 4.0.7 | 263 | Wednesday, December 9, 2020 | Approved | |
Electrum (Install) 4.0.6 | 232 | Saturday, December 5, 2020 | Approved | |
Electrum (Install) 4.0.5 | 299 | Wednesday, November 18, 2020 | Approved | |
Electrum (Install) 4.0.4 | 342 | Friday, October 16, 2020 | Approved | |
Electrum (Install) 4.0.3 | 343 | Friday, September 11, 2020 | Approved | |
Electrum (Install) 4.0.2 | 388 | Saturday, August 1, 2020 | Approved | |
Electrum (Install) 3.3.5 | 652 | Friday, May 10, 2019 | Approved | |
Electrum (Install) 3.3.4 | 317 | Thursday, February 28, 2019 | Approved | |
Electrum (Install) 3.3.3 | 274 | Monday, January 28, 2019 | Approved | |
Electrum (Install) 3.2.3 | 373 | Tuesday, September 11, 2018 | Approved | |
Electrum (Install) 3.2.2 | 289 | Thursday, August 16, 2018 | Approved | |
Electrum (Install) 3.1.2 | 1264 | Thursday, March 29, 2018 | Approved | |
Electrum (Install) 3.1.1 | 476 | Monday, March 12, 2018 | Approved | |
Electrum (Install) 3.1.0 | 422 | Wednesday, March 7, 2018 | Approved | |
Electrum (Install) 3.0.6 | 552 | Saturday, February 3, 2018 | Approved | |
Electrum (Install) 3.0.4 | 527 | Saturday, January 6, 2018 | Approved | |
Electrum (Install) 3.0.3 | 585 | Tuesday, December 12, 2017 | Approved | |
Electrum (Install) 3.0.2 | 618 | Monday, November 13, 2017 | Approved | |
Electrum (Install) 3.0.1 | 471 | Monday, November 6, 2017 | Approved | |
Electrum (Install) 2.9.2 | 645 | Thursday, August 3, 2017 | Approved | |
Electrum (Install) 2.9.1 | 377 | Thursday, August 3, 2017 | Approved | |
Electrum (Install) 2.9.0 | 437 | Thursday, July 27, 2017 | Approved | |
Electrum (Install) 2.8.3 | 655 | Monday, May 29, 2017 | Approved | |
Electrum (Install) 2.8.2 | 581 | Wednesday, March 22, 2017 | Approved | |
Electrum (Install) 2.8.1 | 489 | Saturday, March 11, 2017 | Approved | |
Electrum (Install) 2.8.0 | 441 | Thursday, March 9, 2017 | Approved | |
Electrum (Install) 2.7.18 | 528 | Wednesday, January 25, 2017 | Approved | |
Electrum (Install) 2.7.16 | 461 | Monday, January 9, 2017 | Approved | |
Electrum (Install) 2.7.15 | 454 | Friday, January 6, 2017 | Approved | |
Electrum (Install) 2.7.14 | 444 | Wednesday, January 4, 2017 | Approved | |
Electrum (Install) 2.7.13 | 400 | Tuesday, January 3, 2017 | Approved | |
Electrum (Install) 2.7.12 | 571 | Thursday, November 10, 2016 | Approved | |
Electrum (Install) 2.7.11 | 515 | Thursday, October 27, 2016 | Approved | |
Electrum (Install) 2.7.9 | 510 | Thursday, October 20, 2016 | Approved | |
Electrum (Install) 2.6.4 | 514 | Tuesday, April 12, 2016 | Approved | |
Electrum (Install) 2.6.3 | 434 | Sunday, March 20, 2016 | Approved | |
Electrum (Install) 2.6.2 | 454 | Monday, March 7, 2016 | Approved | |
Electrum (Install) 2.6.1 | 499 | Wednesday, March 2, 2016 | Approved | |
Electrum (Install) 2.6 | 435 | Friday, February 26, 2016 | Approved | |
Electrum (Install) 2.5.4 | 479 | Tuesday, November 17, 2015 | Approved | |
Electrum (Install) 2.5.1 | 463 | Sunday, October 18, 2015 | Approved | |
Electrum (Install) 2.5 | 451 | Sunday, October 18, 2015 | Approved | |
Electrum (Install) 2.4.2 | 436 | Tuesday, August 18, 2015 | Approved | |
Electrum (Install) 2.3.1 | 444 | Sunday, June 14, 2015 | Approved | |
Electrum (Install) 2.3 | 490 | Friday, June 12, 2015 | Approved | |
Electrum (Install) 2.2 | 481 | Friday, May 22, 2015 | Approved | |
Electrum (Install) 2.1.1 | 436 | Wednesday, May 20, 2015 | Approved | |
Electrum (Install) 2.0.4 | 477 | Friday, April 17, 2015 | Approved |
© 2012 Electrum
This package has no dependencies.
Ground Rules:
- This discussion is only about Electrum (Install) and the Electrum (Install) 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 Electrum (Install), 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.