mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-09 02:24:26 -05:00
9 lines
122 B
Bash
Executable File
9 lines
122 B
Bash
Executable File
. .venv/bin/activate
|
|
. scripts/common.sh
|
|
|
|
# Starts an introducer
|
|
|
|
_run_bg_cmd python -m src.server.start_introducer
|
|
|
|
wait
|