File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def get_tip_block_number(url):
34
34
subprocess .run ("cd docker && docker compose up > docker-compose.log 2>&1 &" , shell = True )
35
35
36
36
# 启动 nodebridge
37
- nodebridge_command = "RUST_LOG=info ./ckbNodeBridge/target/debug/nodebridge ckb --rpc_addr http://127.0.0.1:8114 --rpc_interval 3000 --kafka_brokers 127.0.0.1:9092 --db_url mysql://root:123456@127.0.0.1:8006 /demo --job_topic tominer --solved_share_topic tochain > ckbNodeBridge.log 2>&1 &"
37
+ nodebridge_command = "RUST_LOG=info ./ckbNodeBridge/target/debug/nodebridge ckb --rpc_addr http://127.0.0.1:8114 --rpc_interval 3000 --kafka_brokers 127.0.0.1:9092 --db_url mysql://root:123456@127.0.0.1:3306 /demo --job_topic tominer --solved_share_topic tochain > ckbNodeBridge.log 2>&1 &"
38
38
subprocess .run (nodebridge_command , shell = True , executable = '/bin/bash' )
39
39
40
40
# 启动 ckb-node-bridge-miner
You can’t perform that action at this time.
0 commit comments