Downloads:
34,079
Downloads of v 4.5.6:
139
Last Update:
16 Oct 2024
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
4.5.6 | Updated: 16 Oct 2024
- 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 4.5.6:
139
Maintainer(s):
Software Author(s):
- Electrum Developers
Electrum (Install) 4.5.6
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
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=4.5.6 --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="'4.5.6'" [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="'4.5.6'"
$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: '4.5.6'
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 '4.5.6'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller electrum.install
{
Name = "electrum.install"
Version = "4.5.6"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'electrum.install':
ensure => '4.5.6',
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 16 Oct 2024.
Electrum.install
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.
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$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 }
The MIT License (MIT)
Copyright (c) 2011-2024 The Electrum developers
Copyright (c) 2011-2024 Thomas Voegtlin
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from the GitHub mirror and can be verified like this:
1. Download the following installer(s):
x86: https://download.electrum.org/4.5.6/electrum-4.5.6-setup.exe
2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksumtype: sha256
checksum32: 981640c689e138958f24156123c96bcbb928cd3abbd5d91f6f936ee6ec6172a5
The included 'LICENSE.txt' file have been obtained from:
https://github.com/spesmilo/electrum/blob/master/LICENCE
Log in or click on link to see number of positives.
- electrum.install.4.5.6.nupkg (df8fc8542b31) - ## / 67
- electrum-4.5.6-setup.exe (981640c689e1) - ## / 71
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
Program
Package
- Automatically built and uploaded by tunisiano
- Package not up-to-date after a few days ? Create an issue
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.