killroy

240 posts

killroy banner
killroy

killroy

@killroy192

Building @zeroledgerxyz

onchain Katılım Haziran 2012
203 Takip Edilen109 Takipçiler
killroy retweetledi
Dave (whale)🐋
Dave (whale)🐋@Defiwhale01·
AMA ANNOUNCEMENT 📢 STREETGEMCALLS X @zeroledgerxyz Join us Monday , March 23rd, live on Telegram for an engaging session with @zeroledgerxyz look forward to see you there (DYOR) 📆 Date: March 23 2026 ⏰ Time: 4 : 00PM UTC 📍 Venue: t.me/streetgemlounge 🎙 Speaker: @killroy192 🎙 Host: Dave(Whale)🐋 🏆 Rewards: $USDC
Dave (whale)🐋 tweet media
English
5
2
9
461
killroy
killroy@killroy192·
lol. might have found a way to make digital cash with juicy yield. still experimenting, but it looks promising 👀
English
2
1
2
41
killroy
killroy@killroy192·
New UI — shaped directly by your feedback, with design support from @Real_bislab • Major security upgrade — the client no longer needs to trust the server regarding recipient private keys. • Improved logging & system monitoring — better stability and visibility under the hood.
zeroledger@zeroledgerxyz

New @zeroledgerxyz UI loading… ⏳ Same privacy core. Less noise. More clarity. Shaped directly by community feedback.

