Re: blocks minus 1

I’d like to reduce the number of blocks displayed in the status bar by 1.   When you first load the program, it’ll display 0 blocks instead of 1: “0 connections    0 blocks     0 transactions” It’s always been “nBestHeight + 1” because it’s counting the genesis block.  Technically, yes, […]

Read more

blocks minus 1

I’d like to reduce the number of blocks displayed in the status bar by 1.   When you first load the program, it’ll display 0 blocks instead of 1: “0 connections    0 blocks     0 transactions” It’s always been “nBestHeight + 1” because it’s counting the genesis block.  Technically, yes, […]

Read more

Re: [PATCH] Automatic block validation

I’ve written a patch to help automatically validate cached blocks after validation fixes such as the one that was pushed out today. You can find it at http://fushizen.net/~bd/blockverify.patch or http://github.com/bdonlan/bitcoin/commit/b205251959448ca99123f2bc95b088bf06d4ef3b Upon first run with this patch, all blocks will be verified, and any invalid blocks, as well as blocks orphaned […]

Read more

Re: overflow bug SERIOUS

Interesting.. fascinating to watch this work its way through the bowels of the system. It was block 73746 that I generated. CTxOut(nValue=50.00000000, scriptPubKey=0x8DDD5C7DADB2D43AC5F186) 08/12/10 02:35 generated 50.00 And I sent 49.00 of it to 19Nzg21hQQDAY5GTdTTuUVPA4MaE7AusXz (using the broken chain) Now I’m waiting for that node to figure out it was […]

Read more
1 3 4 5 6 7 13