Read the full documentation to start an incentivized subnet validator node.
.env file in the root directory by copying .env.example and fill in the variables.python -m venv .venvsource .venv/bin/activatepython -m pip install .python -m subnet.cli.crypto.keygenStart your own subnet:
python -m subnet.cli.run_server_validator bigscience/bloom-560m --host_maddrs /ip4/0.0.0.0/tcp/{PORT} ip4/0.0.0.0/udp/{PORT}/quic --announce_maddrs ip4/{IP}/tcp/{PORT}/ip4/{IP}/udp/{PORT}/quic --identity_path {PRIVATE_KEY_PATH} --new_swarm
Start your own subnet validator node:
python -m subnet.cli.run_server_validator bigscience/bloom-560m --public_ip {IP} --port {PORT} --initial_peers {INITIAL_PEERS} --identity_path {PRIVATE_KEY_PATH}
Instead of using --initial_peers, the constants.py file can be updated to include them. Read the full documentation or the cli directory for all available arguments.
72 commits
3 commits
Python
99.9%
Read the full documentation to start an incentivized subnet validator node.
.env file in the root directory by copying .env.example and fill in the variables.python -m venv .venvsource .venv/bin/activatepython -m pip install .python -m subnet.cli.crypto.keygenStart your own subnet:
python -m subnet.cli.run_server_validator bigscience/bloom-560m --host_maddrs /ip4/0.0.0.0/tcp/{PORT} ip4/0.0.0.0/udp/{PORT}/quic --announce_maddrs ip4/{IP}/tcp/{PORT}/ip4/{IP}/udp/{PORT}/quic --identity_path {PRIVATE_KEY_PATH} --new_swarm
Start your own subnet validator node:
python -m subnet.cli.run_server_validator bigscience/bloom-560m --public_ip {IP} --port {PORT} --initial_peers {INITIAL_PEERS} --identity_path {PRIVATE_KEY_PATH}
Instead of using --initial_peers, the constants.py file can be updated to include them. Read the full documentation or the cli directory for all available arguments.
72 commits
3 commits
Python
99.9%