Gridcoin v5.5.0.0 on Alpine 3 Linux riscv64

System

Alpine Linux is a lightweight, security-focused Linux distribution designed for simplicity, efficiency, and minimal resource usage. It is widely used in containers, embedded systems, servers, and cloud environments due to its small footprint and rapid startup time.

Building

$ cmake -B build -DENABLE_GUI=off -DENABLE_TESTS=off -DCMAKE_BUILD_TYPE=Release -DENABLE_PIE=on -DENABLE_UPNP=off -DBoost_USE_DEBUG_RUNTIME=off;
$ cmake --build build --parallel "$(nproc)" --clean-first;
$ strip build/bin/gridcoinresearchd;

Running

Gridcoin Research is running on Alpine Linux.

$ uname -s -r -m;
Linux 5.10.113-scw1 riscv64

$ date; bin/gridcoinresearchd getinfo;
Wed Apr 15 11:39:23 CEST 2026
{
  "version": "v5.5.0.0",
  "minor_version": 5,
  "protocolversion": 180329,
  "walletversion": 5040101,
  "balance": 0.00000000,
  "newmint": 0.00000000,
  "stake": 0.00000000,
  "blocks": 3944479,
  "in_sync": true,
  "timeoffset": 0,
  "uptime": 121068,
  "moneysupply": 514008749.96499919,
  "connections": 32,
  "proxy": "",
  "ip": "62.210.163.216",
  "difficulty": {
    "current": 9.760220418497282,
    "target": 9.643333197298228
  },
  "testnet": false,
  "keypoololdest": 1776124776,
  "keypoolsize": 101,
  "paytxfee": 0.00100000,
  "mininput": 0.00000000,
  "errors": ""
}