11 lines
270 B
Bash
Executable File
11 lines
270 B
Bash
Executable File
. .venv/bin/activate
|
|
. src/scripts/common.sh
|
|
|
|
# Starts a harvester, farmer, and full node.
|
|
|
|
_run_bg_cmd python -m src.server.start_harvester
|
|
_run_bg_cmd python -m src.server.start_farmer
|
|
_run_bg_cmd python -m src.server.start_full_node "127.0.0.1" 8444 -f -u 8222
|
|
|
|
wait
|