Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ticker_config
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallets
ticker_config
Commits
f55d1ae3
Commit
f55d1ae3
authored
Sep 24, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路径调整
parent
9154c2f3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
13 deletions
+17
-13
main-local.php
common/config/main-local.php
+1
-1
AutoTransfer.sh
shell/AutoTransfer.sh
+7
-6
BetUpdate.sh
shell/BetUpdate.sh
+2
-2
GameStatus.sh
shell/GameStatus.sh
+2
-2
QueryTransaction.sh
shell/QueryTransaction.sh
+2
-2
TickerUpdate.sh
shell/TickerUpdate.sh
+3
-0
No files found.
common/config/main-local.php
View file @
f55d1ae3
...
...
@@ -127,7 +127,7 @@ return [
'elasticsearch'
=>
[
'class'
=>
'yii\elasticsearch\Connection'
,
'nodes'
=>
[
[
'http_address'
=>
'47.1
11.132.89
:9200'
],
[
'http_address'
=>
'47.1
00.218.222
:9200'
],
],
]
],
...
...
shell/AutoTransfer.sh
View file @
f55d1ae3
#!/bin/bash
while
true
;
do
php /
var/www/html/token_pwallet/yii cross-chain/auto-transfer 1 0
>>
/var/www/html
/auto-transfer.log 2>&1
;
php /
var/www/html/token_pwallet/yii cross-chain/auto-transfer 2 0
>>
/var/www/html
/auto-transfer.log 2>&1
;
php /
var/www/html/token_pwallet/yii cross-chain/auto-transfer 3 0
>>
/var/www/html
/auto-transfer.log 2>&1
;
php /
var/www/html/token_pwallet/yii cross-chain/auto-transfer 1 1
>>
/var/www/html
/auto-transfer.log 2>&1
;
php /
var/www/html/token_pwallet/yii cross-chain/auto-transfer 2 1
>>
/var/www/html
/auto-transfer.log 2>&1
;
php /
var/www/html/token_pwallet/yii cross-chain/auto-transfer 3 1
>>
/var/www/html
/auto-transfer.log 2>&1
;
php /
data_wallet/token_config/yii cross-chain/auto-transfer 1 0
>>
/data_wallet
/auto-transfer.log 2>&1
;
php /
data_wallet/token_config/yii cross-chain/auto-transfer 2 0
>>
/data_wallet
/auto-transfer.log 2>&1
;
php /
data_wallet/token_config/yii cross-chain/auto-transfer 3 0
>>
/data_wallet
/auto-transfer.log 2>&1
;
php /
data_wallet/token_config/yii cross-chain/auto-transfer 1 1
>>
/data_wallet
/auto-transfer.log 2>&1
;
php /
data_wallet/token_config/yii cross-chain/auto-transfer 2 1
>>
/data_wallet
/auto-transfer.log 2>&1
;
php /
data_wallet/token_config/yii cross-chain/auto-transfer 3 1
>>
/data_wallet
/auto-transfer.log 2>&1
;
sleep
15
;
done
&
\ No newline at end of file
shell/BetUpdate.sh
View file @
f55d1ae3
#!/bin/bash
while
true
;
do
php /var/www/html/token_pwallet/yii game-bet/bet-update
>>
/var/log/bet-update.log 2>&1
;
sleep
2
;
done
&
\ No newline at end of file
while
true
;
do
php /data_wallet/token_config/yii game-bet/bet-update
>>
/data_wallet/bet-update.log 2>&1
;
sleep
2
;
done
&
\ No newline at end of file
shell/GameStatus.sh
View file @
f55d1ae3
#!/bin/bash
while
true
;
do
php /var/www/html/token_pwallet/yii game-bet/game-status
>>
/var/log/game-status.log 2>&1
;
sleep
5
;
done
&
\ No newline at end of file
while
true
;
do
php /data_wallet/token_config/yii game-bet/game-status
>>
/data_wallet/game-status.log 2>&1
;
sleep
5
;
done
&
\ No newline at end of file
shell/QueryTransaction.sh
View file @
f55d1ae3
#!/bin/bash
while
true
;
do
php /var/www/html/token_pwallet/yii cross-chain/query-transaction
>>
/var/www/html/query-transaction.log 2>&1
;
sleep
5
;
done
&
\ No newline at end of file
while
true
;
do
php /data_wallet/token_config/yii cross-chain/query-transaction
>>
/data_wallet/query-transaction.log 2>&1
;
sleep
5
;
done
&
\ No newline at end of file
shell/TickerUpdate.sh
0 → 100644
View file @
f55d1ae3
#!/bin/bash
while
true
;
do
php /data_wallet/token_config/yii exchange/quotation
>>
/data_wallet/ticker-update.log 2>&1
;
sleep
180
;
done
&
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment