Skip to content

edgy 0.1.7

Choose a tag to compare

@shortthefomo shortthefomo released this 17 Aug 21:41
· 1 commit to main since this release
v0.1.7
dee23f1

New x86_64 build Ubuntu 20.04.

Long-lived path_find sockets still rediscover hops as ledgers close on both edgy-xrpld and edgy-xahaud.

Binaries

Asset OS / arch Node
edgy-xrpld-0.1.7-linux-x64 Linux x86_64 xrpld
edgy-xahaud-0.1.7-linux-x64 Linux x86_64 xahaud
edgy-xrpld-0.1.7-darwin-arm64 macOS Apple Silicon xrpld
edgy-xahaud-0.1.7-darwin-arm64 macOS Apple Silicon xahaud

Linux builds are stripped, statically linked against libstdc++, and need a recent glibc (Ubuntu 24.04 / glibc 2.38+). Ubuntu 22.04 (glibc 2.35) will not run them.

Example configs: cfg/edgy-xrpl.example.cfg and cfg/edgy-xahau.example.cfg. Different default listen ports so both can run on one host (6008/5008 vs 6018/5018).

After snapshot ready you should see txs=N/N … inline with node.

Verify

edgy 0.1.7+xrpld.dee23f18
edgy 0.1.7+xahaud.dee23f18

Tag v0.1.7 is GPG-signed (shortthefomo).

Install

Download: releases/latest. Build from source: BUILD.md.

VER=0.1.7
# Linux x86_64
curl -L -o edgy-xrpld \
  https://github.com/shortthefomo/edgy/releases/download/v${VER}/edgy-xrpld-${VER}-linux-x64
curl -L -o edgy-xahaud \
  https://github.com/shortthefomo/edgy/releases/download/v${VER}/edgy-xahaud-${VER}-linux-x64
# or macOS Apple Silicon: replace linux-x64 with darwin-arm64
chmod +x edgy-xrpld edgy-xahaud
curl -L -o edgy-xrpl.cfg \
  https://raw.githubusercontent.com/shortthefomo/edgy/v${VER}/cfg/edgy-xrpl.example.cfg
curl -L -o edgy-xahau.cfg \
  https://raw.githubusercontent.com/shortthefomo/edgy/v${VER}/cfg/edgy-xahau.example.cfg
./edgy-xrpld --conf edgy-xrpl.cfg
./edgy-xahaud --conf edgy-xahau.cfg