Releases: Electron-Cash/Electron-Cash
Electron Cash 4.4.5 with CashFusion, CashTokens, and RPA
This is minor release of Electron Cash. It contains various small fixes and corrections. Most notable is the transaction deserialization fixes from #3218 which make Electron Cash fully compatible with the May 15 2026 upgrade.
All users of Electron Cash are recommended to upgrade as soon as possible otherwise they may get txn deserialization errors for valid on-chain txns that have CashToken NFT commitments >40 bytes (which is new with the May 2026 upgrade).
What's New in 4.4.5
- CLI: added --tokens_only and --exclude_tokens as options for
getaddressbalanceandgetaddressunspent
(#3156) (The00Dustin) - Modify dust_threshold() to allow calculation for non-P2PKH and cashtoken UTXOs (#3072) (The00Dustin)
- CLI: Fixed cashtoken deserialization and serialization for serialize/deserialize tx RPCs (#3078) (The00Dustin)
- Update for latest May 2026 upgrade + fix some long-standing Cash Token "dust" limit issues (#3218) (cculianu)
- Remove some stale code comments (#3220) (The00Dustin)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.4.4 with CashFusion, CashTokens, and RPA
This is minor release of Electron Cash. It contains various small fixes and corrections. Most notable is some CashToken-relate UI fixes to the send tab and the CashToken tab, as well as the ability to now hide/unhide columns in various tabs (such as the History tab), and resize them as well. Special thanks to OPReturnCode and molecular for their UI polish work.
What's New in 4.4.4
- Enhance precision of max BCH amount estimation on the send tab when sending tokens (OPReturnCode)
- Update token combobox logic and pay address checks (OPReturnCode)
- wine build: Build only the 64-bit binaries for windows (cculianu)
- Minor BCMR improvements: add chipnet; update BCMR string truncation (#3196) (rnbrady)
- Add 'Address' column to CashTokens tab (OPReturnCode)
- Update Category sort logic to use token name in CashTokens tab (OPReturnCode)
- Update Category sort logic: use lowercase token names; prioritize items with metadata first in CT tab (OPReturnCode)
- Add action menu to MyTreeWidget headers for hiding/showing columns (OPReturnCode)
- Change alignment of 'NFTs' and 'Num UTXOs' columns to right in CashTokens tab (OPReturnCode)
- Set Category as stretch column in CashTokens tab (OPReturnCode)
- Fix search bug in CashTokens tab that failed to filter top-level items (OPReturnCode)
- Add functionality to save and restore header column order in MyTreeWidget (OPReturnCode)
- Enable dynamic resizing of TokenList columns (OPReturnCode)
- Add functionality to save and restore header column widths in MyTreeWidget (OPReturnCode)
- Disable last unchecked item in MyTreeWidget header action menu to prevent the header from disappearing (OPReturnCode)
- Headers & SPV: fix CVE-2012-2459 in merkle proof verification (#3202) (bitcoincashautist)
- blockchain: skip loading orphaned fork files on startup (#3211) (bitcoincashautist)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.4.3 with CashFusion, CashTokens, and RPA
This is minor release of Electron Cash. It contains various small fixes and corrections. Most notable is expanded CashTokens support, including adding the ability to send tokens from the "Send" tab, as well as better token metadata supprt using BCMR servers to grab metadata. Right-click on any token in the tokens tab and select "Fetch Metadata" so synch the metadata for an unknown token! Additionally, various performance and other assorted improvements were made, including better support for ledger wallets.
What's New in 4.4.3
- build: Fix docker legacy env warning (Axel Gembe)
- Update test certs for python 3.13 #2990 (0e4ef622)
- Replace electrs.electroncash.de with fulcrum2.electroncash.de (Georg Engelmann)
- Bump GHA upload-artifact #3018 (Jonas Lundqvist)
- Bump git package in win build #3019 (Jonas Lundqvist)
- Added menu option for "Export Token History..." + RPC method (cculianu)
- Added support for token metadata downloads from the paytaca indexer (cculianu)
- Token meta-data: Add rudimentary support for getting NFT BCMR data (cculianu)
- Update token views to support displaying NFT name and icon (cculianu)
- Made the cashtoken tabs on-by-default (cculianu)
- Added UI menu actions to Update Category and/or NFT-specific BCMR data (cculianu)
- build: fix the btchip-python dependency for pip > 24.1 (PiRK + Axel Gembe)
- keepkey: fix for protobuf versions >= 5 (Axel Gembe)
- build: Update zxing-cpp to version 2.3.0 (Axel Gembe)
- build: include proto files in source distribution (Axel Gembe)
- Fix incorrect address check for payment requests (Andrew-128)
- Reset Android release number (Andrew-128)
- Add --schnorr switch to signtransaction (The00Dustin)
- Enable --privkey for signtransaction while daemon is running (The00Dustin)
- Update privkey help text to offer non-echoing prompt (The00Dustin)
- Improve CLI help (The00Dustin)
- Version bumps for Dockerfiles (Jonas Lundqvist)
- build: update qrcode to 8.2 (Axel Gembe)
- build: downgrade qrcode to version 7.3.1 (Axel Gembe)
- servers: remove electroncash.de (Axel Gembe)
- GHA: Increase appimage build timeout (Jonas Lundqvist)
- Strip protobuf udp library of paths (Jonas Lundqvist)
- Pass paralell flags in AppImage build (Jonas Lundqvist)
- Fix artifacts of GHA (Jonas Lundqvist)
- Whitelist issues with pip-audit (Jonas Lundqvist)
- Improve CLI Transaction Signing (The00Dustin)
- Add python 3.13 and 3.14 to tests (Jonas Lundqvist)
- GHA: Telegram notifications (Jonas Lundqvist)
- Update link to plugins doc in README.rst (Jonas Lundqvist)
- GHA: Fix TG notifications for PRs (Jonas Lundqvist)
- Fix for RPA (cculianu)
- Fix for rare case when a single-push p2sh input leads to crash reporter (cculianu)
- Added accurate input address info for Wallet -> History -> Export Transaction History (cculianu)
- Minor code readability improvements (The00Dustin)
- Add support for cashtokens to payment requests (The00Dustin)
- Cashtokens payment requests: fix when BCH is sent to cashtokens request (The00Dustin)
- Bump winbind and xvfb for wine build (Jonas Lundqvist)
- build: constrain maturin to <1.10 in build-constraint.txt (Axel Gembe)
- Fix deadlock in DaemonThread when jobs block while holding job_lock (Axel Gembe)
- Improved domain (melroy89)
- Remove is_beyond_limit check from AddressList to fix O(N²) hang (JLMoriart w/ claude AI)
- wine: support both 32-bit and 64-bit Windows builds (Axel Gembe)
- ledger: Support new Ledger product IDs (Axel Gembe)
- Coins tab: Speedup for wallets with very many utxos (cculianu)
- add BCH Ninja explorers; remove electroncash.de and Bitcoin Unlimited (kzKallisti)
- web: reenable Bitcoin Unlimited explorer (Axel Gembe)
- Fix repeated device enumeration in hardware wallet wizard (JLMoriart w/ claude AI)
- add BCH Ninja explorers; remove electroncash.de (kzKallisti)
- Enhance CashTokens User Experience plus Bug Fixes #3197 (OPReturnCode)
- Bump header checkpoints to something recent (cculianu)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.4.2 with CashFusion, CashTokens, and RPA
This is minor release of Electron Cash. It contains various small fixes and corrections as well as a new facility to be able to generate seed phrases larger than 12 words: 15, 18, or 24 word seed phrases are now supported for wallet creation. You do need to set this in the settings ahead of time, however, in order to generate new wallets with >12 word seed phrases.
What's New in 4.4.2
- servers.json: Add ministaoshi.cash (cculianu)
- Exclude python versions in GitHub Actions #2843 (Jonas Lundqvist)
- regtest: Bump docker containers #2851 (Jonas Lundqvist)
- tor: fix message reader getting stuck #2854 (Axel Gembe)
- Correct variable in token_data error of add_transaction() #2856 (The00Dustin)
- Correct if statement for commands needing password #2857 (The00Dustin)
- Enable offline extraction of wallet transactions #2861 (The00Dustin)
- Update email requests #2863 (Messier-31)
- Add MXN to currencies list (Jonald Fyookball)
- build: bump AppImage package versions #2883 (Axel Gembe)
- Various build-related fixes #2869 #2870 #2871 #2872 #2877 #2885 #2886 #2887 #2901 #2902
#2930 (Jonas Lundqvist) (Axel Gembe) (tl121) - Fix icon issues and compilation on linux #2895 (Josh Ellithorpe)
- Update protobuf files for latest library #2896 (Josh Ellithorpe)
- Update README and setup.py to require Python 3.8 #2897 (Josh Ellithorpe)
- fix/address coingecko historical price data issue #2898 (MrSirKingLord) (cculianu)
- Add more currencies to YahooFinance, remove redundant code #2899 (MrSirKingLord)
- Fixed runtime error in fusion related to protobuf bugs (cculianu)
- Updated deterministic build requirements to use protobuf 5 (cculianu)
- add units: sats, ksats, and Msats #2954 (Bitcoin Cash Autist)
- 15,18, and 24 word seed support for bip39 #2933 (Jonald Fyookball)
- Consolidate tool CLI (#2939) (Jonald Fyookball)
- rpa: Fix bug undefined method variable (cculianu)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.4.1 with CashFusion, CashTokens, and RPA
This is bugfix release of Electron Cash. The largest issue addresses is the bug with the Windows Portable version (#2833), which would delete the portable wallet directory, rather than preserve it alongside the binary (sorry!). Please upgrade at your earliest convenience if you are a Windows Portable user.
What's New in 4.4.1
- Use native architecture when building on macos #2804 (The00Dustin)
- build: Update PyOpenSSL to version 24.1.0 #2815 (Axel Gembe)
- build: Fix AppImage reproducibility by using rusts trim-paths #2816 (Axel Gembe)
- build: remove deprecated apt-key for winehq key #2820 (Axel Gembe)
- Don't allow a server sending us a dict as "params" to crash network thread (cculianu)
- portable: bugfix where it was deleting the user directory + more #2833 (Axel Gembe)
- Add optional support for more advanced "Console" tab, enabled with -C when running from source (cculianu)
- Add colon and help text to QR reader setting label #2838 (Axel Gembe)
- Fix for macOS ARM segfault crash in darkdetect when running from source (cculianu, The00Dustin)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.4.0 with CashFusion, CashTokens, and RPA
This is big release of Electron Cash. It contains lots of bug fixes but most significantly, it contains the important Reusable Payment Address (RPA) feature re-enabled in the wallet and given much love with bugs fixed and optimized to perform better. Note that RPA is still in beta but we believe it's ready for general use.
What's New in 4.4.0
- Re-enabled and fixed-up Reusable Payment Address (RPA) support [BETA] (cculianu, fyookball)
- Fix test_tx_unsigned #2622 (Jonas Lundqvist)
- Fixes for satochip plugin #2627, #2632 (toporin)
- Various AppImage fixes (Axel Gembe)
- Various Windows build fixes (Axel Gembe)
- Various plugin system fixes spesmilo#5421 spesmilo#4842 (SomberNight, Axel Gembe)
- Interface: Use check_hostname instead of match_hostname (Axel Gembe)
- [backport] fix more DeprecationWarnings (SomberNight, Axel Gembe)
- [tests] Skip test_interface if offline https://reviews.bitcoinabc.org/D14440 (Axel Gembe, others)
- Tests: Update Python 3.12 to 3.12.0-rc.2, include Windows #2689 (Axel Gembe)
- Fix the Optional Features menu Bitcoin-ABC/ElectrumABC@ff1a101 (PiRK, Axel Gembe)
- plugins: fix loading of external plugins on Python < 3.10 #2710 (Axel Gembe)
- tests: Use Python 3.12 (Axel Gembe)
- secp256k1: Improve warning message by adding path and exception details #2712 (Axel Gembe)
- Fix various strings that were wrong, inconsistent or not translatable #2718 (Axel Gembe)
- test: Make the interface test work without internet connection #2719 (Axel Gembe)
- plugins: Fix relative imports in plugin GUIs and external plugins #2720 (Axel Gembe)
- tests: add missing regtest coverage requirement #2721 (Axel Gembe)
- Various other test fixes (Axel Gembe)
- Performance: make receive_history_callback faster for larger histories (cculianu)
- Performance: Speed up loading of very large wallets (cculianu)
- Various WINE build fixes #2728 (Axel Gembe)
- Tweak to mnemonic.py -- optionally allow ambiguous BIP39/Electrum seeds (cculianu)
- Various nits and small fixes (cculianu)
- blockchain.py: Fixes for regtest (cculianu)
- Android: Revive build, plus various Android fixes (Jonas Lundqvist)
- Various minor UI fixups for CashTokens (cculianu)
- Strenghened the send tab warning when sending to legacy addresses (cculianu)
- Implemented a new wallet type: multi_xpub, which multiplexes multiple wallets into one #2731 (cculianu)
- Label import: Allow multi-file selection and also unencrypted wallets (cculianu)
- network_dialog: Validate hosts and ports #2744 (Axel Gembe)
- Qt: Fix PyQt5 import from PyQt5.Qt instead of PyQt5.QtCore #2753 (Axel Gembe)
- build-wine: Update xvfb and winbind to latest security patch #2752 (Axel Gembe)
- Add ZXing-C++ QR scanner #2685 (Axel Gembe)
- Fix issue with zxing not able to use images with padding (cculianu)
- Trezorlib fixes #2744 (tl121)
- AppImage build upgrade to Ubuntu 20.04 (tl121)
- fix windows+appimage builds (latest security patch) #2778 (proteanx)
- Adding optional version parameter to Transaction.from_io #2786 (The00Dustin)
- Fix Appimage build files for deterministic build #2790 (tl121)
- Many fixes for WINE build, including ugprade to Python 3.11 (Axel Gembe)
- Many other build fixes including upgraded openssl, zbar, etc (Axel Gembe)
- Update transaction.py to accept both capitalizations of locktime #2782 (The00Dustin)
- Bump gh-action-pip-audit #2795 (Jonas Lundqvist)
- Bump python dependencies #2796 (Jonas Lundqvist)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.3.1 with CashFusion and CashTokens
This is bugfix release of Electron Cash. It contains a highly recommended fix for a bad interactions between CashToken-containing UTXOs and CashFusion. Your tokens are safe, they cannot be burned -- however in some cases CashFusion would "see" CashToken-containing UTXOs and submit them for fusions. They would fail to be signed correctly, of course, so nothing could be lost, but it could lead to a potential situation of many failed fusions. This has been fixed! Additionally, a performance fix was added such that opening wallets is faster now than in 4.3.0. As such, it is highly recommended that all users of Electron Cash 4.3.0 upgrade as soon as possible to this release!
What's New in 4.3.1
- Added a performance fix for a situation which led to pessimization/slowdown when opening wallets in some cases (cculianu)
- Added a fix where CashFusion was "seeing" token-containing UTXOs. Not normally an issue but if they have significant funds on them, this could cause fusions to fail (cculianu).
- Fixed a typo: "Cateogry" -> "Category" ##2617 (7e378be)
- Fix for exoteric bug/problem on Python 3.11 in some rare cases.
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.3.0 with CashFusion
This is an important release of Electron Cash. It adds full support for the recently-activated (May 15, 2023) network upgrade, with CashToken support integrated into Electron Cash. You can now create, send, receive CashTokens and mint CashToken NFTs as well.
To see your CashTokens be sure to enable the CashToken and Token History tabs in the UI. "View" -> "Show CashTokens" / "Show Token History". Special thanks to everybody that made this happen, especially all of the Flipstarter contributors: https://cashtokens.electroncash.org
What's New in 4.3.0
- Added support for CashTokens, including token-aware addresses and creating/sending/receiving/managing tokens in-wallet. Thank you to all that contributed in the Flipstarter that made this happen! #2612 (cculianu, Andrew-128)
- Explorer: Add 3XPL explorer #2546 (Axel Gembe)
- Bump various dependencies #2547, #2553 (Jonas Lundqvist)
- Various build-related dev-facing additions (Jonas Lundqvist)
- Remove LNS and web3 dependencies LNS Related to smartBCH #2559, #2560 (cculianu)
- Fusion on android; android Cash FusionCash Fusion enhancements and features #2563 (OPReturnCode)
- add fulcrum.criptolayer.net to servers.json #2564 (molecular)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.2.14 with CashFusion
This is a bugfix release of Electron Cash. Some users experienced crashes on startup when going from 4.2.12 (which worked) to 4.2.13 (which stopped working for them) due to a bug in how saved payment requests with amount=None were being loaded into memory. This has been fixed in 4.2.14. All users experiencing problems (and even those not) with 4.2.13 are recommended to upgrade to 4.2.14.
What's New in 4.2.14
- BUGFIX: Fix crashes in payment requests with amount of None #2535 (MrNaif)
- Build: Update dnspython to version 2.2.0 #2530 (SomberNight, Axel Gembe)
- Servers: Add loping.net chipnet server + explorer #2531 (Axel Gembe)
- Add builds to GitHub actions + Bump test versions #2532, #2526 (Jonas Lundqvist)
- Disable OSX build github action (cculianu)
- Cleanup of top README #2534 (Jonas Lundqvist)
- test: Flip last bit in negative test cases #2536 (Jonas Lundqvist)
- Remove references to Travis CI + Enforce python >= 3.7 in setup.py #2537, #2538 (Jonas Lundqvist)
- Only archive GH Actions artifacts once + Split regtest in separate files #2539, #2540 (Jonas Lundqvist)
- Fixes to get auto-build to work (cculianu)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.
Electron Cash 4.2.13 with CashFusion
This is a maintenance release of Electron Cash. Updating is optional but recommended.
What's New in 4.2.13
- Regtest via pytest #2403 (Jonas Lundqvist)
- Add tx_hashes to exported payment request #2504 (MrNaif)
- Change bch.ninja to cashnode.bch.ninja #2506 (kzKallisti)
- Run tox in github action #2508 (Jonas Lundqvist)
- Set BitPay as requestor on jsonPayPro invoices #2510 (Jonas Lundqvist)
- Add basic test for jsonPaymentProtocol #2511 (Jonas Lundqvist)
- Trigger on Master branch + Add GitHub Action badge to README #2513 (Jonas Lundqvist)
- Fixed typo in main_window.py "unnused" -> "unused", plus whitespace nits (cculianu)
- Update electroncash.de servers #2516 (Georg Engelmann)
- Remove python 3.6 from github workflow and/or tox.ini (cculianu)
- Added Melory's BCH Explorer to the list of block explorers (cculianu)
- Add chipnet.bch.ninja to servers_chipnet.json #2520 (kzKallisti)
- Fix for contrib/make_all: Use a non-zero nr of jobs #2522 (Melroy van den Berg)
- Allow zero-amount and partial payments in invoices #2523 (MrNaif)
- Tor: Update to version 0.4.7.12 with a patch for static linking #2529 (Axel Gembe)
- Updated checkpoints for mainnet, testnet3, testnet4, and chipnet (cculianu)
Download Notes
.AppImageis for any Linux 64 bit (it's a self-contained app bundle with everything inside)- Note: Be sure to set this to executable to run it (
chmod +x)
- Note: Be sure to set this to executable to run it (
.dmgis for macOS (Mojave or above is required otherwise it may not run).exeis for Windows- Srcdist is provided as
.tar.gzand/or.zipfiles- Includes Python dependencies inside in
packages/ - This is built on a Linux 64-bit system, and also includes
libsecp256k1.so.0and the embeddedtorstatic binary.
- Includes Python dependencies inside in
- ShaSums and Signatures: Sha256 hashes and pgp signatures for the below release are available here.