Commit 1bb522fa authored by shajiaiming's avatar shajiaiming

fix

parent 69e9777a
...@@ -112,10 +112,12 @@ return [ ...@@ -112,10 +112,12 @@ return [
], ],
'chain_nodes' => [ 'chain_nodes' => [
'STO' => [ 'MALL' => [
'scheme' => 'http', 'scheme' => 'http',
'host' => '118.31.109.11', 'host' => '118.31.109.11',
'port' => 8801, 'port' => 8801,
'platform_id' => 1,
'privkey' => '70066a3e84542f49abb5941df8145fccd485deb15484b52a41406b42b0fa7bca'
] ]
], ],
......
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii issue-chain-transfer/query-transaction 1 >> data_wallet/issue-query.log 2>&1;
php /data_wallet/token_config/yii issue-chain-transfer/query-transaction 2 >> data_wallet/issue-query.log 2>&1;
sleep 5;
done &
\ No newline at end of file
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii issue-chain-transfer/send-transaction 2 0 >> data_wallet/issue-send.log 2>&1;
php /data_wallet/token_config/yii issue-chain-transfer/send-transaction 2 1 >> data_wallet/issue-send.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