Firstbits
是否有反向 FirstBits 查找的 Web 服務?
輸入:任何舊的比特幣地址,例如
1BCNEPySL4gzzjg8NNyNsQYJWYmZwpgaPF
輸出:FirstBits,在本例中為 1BCN1u
Blockchain.info 具有生成和解析 firstbits 的 API。
獲得第一比特,
<http://blockchain.info/q/getfirstbits/1BCNEPySL4gzzjg8NNyNsQYJWYmZwpgaPF>
獲取地址,
<http://blockchain.info/q/resolvefirstbits/1paypal>
<http://blockchain.info/q/resolvefirstbits/1ebay>
<http://blockchain.info/q/resolvefirstbits/1google>
看到是的 blockchain.info 不再提供此服務後,我只能找到另一個提供 FirstBit 地址查找的塊瀏覽器:
<https://www.walletexplorer.com>
<https://www.walletexplorer.com/address/1BCN1ugdKdWd9pQ8Am9hMhtHZfmbXzxE8a?from_firstbits=1BCN1u>
希望這可以幫助 :)