launch spacepussy-test
how to run the real soft3 network — cybergraph + bbg as the chaosnet spacepussy-test.
this is not a status stub. the node processes cyberlinks into authenticated state, advances height on finalize, and serves product RPC.
network identity
| field | value |
|---|---|
| name | spacepussy-test |
| chain_id | spacepussy-test |
| engine | cybergraph + bbg |
| protocol | soft3/spacepussy-test/v1 |
| public rpc | https://cyb.ai/spacepussy-test |
| host | cyberproxy (cybernode edge) |
| local bind | 127.0.0.1:7780 |
| denom | testpussy |
cosmos space-pussy / bostrom on cybernode are bootloader chains (go-cyber). product tools reject those names.
install
run a node (local)
what starts:
- cybergraph processor (intend/seal/link lifecycle)
- bbg authenticated state
- durable log at
$home/log` + block height at `$home/blocks - HTTP RPC on the bind address
RPC
| method | path | role |
|---|---|---|
| GET | /status |
chain_id, moniker, height, bbg_root, signals, particles |
| GET | /health |
ok |
| GET | /root |
BBG root hex |
| GET | /stats |
height, root, graph counts |
| POST | /v1/link |
submit cyberlink JSON |
| POST | /v1/finalize |
close block (advance height) |
submit a cyberlink
labels are hemera-hashed; pure hex (≤64 chars) is left-padded identity.
response:
finalize: true (default) calls bbg.finalize_block after the link so height advances.
probe
# or, against local bind:
# soft3 does not yet take --rpc; use curl for local-only, public edge via soft3 sync
|
run the public chaosnet (cybernode)
host: cyberproxy (edge for cyb.ai).
# on an operator machine with soft3 0.6+
# on cyberproxy
# stop any legacy python scaffold
||
# install systemd unit that runs soft3 node
|
|
nginx (already on cyberproxy): cyb.ai/spacepussy-test/ → 127.0.0.1:7780.
# public
|
redeploy after soft3 upgrade:
multi-node (current limits)
v1 is single-node cybergraph. each soft3 node is an independent local processor with its own store.
not yet on the public chaosnet:
| capability | status |
|---|---|
| cybergraph link + bbg state | live |
| height / root / stats RPC | live |
| durable log | live |
| radio gossip between nodes | open (S4) |
| foculus multi-node φ* finality | open (S5) |
| seal STARK binding at commit | open (S3) |
next work is wire radio + foculus so two soft3 nodes exchange signals and share one tip — see cyber/launch S3–S6.
until then: one public node on cyberproxy is the product spacepussy-test; clients sync to it with cyber sync / soft3 sync.
product client
true-cyber is a thin product face over the soft3 network. the network itself is the soft3 node.
not soft3
| name | substrate | role |
|---|---|---|
| spacepussy-test | soft3 cybergraph+bbg | product chaosnet |
| space-pussy | cosmos go-cyber | bootloader experimental |
| bostrom | cosmos go-cyber | bootloader mainnet history |
related
- soft3 · soft3/stack · install · bootloader · cyber/launch