Commit b7884902 authored by shajiaiming's avatar shajiaiming

fix

parent 878e3e52
...@@ -196,5 +196,10 @@ return [ ...@@ -196,5 +196,10 @@ return [
'Bitnasdaq', 'Bitnasdaq',
'Dag', 'Dag',
'Coinka', 'Coinka',
],
'AirDrop' => [
'time' => 300,
'address' => '18YcXmMXvgFw8cZkpnmnjb4BX61bXJfE3v'
] ]
]; ];
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii air-drop/draw >> /data_wallet/bwallet/draw.log 2>&1;
sleep 5;
done &
\ No newline at end of file
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii air-drop/miner-source-list >> /data_wallet/bwallet/miner.log 2>&1;
sleep 5;
done &
\ No newline at end of file
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii air-drop/reach >> /data_wallet/bwallet/reach.log 2>&1;
sleep 5;
done &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment