Real contributor node client. Detects your machine's actual CPU/RAM/GPU, generates a local identity keypair, and proves your node is online via signed heartbeats, with no simulated data.
- Node.js 18 or newer installed on your machine.
-
On your Verifo contributor dashboard, click "Download Node Software" and copy the pairing code shown.
-
In this folder, run:
npm install node bin/verifo-node.mjs link <PAIRING_CODE> -
Start reporting:
node bin/verifo-node.mjs start
Leave it running. It sends a signed heartbeat every 30 seconds. Your dashboard will show "online" only while this process is running on your machine.