mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-11 18:14:25 -05:00
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
. .venv/bin/activate
|
|
. scripts/common.sh
|
|
|
|
# Starts a full node
|
|
_run_bg_cmd python -m src.server.start_full_node --port=8444 --connect_to_farmer=True --connect_to_timelord=True --rpc_port=8555
|
|
|
|
wait
|