hashes tient compte du cache
This commit is contained in:
@@ -15,9 +15,17 @@ rm -f $DATA_PATH/block_list.txt
|
||||
|
||||
php cache.php >> $DATA_PATH/block_list.txt
|
||||
|
||||
for BLOCK in GENESIS THE_ANSWER LUCIFER LEET TOPISTO PIZZA HALVING_1 HALVING_2 BIP_91_LOCK BCC SEGWIT_LOCK SEGWIT HURRICANE_1 WHALE201810 BLOCK21E800 LAST
|
||||
LISTBLOCKS="GENESIS THE_ANSWER LUCIFER LEET \
|
||||
TOPISTO PIZZA HALVING_1 WHALE201311 HALVING_2 \
|
||||
BIP_91_LOCK BCC SEGWIT_LOCK SEGWIT \
|
||||
HURRICANE_1 WHALE201810 BLOCK21E800 \
|
||||
LAST"
|
||||
|
||||
for BLOCK in $LISTBLOCKS
|
||||
do
|
||||
php robot.php $BLOCK >> $DATA_PATH/block_list.txt
|
||||
done
|
||||
|
||||
cat $DATA_PATH/block_list.txt
|
||||
|
||||
rm -f $flag
|
||||
|
||||
Reference in New Issue
Block a user