Gridcoin v5.5.0.0 on FreeBSD 15.0 aarch64
System
FreeBSD is a free, open-source, Unix-like operating system. It emphasizes performance, scalability, and stability, making it ideal for servers, embedded systems, and high-demand network environments. FreeBSD prioritizes versatility and power. Gridcoin Research has been verified to work on FreeBSD.
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 -j $(sysctl -n hw.ncpu);Running
Gridcoin Research has been verified to work.
$ uname -s -r -p;
FreeBSD 15.0-RELEASE-p5 aarch64
$ date; bin/gridcoinresearchd getinfo;
Sun Apr 13 00:36:30 UTC 2026
{
"version": "v5.5.0.0",
"minor_version": 5,
"protocolversion": 180329,
"walletversion": 5040101,
"balance": 0.00000000,
"newmint": 0.00000000,
"stake": 0.00000000,
"blocks": 3941963,
"in_sync": true,
"timeoffset": -48,
"uptime": 139,
"moneysupply": 513904687.01403753,
"connections": 10,
"proxy": "",
"ip": "144.24.232.178",
"difficulty": {
"current": 12.24035423204125,
"target": 13.86493535686778
},
"testnet": false,
"keypoololdest": 1775999028,
"keypoolsize": 101,
"paytxfee": 0.00100000,
"mininput": 0.00000000,
"errors": ""
}