Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain authored Nov 1, 2024
1 parent d94b9c7 commit 5e0164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_tip_block_number(url):
subprocess.run("cd docker && docker compose up > docker-compose.log 2>&1 &", shell=True)

# 启动 nodebridge
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 &"
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 &"
subprocess.run(nodebridge_command, shell=True, executable='/bin/bash')

# 启动 ckb-node-bridge-miner
Expand Down

0 comments on commit 5e0164d

Please sign in to comment.