Why did not return? #14695

issue xsdxf opened this issue on November 9, 2018
  1. xsdxf commented at 3:57 AM on November 9, 2018: none

    I use bitcoind -daemon -datadir=/mydata/btc/storage -rpcport=1234 to start BTC wallet.

    and use code: as follows (python)

    import requests params={"method": "GetBestBlockHash","params": [],"id": "foo"} url="http://127.0.0.1:1234" print(requests.post(url=url,json=params).text)

    but no return

  2. xsdxf commented at 4:01 AM on November 9, 2018: none

    and Now, how much space is needed to store all of them? BTC block data

  3. sipa commented at 4:13 AM on November 9, 2018: member

    The name of the RPC you're looking for is getbestblockhash, not GetBestBlockHash.

    This is not a support forum. For questions about usage, try https://bitcoin.stackexchange.com.

  4. sipa closed this on Nov 9, 2018

  5. xsdxf commented at 4:24 AM on November 9, 2018: none

    The name of the RPC you're looking for is getbestblockhash, not GetBestBlockHash.

    This is not a support forum. For questions about usage, try https://bitcoin.stackexchange.com.

    The amendment will not work.

  6. fanquake locked this on Nov 9, 2018
  7. fanquake added the label Questions and Help on Nov 9, 2018
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-26 06:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me