Gridcoin v5.5.0.0 on OpenBSD 7.8 amd64
System
OpenBSD is a security-focused, free, open-source, Unix-like operating system. It is renowned for its emphasis on proactive security, code correctness, portability, and integrated cryptography. The project maintains a strict release cycle with versions issued every six months. Gridcoin Research has been verified to work on OpenBSD.
Building
$ cmake -B build -DENABLE_GUI=off -DENABLE_TESTS=off -DCMAKE_BUILD_TYPE=Release -DENABLE_PIE=on -DENABLE_UPNP=off;
$ cmake --build build -j $(sysctl -n hw.ncpu);Running
Gridcoin Research has been verified to work.
$ uname -s -r -p;
OpenBSD 7.8 amd64
$ date; bin/gridcoinresearchd getinfo;
Sun Apr 12 14:27:54 CEST 2026
{
"version": "v5.5.0.0",
"minor_version": 5,
"protocolversion": 180329,
"walletversion": 60000,
"balance": 0.00000000,
"newmint": 0.00000000,
"stake": 0.00000000,
"blocks": 3941503,
"in_sync": true,
"timeoffset": 0,
"uptime": 287,
"moneysupply": 513889019.85911890,
"connections": 31,
"proxy": "",
"ip": "89.145.165.31",
"difficulty": {
"current": 17.7493210553767,
"target": 16.4838928686876
},
"testnet": false,
"keypoololdest": 1643987476,
"keypoolsize": 1001,
"paytxfee": 0.00100000,
"mininput": 0.00000000,
"errors": ""
}