Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cardano-node-10.5.1-macos.tar.gz | 2025-07-22 | 150.1 MB | |
cardano-node-10.5.1-sha256sums.txt | 2025-07-22 | 294 Bytes | |
cardano-node-10.5.1-linux.tar.gz | 2025-07-22 | 175.9 MB | |
cardano-node-10.5.1-win64.zip | 2025-07-22 | 361.1 MB | |
10.5.1 source code.tar.gz | 2025-07-18 | 6.8 MB | |
10.5.1 source code.zip | 2025-07-18 | 7.4 MB | |
README.md | 2025-07-18 | 26.2 kB | |
Totals: 7 Items | 701.3 MB | 2 |
Node 10.5.1
provides a number of improvements over node 10.5.0
. In particular, the Tracing system fixes the slotsMissed_int
metric, while networking improvements include Windows socket fixes, reduced caching time of DNS lookup errors, refined PeerSharing
configuration behavior (see networking changes below for details), and the deprecation of --non-producer-node
in favor of --start-as-non-producer-node
command line switch for starting the node. This release also removes a number of irrelevant binaries from the Node artifacts and adds tx-generator
.
Benchmarking reports relevant to the 10.5.1
release can be found in this post on Cardano Updates.
System testing results for the 10.5.1
release can be found on the corresponding tag testing page.
Please note the changed default behavior for PeerSharing
for relay nodes, but not for block producers. This reflects the recommendations for mainnet usage -- mainnet block producers may not meet the Praos performance guarantees if PeerSharing
is enabled and IP will also be leaked, but this is not an issue for relays.
Known issues
- There is a known bug when starting from a Byron snapshot. The node will reject the snapshot and replay the chain from the start. However the time it takes to replay the Byron era is small, and very few users are expected to need to start the node from a Byron snapshot. Therefore the issue will be fixed in 10.6.0.
Technical Specification
Minimum System Requirements
- An Intel or AMD x86 processor with two or more cores, at 1.6GHz or faster (2GHz or faster for a stake pool or relay) - Or, for MacOS, an Apple Silicon (M1, M2, M3 or M4) processor - 24GB of RAM when running with the `InMemory` backend, 8GB when running with the `OnDisk` backend (pending confirmation) - 300GB of free storage (350GB recommended for future growth)Platforms
- Linux 64-bit (Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS; Mint 20, 21, 21.1, 21.2, 21.3, 22, 22.1; Debian 11, 12) - Windows 64-bit (10, 11) - MacOS 10.15, 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma), 15 (Sequioa)GHC/Cabal supported versions
- GHC 9.6 - Cabal 3.8/3.12Supported roles
Platform | Block Production | Relay | Client (Desktop) -------- | :--------------: | :-------------: | :--------------: Linux | :green_circle: | :green_circle: | :green_circle: Windows | :red_square: | :red_square: | :green_circle: MacOS | :red_square: | :red_square: | :green_circle:Downloads
- [Pre-release configuration files](https://book.play.dev.cardano.org/advanced.html) - [Docker Image](https://github.com/IntersectMBO/cardano-node/pkgs/container/cardano-node/465097912?tag=10.5.1)Documentation
- Cardano Node documentation
- For details about changes to configuration for
UTxO-HD
please refer to the Consensus docs on UTxO-HD - The getting started guide may also be helpful for general queries.
- Networking options and related changes are listed on the P2P section
- Cardano CLI
- Internal API docs for ledger, consensus and network
- Compatibility matrix
Sign-off
Role | Approval |
---|---|
Technical Steering Committee (Intersect) | :green_circle: |
Product Committee (Intersect) | :green_circle: |
Test Engineer | :green_circle: |
Performance Engineer | :green_circle: |
Site Reliability Engineer | :green_circle: |
Release Engineer | :green_circle: |