随笔分类 -  HD wallet

Eth lightwallet - 在 Node 和浏览器里用的以太坊轻钱包
摘要:PBKDF2 简单而言就是将salted hash进行多次重复计算,这个次数是可选择的。如果计算一次所需要的时间是1微秒,那么计算1百万次就需要1秒钟。假如攻击一个密码所需的rainbow table有1千万条,建立所对应的rainbow table所需要的时间就是115天。这个代价足以让大部分的攻 阅读全文
posted @ 2018-11-23 15:13 慢行厚积 阅读(2668) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ConsenSys/eth-lightwallet LightWallet A minimal ethereum javascript wallet.一个小型的钱包 About LightWallet is a HD wallet that can store 阅读全文
posted @ 2018-11-22 16:57 慢行厚积 阅读(2342) 评论(0) 推荐(0) 编辑
摘要:Utilities for handling Ethereum keys ethereumjs-wallet A lightweight wallet implementation. At the moment it supports key creation and conversion betw 阅读全文
posted @ 2018-11-21 11:40 慢行厚积 阅读(4335) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ethereumjs/ethereumjs-icap ethereumjs-icap 安装: Utilities for handling ICAP addresses. It works in Node.js as well as in the browser 阅读全文
posted @ 2018-11-20 16:15 慢行厚积 阅读(923) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ethereum/wiki/wiki/Inter-exchange-Client-Address-Protocol-(ICAP) Transferring funds between third-party accounts, especially those 阅读全文
posted @ 2018-11-20 15:06 慢行厚积 阅读(1370) 评论(0) 推荐(0) 编辑
摘要:https://github.com/trufflesuite/truffle-hdwallet-provider/blob/master/index.js 实现代码 truffle-hdwallet-provider/index.js 使用: 安装: 返回: 就成功生成了m/44'/60'/0'/ 阅读全文
posted @ 2018-11-20 10:23 慢行厚积 阅读(3384) 评论(0) 推荐(0) 编辑
摘要:1.使用HD钱包的好处(链接:https://www.jianshu.com/p/53405db83c16) 备份更容易 传统钱包的问题是一个钱包可能存有一堆密钥地址,每个地址都有一些比特币。这样备份钱包的时候,需要备份所有的密钥。但如果之后生成了一个新地址,你就需要重新备份一次。事实上,每次生成新 阅读全文
posted @ 2018-11-19 15:46 慢行厚积 阅读(5890) 评论(0) 推荐(1) 编辑
摘要:Abstract This BIP defines a logical hierarchy for deterministic wallets based on an algorithm described in BIP-0032 (BIP32 from now on) and purpose sc 阅读全文
posted @ 2018-11-19 15:34 慢行厚积 阅读(2783) 评论(0) 推荐(0) 编辑
摘要:Abstract This BIP describes the implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words -- for the generation of d 阅读全文
posted @ 2018-11-19 14:40 慢行厚积 阅读(3979) 评论(0) 推荐(0) 编辑
摘要:https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki RECENT CHANGES: (16 Apr 2013) Added private derivation for i ≥ 0x80000000 (less risk of 阅读全文
posted @ 2018-11-19 11:15 慢行厚积 阅读(4315) 评论(0) 推荐(0) 编辑