English
0
0
1
306
killroy
killroy@killroy192·
Running multiple OpenClaw instances in Docker: simple rollout, isolated data, editable configs github.com/killroy192/sand The problem I set out to solve: I wanted a straightforward way to run **multiple OpenClaw instances** in Docker—each with its own config, state, and agents—without turning it into a complex custom platform. Fork a repo, add your setup and configs, deploy to a VPS, and actually enjoy managing several OpenClaw “workers” instead of struggling with one monolithic setup. Why it matters: OpenClaw is powerful, but running more than one gateway (e.g. one per project, per team, or per use case) usually means manual host setup, shared config headaches, or “it works on my machine.” I wanted one pattern that works the same on a laptop and on a VPS, with clear separation between instances and no magic. What this repo is A minimal multi-worker OpenClaw stack that provides: - One nginx in front, handling auth and routing - Multiple OpenClaw “workers” (e.g. `worker_0`, `worker_1`), each in its own container - One port per worker (e.g. 18789, 18790), so each instance has its own URL and Control UI - All state and config on the host via bind mounts: everything important lives under `agents//files/` and `agents//*.env`, not inside the image Fork the repo, fill in env files and optional `config.js` per worker, run `docker compose up`, and you have several independent OpenClaw gateways behind one entrypoint. The same layout works on a VPS. Why “multiple instances” and why Docker - Separation: different workers for different contexts (personal vs shared, different bots, API keys, skills) — no cross-talk, no shared `openclaw.json` - Reproducible: same Docker Compose and folder layout everywhere - Port-based access: worker 0 on 18789, worker 1 on 18790 — easy to remember and proxy later - Single sign-on at the proxy: log in once (HTTP Basic Auth via nginx); OpenClaw trusts the proxy and uses the forwarded username How it’s built (short version) - nginx listens on multiple ports (e.g. 80 and 81) and proxies each to the corresponding worker container. It uses resolver for dynamic worker hostnames and enforces Basic Auth, forwarding the username as `X-Forwarded-User`. - Each worker is an OpenClaw gateway in its own container with: - its own `.env` (API keys, trusted proxy users, allowed origins, etc.) - its own optional `config.js` (merged on every start) - bind mount: `agents//files` → `/app/files` (all OpenClaw state lives here) On first run, onboarding happens if needed, then `config.js` is applied. Settings from `.env` and `config.js` are re-applied on every restart. Why your VPS (and data) stay under your control All persistent data lives in `agents//files/` on the host — a plain directory you control. Each worker only sees its own directory. You can edit `openclaw.json`, `.env`, or `config.js` directly, restart the container, and changes take effect. Backups are just normal file/folder backups. Workflow: fork → configure → deploy → enjoy 1. Fork/clone the repo 2. Set `nginx.env` (Basic Auth) and each `agents//.env` (API keys, trusted proxy user, origins, etc.) 3. Optionally tweak each worker’s `config.js` 4. Run locally: `docker compose up --build` 5. Access http://localhost:18789, http://localhost:18790, etc. and log in 6. Deploy to VPS: same repo, same files, expose nginx ports (add HTTPS via nginx/Caddy if desired) Who this is for People who want several OpenClaw gateways (different agents, channels, or keys) without maintaining multiple machines or one giant config, and who prefer keeping everything in editable, backup-friendly files while using Docker for consistency.
killroy tweet media
English
0
0
1
89
killroy
killroy@killroy192·
@EffortCapital Dark horse with 8 “independent” nodes in MPC. OK 👍
English
0
0
0
28
killroy retweetledi
Anthony₿ (Self-realization arc)
Most people think privacy on-chain is about hiding numbers. But it’s not. True on-chain privacy is about breaking the patterns observers rely on. Because even when amounts are hidden, blockchains still leak behavior. And that’s the real problem @zeroledgerxyz is solving 👇
Anthony₿ (Self-realization arc) tweet media
English
23
10
67
1.4K
killroy
killroy@killroy192·
@calummoore Interesting design. Will users need to run Privacy Vault as a server/node?
English
1
0
1
13
cal 🎾 (zk/acc)
cal 🎾 (zk/acc)@calummoore·
Privacy Vault makes privacy work with existing wallets: ✅ stores private data (can't store private data onchain!) ✅ generates proofs ✅ opt-in data sharing (think company/org)
cal 🎾 (zk/acc) tweet media
English
2
1
32
2.1K
killroy
killroy@killroy192·
@caprioleio Using price momentum to justify the idea is pure speculation.
English
0
0
0
11
Charles Edwards
Charles Edwards@caprioleio·
The Quantum threat is big and must be addressed with urgency this year. That said, it does not justify prices of $60K _today_, it's more than fully priced in.
English
36
12
190
21.5K
killroy
killroy@killroy192·
@tkstanczak @ngweihan_eth Supporting two types of storage (persistent and temporary) would move design decisions to the app level, as it should be. L2 + blobs is a weird way to do this for a specific type of apps.
English
0
0
0
26
Tomasz K. Stańczak
Tomasz K. Stańczak@tkstanczak·
I have seen @ngweihan_eth 's presentation today and there are many interesting ideas coming from the stateless team. My major concern is that the state expiry continuously pops up as something that syphoons time, effort, and attention of the teams while more simple wins are not being shipped. Statelessness has been in the research phase for 8 years now and whenever we arrive with a presentation that is an 'exploration of potential solutions' I feel that this is not the pace at which the EF should coordinate and core devs ship. At the same time talking about stateless L1 and not considering the role of L2s in sharding the state will lead to suboptimal solutions.
Han (ngweihan.eth)@ngweihan_eth

I think there’s a misunderstanding here regarding statelessness. Regardless, this is a good opportunity to clarify some common misconceptions. Statelessness is not complex. Statelessness simply emerges. With real-time proving, validators will verify blocks without needing the full state. This is the "built-in" L1 statelessness. However, statelessness introduces other problems. In a world where full nodes turn into stateless nodes, who holds the state? If no one holds the state, how does state sync work? And if state cannot be synced, how can transactions be published permissionlessly? To mitigate this consequence of “built-in” L1 statelessness, we need to enable and encourage users to run partial stateless nodes. With partial stateless nodes, users take control of their own state and avoid being susceptible to censorship risks—while also improving privacy. We’ll start with out-of-protocol solutions, but if there’s sufficient demand, we can move in-protocol with proper incentives to hold and serve state. Another concept often discussed under the banner of statelessness (though I don’t like to call it that, because it isn’t) is state expiry. The goal is to remove inactive state while providing a way to revive it. It’s effective, but the trade-offs are protocol complexity and user experience. This is not a new idea. There have been plenty of proposals, but none strike the ideal balance we want in terms of impact, complexity, and UX. A continuation of state expiry is state archiving (a.k.a. hot and cold storage). Similar to state expiry, the goal is to remove inactive state. Here, however, inactive state is moved to a secondary, compressed storage layer. This allows us to decouple state access costs from state growth. While nodes would still need to hold more state over time, this becomes far less problematic because access costs are more stable. This can be done out of protocol initially, as much of the work is engineering-focused. We can later shift in-protocol with proper repricing, such that cold storage access is significantly more expensive. Another area we’re exploring is state separation. Not all state has the same access patterns—some is ephemeral, while some is not. Understanding how applications use state allows us to optimize for common patterns at the protocol level. One such feature is temporary storage (see EIP-8125). If you’ve read this far, you’re probably interested in state-related topics. If so, come join the discussion! We have a bi-weekly stateless implementers call at 3 PM UTC. Check out the "state-tree-migration" channel in the ETH R&D Discord for more details.

English
3
3
47
4.6K
killroy retweetledi
Picolas Cage
Picolas Cage@Picolas_Caged·
'ETH L1 is cheap now, there's no need for L2s' If we shut down L2s tomorrow and all those txns went on mainnet GWEI would be 50 permanently and swaps would be $10+ My brother in christ this is extremely obvious to anyone actually involved in using the chains + eco
English
47
14
275
27.5K
killroy retweetledi
Boris Cherny
Boris Cherny@bcherny·
I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code -- everyones' setup is different. You should experiment to see what works for you!
English
915
5.9K
50.9K
9.1M
Stacy Muur
Stacy Muur@stacy_muur·
Great thesis. Here's my privacy watchlist for 2026 ↓ ZK • @aztecnetwork - Programmable privacy L2 • @RAILGUN_Project - Private & bridgeless DeFi • @AleoHQ - First private programmable L1 blockchain • @penumbrazone - Private DEX on Cosmos • @namada - Multi-chain shielded transfers • @UmbraPrivacy - Stealth payments • @dop_org: Private payments. Verifiable records. FHE • @fhenix - Encrypted computation rollup • @zama - FHE tooling infra • @inconetwork - Full-stack privacy for blockchains MPC • @nillion_ - Decentralized MPC network • @Arcium - MPC for AI & DeFi • @arpaofficial - Threshold cryptography network TEE • @iEx_ec - Decentralized confidential computing • @PhalaNetwork - TEE for Confidential AI Now I need your recommendations. Shill.
Green But Red@green_but_red

x.com/i/article/2014…

English
209
59
419
49.4K
Nazar
Nazar@ustyianskyi·
“privacy is the new narrative.” ok, so what? here’s the so what: this is how you find the next runners early. my 2026 privacy watchlist: - @0xMiden (zk + client-side proving) - @Shade_L2 (fully private execution layer) - @RaylsLabs (privacy + compliance rails for banks) what else should be on this list?
Nazar tweet media
a16z crypto@a16zcrypto

x.com/i/article/2008…

English
4
0
8
161
killroy
killroy@killroy192·
@VittoStack Good progress, but early celebration. A significant part of the gas price reduction is basically due to low network load.
English
0
0
1
43
Vitto Rivabella
Vitto Rivabella@VittoStack·
Ethereum has scaled so hard and reduced gas fees so much that I have no reason to use any L2 anymore. Well done Ethereum.
Vitto Rivabella tweet media
English
141
87
2.8K
100.2K
killroy
killroy@killroy192·
@sodofi_ Would love to chat! Building @zeroledgerxyz, Private everyday crypto payments. Instant, affordable, and compliant by design. Base batches 002 hackathon finalst.
English
0
0
1
34
sophia
sophia@sodofi_·
im making a video about crypto side projects if you're building something and want a shoutout, comment below and i'll add you
English
114
5
198
12.6K