Created
September 5, 2019 19:11
-
-
Save woky/2c33d3bf54e68c7c7306a342f84b20eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export RD_OPTION_BONDS_FILE_URL="https://files.rchain-dev.tk/bonds.txt" | |
export RD_OPTION_BOND_BASE_AMOUNT="1000" | |
export RD_OPTION_CLEAN_DATA="no" | |
export RD_OPTION_DEBUG="no" | |
export RD_OPTION_NETWORK_ID="devnet2" | |
export RD_OPTION_RNODE_DOCKER_IMAGE="rchain/rnode:dev" | |
export RD_OPTION_RNODE_LAUNCHER_ARGS="-J-Xms4g -J-Xmx8g -XX:MaxDirectMemorySize=1g -Djdk.nio.maxCachedBufferSize=262144 -Dkamon.trace.sampler=always -Dkamon.trace.reporter-queue-size=16384" | |
export RD_OPTION_RNODE_RUN_ARGS="--map-size 1099511627776 --zipkin" | |
export RD_OPTION_STOP_NODE="yes" | |
export RD_OPTION_WAIT_TIME="3600" | |
export RD_OPTION_WALLETS_FILE_URL="https://files.rchain-dev.tk/wallets.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment