Updated setup and leader scripts
* Setup will us -b to set validator ports * Leader script fixed to append .log to the log file * Updated readme file
This commit is contained in:
committed by
Greg Fitzgerald
parent
effcef2184
commit
d3005d3ef3
@@ -7,4 +7,4 @@ set -x
|
||||
[[ $(uname) = Linux ]] && sudo sysctl -w net.core.rmem_max=26214400
|
||||
|
||||
cargo run --release --bin solana-fullnode -- \
|
||||
-l leader.json < genesis.log tx-*.log > tx-"$(date -u +%Y%m%d%k%M%S%N)"
|
||||
-l leader.json < genesis.log tx-*.log > tx-"$(date -u +%Y%m%d%k%M%S%N)".log
|
||||
|
Reference in New Issue
Block a user