Skip to content

Commit

Permalink
hammer
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Jun 2, 2020
1 parent 20afdb0 commit 7ad72e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion multinode-demo/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $solana_keygen new --no-passphrase -so "$SOLANA_CONFIG_DIR"/bootstrap-validator/

args=(
"$@"
--max-genesis-archive-unpacked-size 1073741824
--enable-warmup-epochs
--bootstrap-validator "$SOLANA_CONFIG_DIR"/bootstrap-validator/identity.json
"$SOLANA_CONFIG_DIR"/bootstrap-validator/vote-account.json
Expand Down
1 change: 0 additions & 1 deletion multinode-demo/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ here=$(dirname "$0")
source "$here"/common.sh

args=(
--max-genesis-archive-unpacked-size 1073741824
)
airdrops_enabled=1
node_sol=500 # 500 SOL: number of SOL to airdrop the node for transaction fees and vote account rent exemption (ignored if airdrops_enabled=0)
Expand Down
2 changes: 1 addition & 1 deletion net/remote/remote-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ EOF
fi
multinode-demo/setup.sh "${args[@]}"

solana-ledger-tool -l config/bootstrap-validator shred-version --max-genesis-archive-unpacked-size 1073741824 | tee config/shred-version
solana-ledger-tool -l config/bootstrap-validator shred-version | tee config/shred-version
fi
args=(
--gossip-host "$entrypointIp"
Expand Down

0 comments on commit 7ad72e4

Please sign in to comment.