Commit graph

9 commits

Author SHA1 Message Date
Hernâni Marques
bb7bd5e73c
bank: auto-account username prefix goa-bank-acc-<id>
Personal auto-accounts use usernames of the form goa-bank-acc- plus a random
hex id so they are easy to spot in admin lists and distinct from explorer
or hand-registered users.
2026-07-10 20:43:45 +02:00
Hernâni Marques
f341116371
bank: API for auto-created personal accounts (balance zero)
Add GET /intro/auto-account.json on the bank helper (demo-withdraw-api):
public registration with generated username/password, balance starts GOA:0,
credentials returned once for the client to display.

Nginx proxies the new path; install-demo-withdraw-api.sh installs the
location. This is separate from the shared explorer demo withdraw.
2026-07-10 20:42:20 +02:00
Hernâni Marques
ada583884a
bank: install script for demo-withdraw API and auto-confirm loop 2026-07-10 20:10:22 +02:00
Hernâni Marques
3d4d7251a5
bank: demo-withdraw API mints one-shot withdrawals from explorer pool 2026-07-10 20:09:35 +02:00
Hernâni Marques
468fdb5fe1
bank: full-scale money inflation for auto-confirm the explorer bank account 2026-07-10 20:08:44 +02:00
Hernâni Marques
54ebdb7d7a
configs: rename dirs to match live koopa containers
Reflect host naming in git paths:
- configs/taler-hacktivism/ (was taler-merchant) → container taler-hacktivism
- configs/taler-hacktivism-bank/ (was taler-bank) → container …-bank,
  image taler-hacktivism-banking:live
- configs/taler-exchange-ansible/ already matches …-exchange-ansible
- configs/taler-exchange/ = conf inside that exchange container

Update LIVE.md, README, ports/refs. No secret values.
2026-07-10 16:02:52 +02:00
Hernâni Marques
b903fb525b
bank: landing-stats + install helpers; health/start 2026-07-09 14:25:35 +02:00
Hernâni Marques
96f0943319
bank: demo withdraw/credit helpers (container; no public landing yet) 2026-07-02 15:29:03 +02:00
Hernâni Marques
d6925e3385
bank: merchant-model start scripts + configs for taler-bank-hacktivism 2026-07-01 15:58:30 +02:00