Files
solana/multinode-demo/leader.sh
2018-06-15 17:10:00 -07:00

9 lines
244 B
Bash
Executable File

#!/bin/bash
# if RUST_LOG is unset, default to info
export RUST_LOG=${RUST_LOG:-solana=info}
set -x
[[ $(uname) = Linux ]] && sudo sysctl -w net.core.rmem_max=26214400
cargo run --release --bin solana-fullnode -- -l leader.json < genesis.log