gpt4 book ai didi

bitcoin - 查看国外比特币交易

转载 作者:行者123 更新时间:2023-12-02 04:22:48 26 4
gpt4 key购买 nike

我正在尝试使用获取交易信息

bitcoind gettransaction \
9962d5c704ec27243364cbe9d384808feeac1c15c35ac790dffd1e929829b271

但是我收到了

error: {"code":-5,"message":"Invalid or non-wallet transaction id"}

如何使用比特币 API 查看交易?

最佳答案

可以使用bitcoind查看国外交易。

  1. 在您的 bitcoin.conf 文件中设置 txindex=1。
  2. 使用 -reindex 重新启动 bitcoind(您需要重新构建整个索引)

对几个 block 建立索引后,您可以使用如下内容:

$ bitcoind getblockcount
122735

$ bitcoind getblockhash 67543
0000000004e213266ccd388df12896412c1a70e647b48004f7d6894b9d6f63b9

$ bitcoind getblock 0000000004e213266ccd388df12896412c1a70e647b48004f7d6894b9d6f63b9
// JSON containing tx "a93a668d9332e21d51380c7251bbf5ad47295ca9795e0ad6f2fe8d63b76af9aa"

$ bitcoind getrawtransaction a93a668d9332e21d51380c7251bbf5ad47295ca9795e0ad6f2fe8d63b76af9aa 1
// json of transaction - note that "1" at the end tells bitcoind to decode into json

参见this了解更多。

关于bitcoin - 查看国外比特币交易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8734694/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com