目前哪些錢包支持確定性公共地址(BIP32)?
只是好奇有多少 bip32 標準的完整實現存在。
我知道這三個:
bip32 文件中有一個實現列表:
存在兩個 Python 實現:
PyCoin ( <https://github.com/richardkiss/pycoin> ) 是一套用於處理比特幣的實用程序,包括 BIP0032 錢包功能。BIP32Utils ( <https://github.com/jmcorgan/bip32utils> ) 是一個專門針對 BIP0032 錢包和腳本的庫和命令行界面。
C++ 實現可在 <https://github.com/CodeShark/CoinClasses/tree/master/tests/hdwallets>
可在 https://github.com/oleganza/CoreBitcoin/blob/master/CoreBitcoin/BTCKeychain.h獲得 Objective-C 實現
Ruby 實現可在 https://github.com/GemHQ/money-tree獲得
存在兩種 Go 實現:
hdkeychain ( <https://github.com/conformal/btcutil/tree/master/hdkeychain> ) 為比特幣分層確定性擴展密鑰 (BIP0032) 提供 API。去高畫質錢包(<https://github.com/WeMeetAgain/go-hdwallet>)。
存在兩種 JavaScript 實現:可在 <https://github.com/sarchar/brainwallet.github.com/tree/bip32>和 https://github.com/bitpay/bitcore獲得
可在 https://github.com/Bit-Wasp/bitcoin-lib-php獲得 PHP 實現
AC# 實現可在 <https://github.com/NicolasDorier/NBitcoin> (ExtKey, ExtPubKey)
Haskell 實現在 <https://github.com/haskoin/haskoin>和 CLI 介面在 <https://github.com/np/hx>
不過,您應該檢查文件而不是依賴我的副本,因為我的副本會隨著時間的推移而過時