Genesis Conductor audit-node — QUBO simulation engine + Cloudflare Worker identity layer.
Live: https://dn.genesisconductor.io
Package: @genesis-conductor/diamond-node
Identity: Ed25519, key-id dn-2026-05, pubkey at /.well-known/diamond-node.json
- Runs a mycelial hyphal-network growth optimizer on a GTX 1650 using CUDA-Q QAOA
- Exposes a signed audit event stream to the Genesis Conductor mesh
- Serves as the
diamond-noderow in the GC 7-Agent Topology
| Path | Description |
|---|---|
GET /healthz |
{ok, version, identity_pubkey, ts} |
GET /.well-known/diamond-node.json |
Identity manifest |
GET /audit/replay?n=N |
Last N signed events (ring buffer) |
node scripts/gen-identity.mjsStore output via:
wrangler secret put DIAMOND_NODE_ED25519_PRIV
wrangler secret put DIAMOND_NODE_ED25519_PUB
wrangler secret put DIAMOND_VAULT_AUDIT_URL # optionalnpm install
npm run typecheck
npm testnpm run deploy:dry # verify
npm run deploy # shipRequire /home/diamondnode/venv312/bin/python (not system Python).
# One QUBO iteration
/home/diamondnode/venv312/bin/python scripts/mycelial_qubo.py --shots 512 --outer-rounds 3
# Full benchmark
/home/diamondnode/venv312/bin/python scripts/benchmark.py --suite all
# LLM interpretation
/home/diamondnode/venv312/bin/python scripts/llm_interpret.pyNew to Diamond Node?
- Start here: README.md (you are here)
- Environment setup: CLAUDE.md
- Deployment: docs/setup/deployment.md
Running simulations?
- QUBO optimization: CLAUDE.md → Architecture section
- VRAM management: docs/optimization/vram-strategy.md
- Benchmarking: docs/optimization/benchmarks.md
Preparing for automation?
- Automation roadmap: docs/automation/claw-handoff.md
- Monitoring setup: docs/setup/monitoring.md
- System status: CHANGELOG.md
Technical deep-dives?
- Orthogonal optimization: docs/optimization/orthogonal-system.md
- Waveform equilibrium: WAVEFORM_DELIVERABLES.md
- Historical context: docs/archive/
This is not Diamond-V (vault repo) and not diamondvault.io (separate domain). See llms.txt.