Jelly

27 posts

Jelly

Jelly

@xiaobo521666

Katılım Aralık 2025
140 Takip Edilen9 Takipçiler
Jelly retweetledi
刘米其丶
刘米其丶@Liu_Mickey_Ai·
After multiple days of testing, the Tacit free market is now open for internal testing. A more intuitive and reasonable Tacit order book market — making Tacit great again. tacit.unode.one/market Like + share, leave your address, and join the internal testing list. #tacit @z0r0zzz
刘米其丶 tweet media
English
47
18
51
2.4K
梦想进入决赛圈
梦想进入决赛圈@juesaiquan·
你们不是不打zec的铭文? 怎么我自转都卡链了???
梦想进入决赛圈 tweet media
中文
36
2
37
10K
Jelly
Jelly@xiaobo521666·
@RunesPunks 0x1cdb6c815f1d7dedc4c687109f5531c68f2b93fe
HT
1
0
1
275
ross.wei
ross.wei@z0r0zzz·
continuing my bitcoin experimentation, I invite the public to contribute to a ceremony to secure the tacit mixer - a bitcoin-native confidential pool. ~30s in browser, no gas. Each contribution makes the mixer stronger. ~25% already to PoC. tacit.finance/?ceremony=1373…
ross.wei tweet mediaross.wei tweet media
English
188
36
242
80K
frozen raspberry
frozen raspberry@frozenraspberry·
跟进一下上条 Tacit 的推,这两天协议有不少新进展,顺便我自己打了 FAIR,记一下成本、节奏和踩过的坑 — 协议侧 上条推提到 Tacit 不像 Runes 一样支持「大家一起打」,理由是机密代币里要在隐藏金额前提下做 cap 强制太复杂。结果 @z0r0zzz 两天内就把这个补上了:新加了 T_PETCH(permissionless etch)和 T_PMINT(permissionless mint)两个 opcode,fair launch 机制上线。终于可以「打」了,手痒起来了。 目前 Tacit 同时支持两种发行模式: 老模式(mint_authority):发行人独占铸造权,$TAC 走这条 新模式(T_PETCH + T_PMINT):fair launch,铸造权全公开,FAIR 走这条 ross 还在推 mixer 方向:tacit 协议可以做 tornado-style shielding,混币池直接跑 BTC L1。tacit 上的资产(包括未来用协议发的稳定币)和 wrapped BTC 都能进。如果跑通,BTC L1 原生混币会让叙事再厚一层 — 关于 FAIR 本身 目前明确的是 FAIR 不是 ross 部署的,定位是社区自发 fair launch,无团队预留,纯公平 mint。截至今天 mint 进度过 23.8%(还剩约 16w 次),持有地址破 3000。 跟 $TAC 是两条线: $TAC:协议方资产,给 ZORG 持有者(ZORG 可通过 ZAMM 1:1 兑换) FAIR:社区共识币,无空投锚点,赌的是先发优势 + 二级 — 工具和成本(怎么打?) 工具用 @Unipioneer 做的 985monitor(985monitor.xyz/tacit-mint),非常非常好用,学长牛逼!私钥自管且开源,建议开专用空钱包跑。 成本实际数据(当前 BTC fee 1–4 sat/vB): 每次 mint = commit + reveal 两笔 tx ≈ 313 vbytes 工具有 500 sats fee 下限,1–3 sat/vB 实际都是 1000 sats / mint 加上锁的 546 sats dust,单次现金成本 ~$1.25 — 几个踩过的坑 WIF vs HEX:unisat 导出的是 WIF(K/L 开头),985 工具收两种,但 tacit.finance 的 Import key 只认 64-hex,粘 WIF 会静默失败(红 toast 一闪就消失,你不会注意到)。解法:985 页面 console 里 globalThis.tacit.bytesToHex(globalThis.tacit.wallet.priv) 拿 hex 地址类型:同一把私钥能派生 4 种地址,unisat 默认 Taproot(bc1p),985 工具用 Native SegWit(bc1q),两个 UTXO 集完全独立。要从 unisat 那个 bc1p 钱包转 BTC 到 985 显示的 bc1q 地址才能开始 mint 烧资产:会烧,而且会比铭文更容易烧。铭文的 utxo 发给其它地址,大概率还能保留。但是 tacit 协议如果你用普通钱包发送 utxo,是必定会烧的。如果要归集不用的 utxo,记得走 tacit.finance 的 Send → Confidential token → 发给自己(CXFER)。 — ross 的更新节奏真的非常快,而且 tacit 官网的完成度非常高,对于 pending tx 的处理都很直观。期待后续能有更有趣的功能。我也会密切关注和参与。
frozen raspberry@frozenraspberry

BTC 上第一个能把转账金额「隐藏」的代币协议 tacit 最近 BTC 上有个新东西:@z0r0zzz 把 tacit 从测试网搬到主网,dApp 被打了 2000 万次请求,作者表示还好把前端放 IPFS 上了,否则肯定挂 一句话解释 tacit:「BTC L1 上第一个能把转账金额真正藏起来的代币协议」 — Runes / BRC-20 你已经熟了,链上转多少,明文写着。Tacit 也是 meta-protocol(不动 BTC 共识,靠 indexer 索引),但链上看到的是「某地址转给某地址某个币」,具体金额数字是看不到的 核心叫 Pedersen commitment。链上不写数字 "100",写一个椭圆曲线上的点: C = 金额·H + 随机盐·G H、G 是公共常数,盐是只有你和收款人能算出的随机数 类比:递一个保险箱给全网看,所有人能确认它存在、没被掉包,但只有你和对方有钥匙打开看里面是多少。而且这种隐藏不是"算力不够算不出",是数学层面就反推不了 — 金额都看不见,怎么防凭空印钱? 每笔转账同时附两套零知识证明: Bulletproof(范围证明):证明转的金额是合理正数,不是负数也不是溢出 Kernel signature(来自 Mimblewimble):证明 输入 = 输出,没多没少 会计看不到任何具体数字,但能验证账面平衡。Tacit 让全网每个节点都成了能盲审的会计 — 还有个细节蛮喜欢:Runes 你看到的余额其实是第三方 indexer 服务器(unisat / magiceden 这种)告诉你的。Tacit 的 indexer 直接跑你浏览器里,单个 HTML + IPFS pin 两个浏览器跑同一份代码,对同一条链得到同一结论。没有服务端权威,也不存在「indexer 偷看余额」这种可能,因为它算不出来 — dev 是谁?@z0r0zzz(ross.wei)是 ETH 上 zFi / ZAMM 的核心 dev。zFi 是 100% on-chain 的 superdapp(swap + launch + 隐私池),ZAMM 是底层 V2-style AMM,在 ETH 上跑了一年 目前第一个币 $TAC 已经 etch 完,正在准备分发 — 24h 已经在裂变中。@easytopredict 紧跟着刻了第二个币 $PIZZA,定位 Tacit 上第一个 meme / culture coin。顺带也明确平台上任何人都能 etch 自己的资产,permissionless,和 Runes 一个思路 — 想体验协议的话,目前已上主网: dApp: tacit.finance Code: github.com/z0r0z/tacit SPEC: github.com/z0r0z/tacit/bl… 另外如果放钱玩了,务必留意先 Export key + 设 passphrase,否则换设备就可能丢了 — 怎么参与 $TAC 的分配? 目前说法很多,有在 dev 下面留地址的,有私信的,有买 zamm/zorg 的。 不过 dev 原话只明确提过 "will send play $tac to zfi(zOrg) members",所以买 zorg 加入 DAO 是一个比较稳的选择。目前购买做生意 zorg 就可以加入 DAO。持有量前 256 名可以得到 Member Badge NFT。可以在 zfi.wei.is/?from=eth&to=z… 这里购买,zfi.wei.is/dao 查看 DAO 的信息。 另外 tacit.finance 也放出了 claim 页面,可以连接 evm 地址,估计到时候就是通过这个途径分配 — BTC 隐私这个叙事最近被 Zcash 重新拉回来,Tacit 走的是和 Zcash 互补的路 —— 同等隐私强度,但在 BTC L1 + 多资产能不能跑出来,还要看接下来作者的分发和市场认可程度了。

中文
5
2
20
6.4K
Jelly
Jelly@xiaobo521666·
@0xae13 @z0r0zzz 02942ab4c3bae802334c13b641a974f2ce2fbcad55177561a4a4fc7ec0328c9a89
Français
0
0
0
57
ae13
ae13@0xae13·
Someone pointed out that 90% of KOLs can’t be trusted, so I scrapped my original plan. Now I’m just waiting for @z0r0zzz to drop the new feature so everyone can fairly and freely claim already etched tokens on the website. Until then, I’ll keep doing manual random airdrops like in the early days public key👇
GIF
English
278
42
340
13.6K
Jelly
Jelly@xiaobo521666·
@z0r0zzz 028bebf709f7a746febacfd9ad3cd11fd5c7933f3fcf1aaa3ef4eccf64ed8a252a
0
0
0
450
Jelly retweetledi
RunePunks
RunePunks@RunesPunks·
You’ve got 2 hours. First sneak peek at what we’ve been cooking: $rPEG Our own marketplace V4. Fill in this form: forms.gle/48xom46WuvXtZ9… $rPEG.
RunePunks tweet media
English
808
716
967
44.6K
Jelly
Jelly@xiaobo521666·
@jPEG20_ 本来都没人玩的东西,还给这装上了
中文
0
0
0
374
jPEG20
jPEG20@jPEG20_·
JPEG20 MINT IS POSTPONED TO TOMORROW AT 5PM UTC ⚠️ Launching now would get heavily botted — as you can see, we already hit 20K holders, with 99% being fresh wallets. To counter this, I’ll most likely increase the transfer requirement to 10M $JPEG to make botting significantly harder. Appreciate your understanding.
jPEG20 tweet media
English
60
1
51
14.8K
$DMT-BIT
$DMT-BIT@dmt_bit_·
$BIT logo is fully updated. Appreciate the support from @ordinalswallet🫡
$DMT-BIT tweet media
English
6
2
14
1.3K
WishFigure
WishFigure@WishFiguregift·
@CryptoGiio 互关,对3D打印和跨境感兴趣的可以多多关注我。
中文
5
0
7
102
吉奥
吉奥@CryptoGiio·
#蓝V互关 第八期继续! 前面的基本上已经回关了,一直都在回关今天凌晨两点才睡,连全国可飞都回了。 冲5000蓝V关注 有些评论可能被屏蔽了, 我尽量都会回关 大家也可以在评论区互关 都在慢慢回了,还没回的,评论区留言
吉奥 tweet media
吉奥@CryptoGiio

#蓝V互关 第七期继续! 前面的基本上已经回关了 有还没回关的评论区发一下。 冲5000蓝V关注 有些评论可能被屏蔽了, 我尽量都会回关 大家也可以在评论区互关 都在慢慢回了,还没回的,评论区留言

中文
166
1
73
16.7K