Hooks for binaries to run as leader or replicator and attach to network (#221)
This commit is contained in:
committed by
Greg Fitzgerald
parent
f154c8c490
commit
504b318ef1
5
multinode-demo/leader.sh
Executable file
5
multinode-demo/leader.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd /home/ubuntu/solana
|
||||
git pull
|
||||
export RUST_LOG=solana::crdt=trace
|
||||
cat genesis.log | cargo run --release --bin solana-testnode -- -s leader.json -b 8000 -d
|
Reference in New Issue
Block a user