Package Details: nethermind-ethereum-bin 1.37.2-1

Git Clone URL: https://aur.archlinux.org/nethermind-ethereum-bin.git (read-only, click to copy)
Package Base: nethermind-ethereum-bin
Description: A robust execution client for Ethereum node operators
Upstream URL: https://downloads.nethermind.io/
Licenses: LGPL-3.0-only
Conflicts: nethermind, Nethermind.Runner
Provides: nethermind, Nethermind.Runner
Submitter: emilbayes
Maintainer: Kewl
Last Packager: Kewl
Votes: 2
Popularity: 0.005567
First Submitted: 2024-02-23 23:32 (UTC)
Last Updated: 2026-05-05 22:40 (UTC)

Latest Comments

Kewl commented on 2025-08-07 11:08 (UTC) (edited on 2025-08-09 14:45 (UTC) by Kewl)

I am proposing the following

pkgname=nethermind-ethereum-bin
pkgver=1.32.4
_commit=1c4c7c0a
pkgrel=1
pkgdesc='A robust execution client for Ethereum node operators. Binary distribution.'
arch=('x86_64' 'aarch64')
options=(!strip)
url='https://downloads.nethermind.io/'
license=('LGPL-3.0-only')
depends=('zlib' 'base-devel')
provides=('nethermind' 'Nethermind.Runner')
conflicts=('nethermind' 'Nethermind.Runner')

source_x86_64=(
  "https://github.com/NethermindEth/nethermind/releases/download/${pkgver}/nethermind-${pkgver}-${_commit}-linux-x64.zip"
  "https://nethdev.blob.core.windows.net/builds/nethermind-${pkgver}-${_commit}-linux-x64.zip.asc"
)
source_aarch64=(
  "https://github.com/NethermindEth/nethermind/releases/download/${pkgver}/nethermind-${pkgver}-${_commit}-linux-arm64.zip"
  "https://nethdev.blob.core.windows.net/builds/nethermind-${pkgver}-${_commit}-linux-arm64.zip.asc"
)

sha256sums_x86_64=('2ae6a26f961c0acdbbf802aaf877f0f3687a54bf8f849647601ef10582aaced6'
                   'SKIP')
sha256sums_aarch64=('e250b21b4335ee447ccbdc2948a7043719e2e2fe9b75f83bfab5c853ae60cd9d'
                    'SKIP')

validpgpkeys=('6942FB745ECE67D86CDA45704770A0C134E353C6' 'EECCEA1473108E3222D76722D39BE1DDCB6DA407')

backup=('etc/nethermind/NLog.config')

package() {
  local configs_srcdir="$srcdir/configs"
  local plugins_srcdir="$srcdir/plugins"
  local data_srcdir="$srcdir/Data"

  # Install binaries
  for bin in "${provides[@]}"; do
    install -Dm755 "$srcdir/$bin" "$pkgdir/usr/bin/$bin"
  done

  # Install config
  install -Dm644 "$srcdir/NLog.config" "$pkgdir/etc/nethermind/NLog.config"
  find "$configs_srcdir" -type f -exec install -Dm644 "{}" "$pkgdir/etc/nethermind/configs/{}" \;

  # Install plugins
  find "$plugins_srcdir" -type f -exec install -Dm644 "{}" "$pkgdir/usr/share/nethermind/plugins/{}" \;

  # Install data
  find "$data_srcdir" -type f -exec install -Dm644 "{}" "$pkgdir/usr/share/nethermind/Data/{}" \;
}

Kewl commented on 2025-07-21 11:30 (UTC) (edited on 2025-07-21 12:41 (UTC) by Kewl)

This is failing, 'nethermind-cli' is not available. nethermind-cli is retired as deprecated.
Thanks for updating asap.

Kewl commented on 2025-05-30 16:46 (UTC) (edited on 2025-06-01 16:45 (UTC) by Kewl)

There has been 2 mandatory upgrades for all node operators of OP Stack chains since 1.31.9.
Could you please update asap and consider having co-maintainers if you're not available (I volunteer).