Author

Topic: Getting Genesis Block transaction on my node (Read 607 times)

legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF

Some info in the references: https://en.bitcoin.it/wiki/Genesis_block
legendary
Activity: 1258
Merit: 1027

Thanks, that is a bummer...

Anyone have a reference to where it is hard coded?

staff
Activity: 3374
Merit: 6530
Just writing some code
You can't. The transaction actually doesn't exist in the database. I think it is actually hard coded. Since the transaction doesn't really exist, it can't be viewed by anyone through conventional means and it can't be spent at all.
legendary
Activity: 1258
Merit: 1027

I have my node (Satoshi 0.11.0) set with txindex=1

Given a random set I can pull up any transaction by TXID using getrawtransaction, however when I try to pull up the transaction in the Genesis block I get:

Code:
bitcoin-cli getrawtransaction 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b

Code:
No information available about transaction (code -5)

I'm wondering if there is a way to get the transaction on my node?
Jump to: