GithubHelp home page GithubHelp logo

armada-alliance / cardano-node-binaries Goto Github PK

View Code? Open in Web Editor NEW
27.0 4.0 7.0 4.87 GB

A repo where we will keep various versions of the cardano node and cli binaries built for ARM CPUs ๐Ÿดโ€โ˜ ๏ธ๐Ÿฆพ

Home Page: https://armada-alliance.com

License: GNU General Public License v3.0

blockchain cardano cardano-node arm64 binaries

cardano-node-binaries's Introduction

A repo where we will keep various versions of the cardano node and cli binaries built for ARM CPUs ๐Ÿดโ€โ˜ ๏ธ๐Ÿฆพ

BIG Thanks to SPO's ZW3RK who provides the amazing Static Binaries, SRN who provides static/dynamic builds and maintains repo with PIADA and our friend Daniel โ‚ณ๐Ÿดโ€โ˜ ๏ธ๐Ÿ™

Cardano Node RTS Parameter Notebook

This contains information about various run time optimizations Armada Alliance SPOs are using to improve their cardano-node's performance. For more information about GHC RTS parameters and running compiled programs read the Haskell document "Using GHC"

Armada Alliance Cardano RTS Notebook

Thank you to PGWAD for setting it up and all our members who have contributed ๐Ÿ™๐Ÿดโ€โ˜ ๏ธ

**Older binary versions are found within the respective subfolders

Static build (Compatible for all arm based linux. Recommended)

Mainnet/Preprod/Preview

8.9.1 with ghc-9.6.4 (Moritz)

wget -O 8_9_1.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/8_9_1.zip?raw=true

8.9.2 with ghc-9.6.4

wget -c https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/cardano-8_9_2-aarch64-static-musl-ghc_964.tar.zst?raw=true -O - | tar -I zstd -xv

Preprod/Preview

8.11.0-pre with ghc-9.6.4

wget -c https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/cardano-8_11_0_pre-aarch64-static-musl-ghc_964.tar.zst?raw=true -O - | tar -I zstd -xv

SanchoNet

8.11.0-sancho with ghc-9.6.5

wget -c https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/cardano-8_11_0_sancho-aarch64-static-musl-ghc_965.tar.zst?raw=true -O - | tar -I zstd -xv

Unannounced build(s) (Use with caution)

8.9.3 with ghc-9.6.4

wget -c https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/cardano-8_9_3-aarch64-static-musl-ghc_964.tar.zst?raw=true -O - | tar -I zstd -xv

Additional static binaries

cardano-wallet-v2024-05-05

wget -c https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/cardano-wallet/cardano-wallet-v2024-05-05-aarch64-musl.tar.zst?raw=true -O - | tar -I zstd -x

db-analyser (ouroboros-consensus-cardano-0.14.0.0)

wget -O db-analyser.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/ouroboros-consensus-cardano-0.14.0.0/db-analyser.zip?raw=true

db-synthesizer (ouroboros-consensus-cardano-0.14.0.0)

wget -O db-synthesizer.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/ouroboros-consensus-cardano-0.14.0.0/db-synthesizer.zip?raw=true

db-truncater (ouroboros-consensus-cardano-0.14.0.0)

wget -O db-truncater.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/ouroboros-consensus-cardano-0.14.0.0/db-truncater.zip?raw=true

immdb-server (ouroboros-consensus-cardano-0.14.0.0)

wget -O immdb-server.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/ouroboros-consensus-cardano-0.14.0.0/immdb-server.zip?raw=true

Dynamic build (Ubuntu 20.04 LTS and above. Requires Libsodium, SECP256K1 and libssl.so.1.1. Please rebuild libsodium using updated instruction for cardano-node/cli 8.0.0.)

Mainnet/Preprod/Preview

8.1.2 with ghc-8.10.7

wget -O cardano-8_1_2-aarch64-ubuntu_2004.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/dynamic-binaries/8.1.2/cardano-8_1_2-aarch64-ubuntu_2004.zip?raw=true

8.1.2 with ghc-9.2.8

wget -O cardano-8_1_2-aarch64-ubuntu_2004-ghc_928.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/dynamic-binaries/8.1.2/cardano-8_1_2-aarch64-ubuntu_2004-ghc_928.zip?raw=true

Additional dynamic binaries

cardano-submit-api-3.1.2 (Built with cardano-node-1.35.6)

wget -O cardano-submit-api.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/dynamic-binaries/1.35.6/cardano-submit-api.zip?raw=true

cardano-wallet-v2023-07-18

wget -O cardano-wallet-v2023-07-18-aarch64-ubuntu_2004.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/dynamic-binaries/cardano-wallet/cardano-wallet-v2023-07-18-aarch64-ubuntu_2004.zip?raw=true

Official Cardano network environment configuration files can be found here (Mainnet/Testnets)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.