Skip to content

Instantly share code, notes, and snippets.

@nzpr
Last active April 4, 2019 08:33
Show Gist options
  • Save nzpr/ce9781316246e94d69147ca7276662d7 to your computer and use it in GitHub Desktop.
Save nzpr/ce9781316246e94d69147ca7276662d7 to your computer and use it in GitHub Desktop.
Testnet users
export USERS_NUM=10
export USER0_ADDRESS="ADDR_0"
export USER1_ADDRESS="ADDR_1"
export USER2_ADDRESS="ADDR_2"
export USER3_ADDRESS="ADDR_3"
export USER4_ADDRESS="ADDR_4"
export USER5_ADDRESS="ADDR_5"
export USER6_ADDRESS="ADDR_6"
export USER7_ADDRESS="ADDR_7"
export USER8_ADDRESS="ADDR_8"
export USER9_ADDRESS="ADDR_9"
export VALIDATORS_NUM=10
export VALIDATOR_NAME_PRE="node"
export VALIDATOR_NAME_POST=".testnet.rchain-dev.tk"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment