File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11
2- # Remote test net (1..N nodes)
2+ # Local test net
3+
4+ ``` shell
5+ cd scripts
6+ CHAIN_ID=" push_501-1" MONIKER=pn1 HOME_DIR=" ~/.pchain" BLOCK_TIME=" 1000ms" CLEAN=true ./test_node.sh
7+ ```
8+
9+ # dev.push.org test net (1..N nodes)
310
411## VM Preconditions
512you need to run a vm with enough CPU/RAM/DISK, accessible via ssh using only private key auth
Original file line number Diff line number Diff line change 11#! /bin/bash
22# Run this script to quickly install, setup, and run the current version of the network without docker.
33#
4+ # Push Test Net:
5+ # pn1:
6+ # CHAIN_ID="push_501-1" MONIKER=pn1 HOME_DIR="~/.pchain" BLOCK_TIME="1000ms" CLEAN=true ./test_node.sh
7+ #
48# Examples:
59# CHAIN_ID="push_501-1" MONIKER=pn1 HOME_DIR="~/.pchain" BLOCK_TIME="1000ms" CLEAN=true sh scripts/test_node.sh
610# CHAIN_ID="localchain_9000-2" HOME_DIR="~/.pchain" CLEAN=true RPC=36657 REST=2317 PROFF=6061 P2P=36656 GRPC=8090 GRPC_WEB=8091 ROSETTA=8081 BLOCK_TIME="500ms" sh scripts/test_node.sh
You can’t perform that action at this time.
0 commit comments