Bitcoin Forum
October 03, 2025, 08:49:21 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: bitcoind query on genesis block fails on: March 01, 2014, 11:52:08 PM
There should be an interesting history/read about that? Satoshi himself designed it like this?
2  Bitcoin / Bitcoin Technical Support / bitcoind query on genesis block fails on: March 01, 2014, 03:17:35 AM
I'm wondering why there is a problem quering the genesis block one and only transaction.

bitcoind getblockhash 0
000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

bitcoind getblock 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
{
    "hash" : "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
    "confirmations" : 288387,
    "size" : 285,
    "height" : 0,
    "version" : 1,
    "merkleroot" : "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b",
    "tx" : [
        "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"
    ],
    "time" : 1231006505,
    "nonce" : 2083236893,
    "bits" : "1d00ffff",
    "difficulty" : 1.00000000,
    "nextblockhash" : "00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048"
}

bitcoind getrawtransaction 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b 1
error: {"code":-5,"message":"No information available about transaction"}

bitcoind version is 0.8.6

Thanks!
3  Bitcoin / Bitcoin Discussion / Re: Block chain size/storage and slow downloads for new users on: February 26, 2014, 03:00:36 PM
Thanks everyone. Learning a lot from this thread.

Just for the reference - finally downloaded the whole blockchain tonight.

So, for Feb. 26, 2014 we have:

# of blocks: 287930
19.267088 GB in .blocks folder.

Soon approaching 20Gb.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!