惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

V2EX

我用 AI 写代码,但终端管理反而成了累赘——于是我做了 codux [调研] 各位在公司都用什么 ide 和 agent 写代码? 老运维 share 一个运维平台 看到有公司考核 token 指标,很好奇大家上个月的 AI 账单是多少 GLM-Coding 调用持续报错: z.ai 的 Lite 套餐几乎无法使用,官方 Pro/Max 是否稳定? 现在还有什么渠道可以稳定安全地使用 Claude 吗? 上海漕河泾内推,本组有 2 个 hc,一个后端,一个前端,预算都是 20k 左右,不打卡,氛围好 如果 V2EX 上有一组不永久保存聊天记录(比如只保存 7 天或者 24 小时)的聊天室,那么会开启哪些有用或者有趣的可能? gemini cli 貌似挂了,一直返回 403 第一次在自媒体上赚到钱 收集了最近在使用的低价 GPT, Gemini,邮箱等 AI 会员的小店合集 讨论个大实话:现在企业还在说 AI 编程提效 20%, 30%的,真的太落后,没用懂 AI。因为包括很多前沿公司,已经狂奔到提效 200%-500%的情况 [招聘][远程][币安] 前端/后端/QA/iOS/Android 至少 3 年以上经验 目前有大量 HC 欢迎投递 Chatgpt Pro 用量用不完的可以开这些设置 面试的时候好像遇到钓鱼了,给各位避个坑 cursor 年续费 22 号到期, 自动续费是否还是老的计次套餐呢 被两件破事毁掉的一下午,琐碎的内耗消磨人的精力 使用 Planet 存储 Codex 的会话或者重要信息 如果业务部门领导不要你开发功能,而是要求你教会它用 claude code 开发功能,你会怎么做? 分享一个 MacOS 接绿联 CM818 USB 转 DP 转接器使用感受 我的 HR 朋友 10 年老 Java ,非全大专,大家帮忙看看简历 开源了一个 AI 口语练习工具,音素级发音评分,完全免费可自部署 V2EX 上有哪些你觉得很有趣、印象深刻的妹纸? 字节为啥不出个国内版 Vercel? 有在大马的朋友吗? 问个运营商问题 你们在有领导的公司大群发过的最大胆的消息是什么 公司裁员,目前没有工作。想试试摆摊,做一个移动鲜啤打酒车 我的硬盘 Memblaze Pblaze 5 Linux 下不识别,给 Linux 内核提交了补丁, AI 说有望被合并 只有我一个人觉得 codex 不好用?
12 个都是同一个单词的助记词
wefgonujnopu · 2025-11-30 · via V2EX

突发奇想看看有没有能 12 个一模一样的单词组成的合法助记词,没想到还真有,这些地址基本都被人用过了,大部分都是 0.几的余额
python 代码:

from mnemonic import Mnemonic
import hashlib

mnemo = Mnemonic("english")
wordlist = mnemo.wordlist

print(f"{'=' * 20} 以下助记词均可通过钱包校验 {'=' * 20}")
print("!!! 警告:切勿向这些地址转账,必定被盗 !!!\n")

count = 0
for i in range(2048):
    word = wordlist[i]

    # 1. 模拟 12 个相同单词的二进制数据
    full_bits_int = 0
    for _ in range(12):
        full_bits_int = (full_bits_int << 11) | i

    # 2. 验证 Checksum
    entropy_int = full_bits_int >> 4
    target_checksum = full_bits_int & 0xF

    entropy_bytes = entropy_int.to_bytes(16, byteorder='big')
    hash_bytes = hashlib.sha256(entropy_bytes).digest()
    actual_checksum = hash_bytes[0] >> 4

    # 3. 如果合法,直接按照 "word word ... word" 格式输出
    if actual_checksum == target_checksum:
        # 生成 12 个重复的字符串
        mnemonic_str = " ".join([word] * 12)
        print(mnemonic_str)
        count += 1

print(f"\n{'=' * 20} 结束,共找到 {count} 个 {'=' * 20}")

运行结果:

==================== 以下助记词均可通过钱包校验 ====================
!!! 警告:切勿向这些地址转账,必定被盗 !!!

