Files
chia-blockchain/scripts/run_full_node.sh
T

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