diff --git a/2026/2026-07-16--koopa-nym.md b/2026/2026-07-16--koopa-nym.md new file mode 100644 index 0000000..3c9a94e --- /dev/null +++ b/2026/2026-07-16--koopa-nym.md @@ -0,0 +1,15 @@ +# koopa-nym (nym.com nym-node) — 2026-07-16 + +Admin-log mirror for a new podman container **`koopa-nym`** running +[nym-node](https://nym.com/docs/operators/nodes/nym-node) for the Nym mixnet / +NymVPN network. + +| Item | Value | +|------|--------| +| Config | `configs/nym/` | +| Scripts | `scripts/nym/` | +| Default mode | `mixnode` | +| HTTP host port | **9080** (avoids Tor **8080**) | +| Mixnet | **1789** | + +Bonding and wallet mnemonics stay on the host secrets layout — not in this repo. diff --git a/SECRETS.md b/SECRETS.md index e74c10a..d5d77b9 100644 --- a/SECRETS.md +++ b/SECRETS.md @@ -33,3 +33,6 @@ Live passwords/keys live in sibling **`koopa-admin-secrets`**. - `MASTER_PUBLIC_KEY` / merchant `MASTER_KEY` (exchange public master key) - Port maps, unit ladders, non-secret overrides + +| Nym node (`koopa-nym`) | `koopa/home-hernani/koopa-nym/` (data volume, wallet mnemonic if any) | `~/koopa-nym/data/` | + diff --git a/scripts/README.md b/scripts/README.md index 34ef2bc..5570301 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -8,6 +8,7 @@ | `taler-sanity/` | host root checks (stack, settlement, helpers) | | `taler-monitoring/` | **outside-in** public URL walk (`/config` → keys/terms/integration/webui) | | `monitoring/` | host `/home/hernani/scripts` (tor relay stats) | +| `nym/` | **koopa-nym** build/up/status (nym.com nym-node) | | `taler-wallet-cli/` | thin wrappers; **benchmarks live in** `../benchmarks/` | | `castopod/` | host `hernani` podman-compose `~/koopa-castopod` — see `castopod/README.md` |