Hal Finley 's blocks

This commit is contained in:
2020-08-31 06:30:31 +02:00
parent ebbb33cb45
commit 2be9292816

View File

@@ -25,6 +25,8 @@ class blockchain
*
* 'GENESIS' - Premier block de la blochain
* 'THE_ANSWER' - Block 42 (pour le fun)
* 'HAL_FINLEY' - Hal Finley has mined this block
* 'FIRST_TX' - First exchange between Satoshi and Hal Finley
* 'LUCIFER' - Block 666 (pour le fun)
* 'LEET' - Block 1337 (pour le fun)
* 'FISRT_USD_TX' - Martti Malmi change 5000 BTC for 5,02 $
@@ -251,6 +253,18 @@ class blockchain
'LUCIFER'
);
self::$special_blocks[] = new block(
'00000000d1145790a8694403d4063f323d499e655c83426834d4ce2f8dd4a2ee',
170,
'FIRST_TX'
);
self::$special_blocks[] = new block(
'00000000a2886c95400fd3b263b9920af80b118b28fee5d2a162a18e4d9d8b2f',
78,
'HAL_FINLEY'
);
self::$special_blocks[] = new block(
'00000000314e90489514c787d615cea50003af2023796ccdd085b6bcc1fa28f5',
42,