Limonata testnet node — limonatad (limonata_10777-1)
Prebuilt limonatad node binary for the Limonata testnet (limonata_10777-1, EVM chain-id 10777). This is the exact build the live network runs — spin up a full node or validator without compiling. Tested end-to-end (download -> init -> validate genesis -> synced to chain tip).
Download (linux/amd64)
limonatad-linux-amd64.tar.gz— dynamically linked against glibc (GNU/Linux 3.2.0+, e.g. Ubuntu 20.04+). On older/exotic systems, build from source instead (make install, Go 1.26+, CGO).- Verify:
sha256sum -c SHA256SUMS.txt
Quick start
tar xzf limonatad-linux-amd64.tar.gz
sudo install limonatad /usr/local/bin/
limonatad versionJoin the network
Full validator guide -> https://limonata.xyz/VALIDATOR.md
- genesis: https://limonata.xyz/genesis.json
- seed peer:
4b154368aab24cb5b31c927efd50c73d0f4f9799@142.127.103.79:26656 - in
config.toml, set the mempool totype = "app"(this build requires it) - start with the chain-id flags or it aborts at InitChain:
limonatad start --chain-id limonata_10777-1 --evm.evm-chain-id 10777 --minimum-gas-prices 0aLIMO
Base: cosmos-evm fork, cosmos-sdk v0.54.3.