update demo scripts

* add setup to combine init steps, configurable initial mint
  * bash -e -> bash and be explicit about errors with || exit $?
  * feed transaction logs to validator, too
This commit is contained in:
Rob Walker
2018-06-18 15:23:56 -07:00
parent e592243a09
commit 4ecd2c9d0b
4 changed files with 16 additions and 5 deletions

View File

@@ -5,4 +5,6 @@ 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
cargo run --release --bin solana-fullnode -- \
-l leader.json < genesis.log tx-*.log > tx-"$(date -u +%Y%m%d%k%M%S%N)"