action action action action action action action action action action action action
agent agent agent agent agent agent agent agent agent agent agent agent
aim aim aim aim aim aim aim aim aim aim aim aim
all all all all all all all all all all all all
ankle ankle ankle ankle ankle ankle ankle ankle ankle ankle ankle ankle
announce announce announce announce announce announce announce announce announce announce announce announce
audit audit audit audit audit audit audit audit audit audit audit audit
awesome awesome awesome awesome awesome awesome awesome awesome awesome awesome awesome awesome
beef beef beef beef beef beef beef beef beef beef beef beef
believe believe believe believe believe believe believe believe believe believe believe believe
blue blue blue blue blue blue blue blue blue blue blue blue
border border border border border border border border border border border border
brand brand brand brand brand brand brand brand brand brand brand brand
breeze breeze breeze breeze breeze breeze breeze breeze breeze breeze breeze breeze
bus bus bus bus bus bus bus bus bus bus bus bus
business business business business business business business business business business business business
cannon cannon cannon cannon cannon cannon cannon cannon cannon cannon cannon cannon
canyon canyon canyon canyon canyon canyon canyon canyon canyon canyon canyon canyon
carry carry carry carry carry carry carry carry carry carry carry carry
cave cave cave cave cave cave cave cave cave cave cave cave
century century century century century century century century century century century century
cereal cereal cereal cereal cereal cereal cereal cereal cereal cereal cereal cereal
chronic chronic chronic chronic chronic chronic chronic chronic chronic chronic chronic chronic
coast coast coast coast coast coast coast coast coast coast coast coast
convince convince convince convince convince convince convince convince convince convince convince convince
cute cute cute cute cute cute cute cute cute cute cute cute
dawn dawn dawn dawn dawn dawn dawn dawn dawn dawn dawn dawn
dilemma dilemma dilemma dilemma dilemma dilemma dilemma dilemma dilemma dilemma dilemma dilemma
divorce divorce divorce divorce divorce divorce divorce divorce divorce divorce divorce divorce
dry dry dry dry dry dry dry dry dry dry dry dry
elevator elevator elevator elevator elevator elevator elevator elevator elevator elevator elevator elevator
else else else else else else else else else else else else
embrace embrace embrace embrace embrace embrace embrace embrace embrace embrace embrace embrace
enroll enroll enroll enroll enroll enroll enroll enroll enroll enroll enroll enroll
escape escape escape escape escape escape escape escape escape escape escape escape
evolve evolve evolve evolve evolve evolve evolve evolve evolve evolve evolve evolve
exclude exclude exclude exclude exclude exclude exclude exclude exclude exclude exclude exclude
excuse excuse excuse excuse excuse excuse excuse excuse excuse excuse excuse excuse
exercise exercise exercise exercise exercise exercise exercise exercise exercise exercise exercise exercise
expire expire expire expire expire expire expire expire expire expire expire expire
fetch fetch fetch fetch fetch fetch fetch fetch fetch fetch fetch fetch
fever fever fever fever fever fever fever fever fever fever fever fever
forward forward forward forward forward forward forward forward forward forward forward forward
fury fury fury fury fury fury fury fury fury fury fury fury
garment garment garment garment garment garment garment garment garment garment garment garment
gauge gauge gauge gauge gauge gauge gauge gauge gauge gauge gauge gauge
gym gym gym gym gym gym gym gym gym gym gym gym
half half half half half half half half half half half half
harsh harsh harsh harsh harsh harsh harsh harsh harsh harsh harsh harsh
hole hole hole hole hole hole hole hole hole hole hole hole
hybrid hybrid hybrid hybrid hybrid hybrid hybrid hybrid hybrid hybrid hybrid hybrid
illegal illegal illegal illegal illegal illegal illegal illegal illegal illegal illegal illegal
include include include include include include include include include include include include
index index index index index index index index index index index index
into into into into into into into into into into into into
invest invest invest invest invest invest invest invest invest invest invest invest
involve involve involve involve involve involve involve involve involve involve involve involve
jeans jeans jeans jeans jeans jeans jeans jeans jeans jeans jeans jeans
kick kick kick kick kick kick kick kick kick kick kick kick
kite kite kite kite kite kite kite kite kite kite kite kite
later later later later later later later later later later later later
layer layer layer layer layer layer layer layer layer layer layer layer
legend legend legend legend legend legend legend legend legend legend legend legend
life life life life life life life life life life life life
lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics
margin margin margin margin margin margin margin margin margin margin margin margin
melody melody melody melody melody melody melody melody melody melody melody melody
mom mom mom mom mom mom mom mom mom mom mom mom
more more more more more more more more more more more more
morning morning morning morning morning morning morning morning morning morning morning morning
nation nation nation nation nation nation nation nation nation nation nation nation
neck neck neck neck neck neck neck neck neck neck neck neck
neglect neglect neglect neglect neglect neglect neglect neglect neglect neglect neglect neglect
never never never never never never never never never never never never
noble noble noble noble noble noble noble noble noble noble noble noble
novel novel novel novel novel novel novel novel novel novel novel novel
obvious obvious obvious obvious obvious obvious obvious obvious obvious obvious obvious obvious
ocean ocean ocean ocean ocean ocean ocean ocean ocean ocean ocean ocean
oil oil oil oil oil oil oil oil oil oil oil oil
orphan orphan orphan orphan orphan orphan orphan orphan orphan orphan orphan orphan
oxygen oxygen oxygen oxygen oxygen oxygen oxygen oxygen oxygen oxygen oxygen oxygen
pause pause pause pause pause pause pause pause pause pause pause pause
peasant peasant peasant peasant peasant peasant peasant peasant peasant peasant peasant peasant
permit permit permit permit permit permit permit permit permit permit permit permit
piano piano piano piano piano piano piano piano piano piano piano piano
proof proof proof proof proof proof proof proof proof proof proof proof
pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin pumpkin
question question question question question question question question question question question question
real real real real real real real real real real real real
report report report report report report report report report report report report
rough rough rough rough rough rough rough rough rough rough rough rough
rude rude rude rude rude rude rude rude rude rude rude rude
salad salad salad salad salad salad salad salad salad salad salad salad
scale scale scale scale scale scale scale scale scale scale scale scale
screen screen screen screen screen screen screen screen screen screen screen screen
sea sea sea sea sea sea sea sea sea sea sea sea
seat seat seat seat seat seat seat seat seat seat seat seat
sell sell sell sell sell sell sell sell sell sell sell sell
seminar seminar seminar seminar seminar seminar seminar seminar seminar seminar seminar seminar
seven seven seven seven seven seven seven seven seven seven seven seven
sheriff sheriff sheriff sheriff sheriff sheriff sheriff sheriff sheriff sheriff sheriff sheriff
siege siege siege siege siege siege siege siege siege siege siege siege
silver silver silver silver silver silver silver silver silver silver silver silver
soldier soldier soldier soldier soldier soldier soldier soldier soldier soldier soldier soldier
spell spell spell spell spell spell spell spell spell spell spell spell
split split split split split split split split split split split split
spray spray spray spray spray spray spray spray spray spray spray spray
stadium stadium stadium stadium stadium stadium stadium stadium stadium stadium stadium stadium
sugar sugar sugar sugar sugar sugar sugar sugar sugar sugar sugar sugar
sunny sunny sunny sunny sunny sunny sunny sunny sunny sunny sunny sunny
sure sure sure sure sure sure sure sure sure sure sure sure
tobacco tobacco tobacco tobacco tobacco tobacco tobacco tobacco tobacco tobacco tobacco tobacco
tongue tongue tongue tongue tongue tongue tongue tongue tongue tongue tongue tongue
track track track track track track track track track track track track
tree tree tree tree tree tree tree tree tree tree tree tree
trouble trouble trouble trouble trouble trouble trouble trouble trouble trouble trouble trouble
twelve twelve twelve twelve twelve twelve twelve twelve twelve twelve twelve twelve
twice twice twice twice twice twice twice twice twice twice twice twice
type type type type type type type type type type type type
uniform uniform uniform uniform uniform uniform uniform uniform uniform uniform uniform uniform
useless useless useless useless useless useless useless useless useless useless useless useless
valid valid valid valid valid valid valid valid valid valid valid valid
very very very very very very very very very very very very
vibrant vibrant vibrant vibrant vibrant vibrant vibrant vibrant vibrant vibrant vibrant vibrant
virtual virtual virtual virtual virtual virtual virtual virtual virtual virtual virtual virtual
vocal vocal vocal vocal vocal vocal vocal vocal vocal vocal vocal vocal
warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior
word word word word word word word word word word word word
world world world world world world world world world world world world
yellow yellow yellow yellow yellow yellow yellow yellow yellow yellow yellow yellow

==================== 结束,共找到 130 个 ====================