https://www.etherchain.org/
标签存档: ETH
ETH&Bitcoin生成靓号地址程序
作者: amyflash
日期: 2018年12月6日
没有评论
https://github.com/MyEtherWallet/VanityEth
靓号程序$ vanityeth -n 10 -i header
Python generate bitcoin address:
https://github.com/wyager/Bitcoin-HD-wallet-generator
Run python keygen.py to create a random seed, and then from that seed generate
addresses m/0h/0/[0-1]/[0-4].
This will create a file bitcoin_config.txt, which contains the pubkey and chain code
corresponding to m/0h/0.
Then, you can run python addrgen.py, which will also generate m/0h/0/[0-1]/[0-4], but
without knowing any private keys.