ajout de FIRST_USD_TX

This commit is contained in:
2020-06-07 07:55:07 +02:00
parent c812e2f79d
commit ebbb33cb45
2 changed files with 21 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ class blockchain
* 'THE_ANSWER' - Block 42 (pour le fun)
* 'LUCIFER' - Block 666 (pour le fun)
* 'LEET' - Block 1337 (pour le fun)
* 'FISRT_USD_TX' - Martti Malmi change 5000 BTC for 5,02 $
* 'PIZZA' - Block 57035 : le block du pizza day, 22 05 2010
* 'HALVING_1' - First halving, block 2100000, 28 11 2012
* 'HALVING_2' - Second halving, block 420000, 09 07 2017
@@ -220,6 +221,12 @@ class blockchain
'PIZZA'
);
self::$special_blocks[] = new block(
'00000000132fbe8314fc571c0be60b31ccd461c9ee85f42bde8c6d160a9dacc0',
24835,
'FIRST_USD_TX'
);
self::$special_blocks[] = new block(
'000000000a73e64735a2b75c97ea674950a9018da1420d01328a918c9ff9852c',
5637,

View File

@@ -23,6 +23,7 @@ LISTBLOCKS="GENESIS THE_ANSWER LUCIFER LEET \
DEMISSION20200110 2020JUMP9000 \
SOPHIA202002 EQUILBIRE202002 COVID19 \
RIP_STEEVE HALVING_3 DORMEUR \
FIRST_USD_TX 2020JUMP10000 \
LAST"
for BLOCK in $LISTBLOCKS