ajout de 2020JUMP10000
This commit is contained in:
@@ -37,6 +37,10 @@ class blockchain
|
|||||||
* 'HALVING_3' - Third Hhalving, block 630000, 11 05 2020
|
* 'HALVING_3' - Third Hhalving, block 630000, 11 05 2020
|
||||||
* 'DORMEUR' - Block 631058 Une adresse datant de 2009 dépense ses 50 BTC de reward
|
* 'DORMEUR' - Block 631058 Une adresse datant de 2009 dépense ses 50 BTC de reward
|
||||||
* TX : cb1440c787d8a46977886405a34da89939e1b04907f567bf182ef27ce53a8d71
|
* TX : cb1440c787d8a46977886405a34da89939e1b04907f567bf182ef27ce53a8d71
|
||||||
|
*
|
||||||
|
* ____JUMP______ : Lorsque le cours atteint certains palier (à la hausse ou à la baisse)
|
||||||
|
* WHALE____ : Lorsqu'une baleine remonte respirer (grosse TX)
|
||||||
|
* GOLGOTH____ : Lorsque le GOLGOTH pousse fort ... (grosse TX)
|
||||||
*/
|
*/
|
||||||
private static $special_blocks = null;
|
private static $special_blocks = null;
|
||||||
|
|
||||||
@@ -71,6 +75,12 @@ class blockchain
|
|||||||
{
|
{
|
||||||
self::$special_blocks = array ();
|
self::$special_blocks = array ();
|
||||||
|
|
||||||
|
self::$special_blocks[] = new block(
|
||||||
|
'00000000000000000005c0f74e8b00c3961d6dfbf32936edeaa300015949f3c4',
|
||||||
|
632676,
|
||||||
|
'2020JUMP10000'
|
||||||
|
);
|
||||||
|
|
||||||
self::$special_blocks[] = new block(
|
self::$special_blocks[] = new block(
|
||||||
'00000000000000000000f811e171eee52157e9a95963140e62fa83610f23ea7e',
|
'00000000000000000000f811e171eee52157e9a95963140e62fa83610f23ea7e',
|
||||||
631058,
|
631058,
|
||||||
|
|||||||
Reference in New Issue
Block a user