bitpay / insight-api

The bitcoin blockchain API powering Insight
https://github.com/bitpay/insight
590 stars 1.04k forks source link

Historic view of unspendable genesis block transaction #475

Open gabegattis opened 8 years ago

gabegattis commented 8 years ago

https://insight.bitpay.com/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

The transactions view does not load for the genesis block. It just shows "Loading Transactions..." forever.

Tested on both Firefox and Chromium. Screenshot included. genesisblockinsight

braydonf commented 8 years ago
bitcoin-cli getrawtransaction 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b
error code: -5
error message:
No information available about transaction
braydonf commented 8 years ago

Related: https://github.com/bitcoin/bitcoin/issues/3303

gabegattis commented 8 years ago

I suppose we could just hard code the info for the genesis block.

We can make it a config option so that testnet and altcoin forks could specify their respective genesis block information.