Gridcoin v5.5.0.0 on macOS Tahoe

System

macOS is an Unix operating system designed exclusively for Mac computers by Apple since 2001. macOS evolved from NeXTSTEP and FreeBSD, featuring a hybrid kernel and a Unix foundation, contributing to its reputation for stability and security. The core is named Darwin and it is optimized exclusively for Apple Silicon (ARM-based CPU chips).

Deploying

$ brew install gridcoin-cli; ## from compiled binary
$ brew install --build-from-source gridcoin-cli; ## or from source code

Running

Gridcoin Research is running on macOS.

$ uname -s -r -m;
Darwin 25.4.0 arm64

$ date; gridcoinresearchd getinfo;
Sat  2 May 2026 18:08:31 CEST
{
  "version": "v5.5.0.0",
  "minor_version": 5,
  "protocolversion": 180329,
  "walletversion": 5040101,
  "balance": 58839.61259369,
  "newmint": 0.00000000,
  "stake": 0.00000000,
  "blocks": 3961862,
  "in_sync": true,
  "timeoffset": 0,
  "uptime": 65354,
  "moneysupply": 514645332.66578869,
  "connections": 8,
  "proxy": "",
  "ip": "31.10.159.151",
  "difficulty": {
    "current": 9.588834242570593,
    "target": 9.588834242570593
  },
  "testnet": false,
  "keypoololdest": 1712060602,
  "keypoolsize": 101,
  "paytxfee": 0.00100000,
  "mininput": 0.00000000,
  "errors": ""
}