ORIN Node Guide

Everything you need to know in 5 minutes.

What is ORIN Node?

A lightweight app that runs on your computer. It connects to the ORIN network, processes AI queries, and earns mCoin for every computation.

Think of it as mining, but instead of solving puzzles, your node answers real AI questions.

Install

Windows (PowerShell)

irm https://macllm.ai/install.ps1 | iex

macOS / Linux

curl -fsSL https://macllm.ai/install.sh | bash
Or download directly from macllm.ai/download — no terminal needed.

Docker

docker run -d --name orin-node -p 8090:8090 ocorpt/orin-node:v1.1.0
Requires Python 3.9+ for tray app. Docker method works without Python.

First Run

When you open the app for the first time:

  1. It asks: "Do you have a wallet?"
  2. No → creates one for you (free + 100 mCoin bonus)
  3. Yes → enter your wallet address
  4. Node starts automatically, icon appears in system tray
Next time you open the app it remembers your wallet and starts the node immediately.

Dashboard

Open http://localhost:8090 in your browser to see:

Or right-click the tray icon to see status at a glance.

Earning mCoin

Stop / Restart / Uninstall

No penalty for going offline. Your wallet and mCoin are safe.

Tray App

Right-click icon → Stop Node or Quit

Docker

# Stop docker stop orin-node # Start again docker start orin-node # Remove completely docker rm orin-node
Your wallet is on-chain. Even after removing the app, your address and balance stay on the ORIN network.

FAQ

Do I need to keep my computer running 24/7?

No. Earn when running, no penalty when off.

Can I join without running a node?

Yes. Create a wallet at macllm.ai/wallet to hold mCoin without running a node.

What if I lose my wallet?

Export a backup on first setup. Without backup, the wallet cannot be recovered.

System requirements?

Any machine with 2 GB RAM and internet. Windows, macOS, or Linux.

Can I run multiple nodes?

Yes. Each needs its own port and wallet.